> ## Documentation Index
> Fetch the complete documentation index at: https://docs.disqoai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Templates

> Learn about pre-built workflow templates and how to use them in disQo.ai

<Info>
  Workflow templates help you get started quickly by providing pre-built automation flows for common business, QA, and engineering tasks. You can customise any template to fit your needs.
</Info>

<Tip>
  More workflow templates are coming soon! If you need a specific workflow template, please  to request one. Stay tuned for new templates and automation capabilities.
</Tip>

## How to Use Workflow Templates

<Steps>
  <Step title="Open the Templates Page">
    Go to  from the sidebar to browse all available workflow templates.

    <Frame caption="Templates overview UI">
      <img src="https://mintcdn.com/disqoai/27-M5sm562tJGBLI/images/Screenshot-2026-06-05-154649.png?fit=max&auto=format&n=27-M5sm562tJGBLI&q=85&s=ff4085177de8f34296700e40a3c402b8" alt="Templates overview" width="1803" height="1002" data-path="images/Screenshot-2026-06-05-154649.png" />
    </Frame>
  </Step>

  <Step title="Select a Template">
    Choose a template from categories like Business Analysis, Engineering, or Quality Assurance.

    <Frame caption="Template selection UI">
      <img src="https://mintcdn.com/disqoai/27-M5sm562tJGBLI/images/Screenshot-2026-06-05-155035.png?fit=max&auto=format&n=27-M5sm562tJGBLI&q=85&s=ff837057463de6bb09c928340ca34d33" alt="Template selection" width="1879" height="1006" data-path="images/Screenshot-2026-06-05-155035.png" />
    </Frame>
  </Step>

  <Step title="Create from Template">
    Click on a template to preview its workflow and start customising it for your process.
  </Step>
</Steps>

## Available Templates

| Template Name               | Category          | Description                                                                    |
| --------------------------- | ----------------- | ------------------------------------------------------------------------------ |
| Analyse Requirements        | Business Analysis | Analyses and enhances specifications for clearer project understanding.        |
| Generate Test Cases         | Quality Assurance | Automatically generates comprehensive test cases based on requirements.        |
| Generate Automation Scripts | Quality Assurance | Generates ready-to-use automation scripts tailored to your testing frameworks. |
| Generate Test Data          | Quality Assurance | Creates diverse and realistic test data for comprehensive testing.             |
| Generate Unit Tests         | Engineering       | <i>Coming soon</i>                                                             |
| Review Code                 | Engineering       | <i>Coming soon</i>                                                             |

<AccordionGroup>
  <Accordion title="Analyse Requirements">
    * **Category:** Business Analysis
    * **Purpose:** Analyse and enhance project requirements for clarity and completeness.
    * **How it works:** Uses AI to review and suggest improvements to your requirements documentation.
  </Accordion>

  <Accordion title="Generate Test Cases">
    * **Category:** Quality Assurance
    * **Purpose:** Automatically generate comprehensive test cases from requirements or Jira tickets.
    * **How it works:** Select requirements or tickets, and the workflow outputs detailed test cases.
  </Accordion>

  <Accordion title="Generate Automation Scripts">
    * **Category:** Quality Assurance
    * **Purpose:** Generate ready-to-use automation scripts for your testing frameworks.
    * **How it works:** Input your requirements or test cases, and receive scripts compatible with popular frameworks.
  </Accordion>

  <Accordion title="Generate Test Data">
    * **Category:** Quality Assurance
    * **Purpose:** Create diverse and realistic test data for comprehensive testing.
    * **How it works:** Specify data types and constraints, and the workflow generates sample datasets.
  </Accordion>

  <Accordion title="Generate Unit Tests (Coming Soon)">
    <Warning>
      This template is not yet available. It will generate optimized unit tests to improve code reliability.
    </Warning>
  </Accordion>

  <Accordion title="Review Code (Coming Soon)">
    <Warning>
      This template is not yet available. It will highlight issues, suggest improvements, and ensure coding standards.
    </Warning>
  </Accordion>
</AccordionGroup>

<Note>
  You can further customise any template by adding or removing actions. See the  page for all available workflow actions.
</Note>

<Info>
  For a step-by-step guide to creating workflows, see the  page.
</Info>
