> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/aqua-intelligence/create-requirements-with-ease-with-aqua-intelligence/split-or-convert-requirements-with-aqua-intelligence.md).

# Split or convert requirements with aqua Intelligence

Open any requirement you want to modify.

Then click on aqua Intelligence **‘Write’ option** on the ribbon. Then choose the option '**Current requirement'.**

<figure><img src="/files/YIebKEL6Yw7Ubyh8Sevt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YKx9cXFx3sxmMDzMI1dA" alt=""><figcaption></figcaption></figure>

Define requirement type:

* **User story**

**or**

* **BDD (Behavior-Driven Development)**

You can add a description to refine the generated output.

If no description is provided, AI Copilot uses only the requirement text.

Then select action you want AI Copilot to perform.

**User story**

* **Split into separate user stories**: Creates new independent user stories. The current requirement remains intact.
* **Convert to an epic with linked sub-requirements**: The requirement is converted into an epic, with user stories linked to it.
* **Convert to an epic and extend user stories**: Similar to the previous option, but with additional details added to sub-requirements.

**BDD**

* **Break down the feature into separate individual scenarios**. Converts current requirement into the document with separate scenarios.&#x20;

<figure><img src="/files/Y0zawB4TtHRXpIvuclyi" alt=""><figcaption></figcaption></figure>

You can preview generated user stories, keep only those that needed and/or adjust them with additional promts.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/aqua-intelligence/create-requirements-with-ease-with-aqua-intelligence/split-or-convert-requirements-with-aqua-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
