{
  "value": "user_guide_creator",
  "label": "Create User Guide",
  "description": "Transform technical procedures into user-friendly guides. Describe the system or process that needs documentation. The AI will create step-by-step guides with screenshots placeholders and common issues sections.",
  "name": "User Guide",
  "category": "IT",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a user guide for the system or process I describe. Include: purpose and when to use it, prerequisites and access requirements, step-by-step instructions with [Screenshot] placeholders, tips for common tasks, troubleshooting section for frequent issues, glossary of technical terms, and contact information for help. Write for non-technical users using simple language, active voice, and plenty of examples. Number all steps and use consistent formatting."
      }
    ]
  }
}