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

# CAB-to-Ticket conversion

> How a finished blueprint becomes a set of Tickets, what the conversion produces, and what happens when you run it again.

**Generate Tickets** turns a finished blueprint into a set of Tickets, one per unit of work it finds.

<Frame>
  <img src="https://mintcdn.com/bluegenai/FBgcODED7oawJQCn/images/image-6.png?fit=max&auto=format&n=FBgcODED7oawJQCn&q=85&s=05ae58dc2ccd6ae2c69d26965d4d6b5a" alt="Image" width="317" height="157" data-path="images/image-6.png" />
</Frame>

## Before You Start

You need a finished blueprint. Running the conversion without one returns `CAB blueprint not found. Generate the blueprint first.`

<Frame>
  <img src="https://mintcdn.com/bluegenai/FBgcODED7oawJQCn/images/image-7.png?fit=max&auto=format&n=FBgcODED7oawJQCn&q=85&s=9f86742f07230d524ff5850f00f54ce6" alt="Image" width="1328" height="1060" data-path="images/image-7.png" />
</Frame>

## Running the Conversion

<Steps>
  <Step title="Open the blueprint preview">
    Go to **CAB** and generate a blueprint if you have not already. See [Step-by-Step Workflow](/cab/step-by-step-workflow).
  </Step>

  <Step title="Select Generate Tickets">
    The control sits in the preview toolbar. On a Web project the Tickets appear straight away. On a low-code project the work is handed to an external service and a banner reports progress while it runs.
  </Step>

  <Step title="Open Tickets">
    Every generated Ticket carries a **Source** of `CAB` and a **CAB Reference** pointing back at the blueprint element it came from.
  </Step>
</Steps>

## What the Conversion Produces

On a Web project, the conversion reads the **User Stories** section and creates one Ticket per story. Each keeps the story's title, its acceptance criteria, and its steps in the description, and each is stamped `Open`, `Medium` priority, and a work type of `User Story`.

Nothing is merged or skipped. The count of Tickets matches the count of user stories in your blueprint.

<Note>
  On low-code projects the conversion is handled by different process which caters to the unique properties of each low code platform. As a result, the work types and the level of breakdown differ from what is described here.
</Note>

## Running It Again Replaces What Is There

**Regenerating deletes every Ticket with a source of `CAB` and creates a fresh set.** Manual Tickets are untouched.

Anything you changed on a generated Ticket goes with it: status, assignee, priority, epic assignment, and any note you added. Selecting "Generate Tickets" when tickets already exist will result in the warning message below. Please note that this change is permanent and cannot be undone.

> Tickets already exist from this Blueprint. Regenerating will replace all previously generated CAB tickets. Are you sure?

<Warning>
  Regenerate after correcting your blueprint, not after working your Tickets. If your team has been updating Ticket statuses and assignments, regenerating discards those changes.
</Warning>

## What You Should See

The Tickets list fills with entries numbered `TKT-001` upward, each showing `CAB` in the Source column. Opening one shows the user story it came from, with its acceptance criteria and steps in the description and the originating element in **CAB Reference**.

## Your Next Step

Generated Tickets arrive ungrouped. Epics put them in build order.

<CardGroup cols={2}>
  <Card title="Put your Tickets in build order" icon="layer-group" href="/tickets/epics">
    How Epics group work into waves, and how they are generated.
  </Card>

  <Card title="Adjust what came out" icon="pen-line" href="/tickets/creating-editing-tickets">
    Editing, reassigning, and deleting Tickets by hand.
  </Card>
</CardGroup>


## Related topics

- [What are Tickets and how do they help me?](/tickets/what-are-tickets.md)
- [Troubleshooting & FAQ](/tips-and-tricks/troubleshooting-faq.md)
- [Cloning your project](/admin-platform/cloning-your-project.md)
- [Weekly release notes](/changelog/weekly-release-notes.md)
- [BlueGenAI Documentation](/index.md)
