# Split or convert requirements

Open any requirement you want to modify.

Then click on **AI Copilot ‘Write’ option** on the ribbon. Then choose the option '**Current requirement'.**

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.

<figure><img src="/files/9v9iWc76U9qtbbaRh28R" alt=""><figcaption></figcaption></figure>

**BDD**

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

<figure><img src="/files/5eOLHaeEUrK1JBXHRkxZ" 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: 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:

```
GET https://docs.aqua-cloud.io/documentation/ai-copilot/split-or-convert-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
