> 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/create-multiple-user-stories-or-bdds-with-aqua-intelligence.md).

# Create multiple user stories or BDDs with aqua Intelligence

Select creation **"With aqua Intelligence"** in the navigation panel.

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

Click on the **Description** field and input relevant details or select the File option and upload one based on which you want AI generate requirements.

Then select document type and choose **Multiple** to create several requirements.

Currently you can choose from:

* **Epic**: An 'Epic' will be created as the main requirement, with each user story linked under it as a subrequirement. &#x20;
* **Separate user stories:** Each user story will be created as its own individual item.&#x20;

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

#### **Create as an epic**

When you provided all necessary information, click the 'Create' button.

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

The generation process will begin, and the items will be displayed sequentially, one at a time.

{% hint style="info" %}
AI Copilot can generate up to 32 requirements at a time.
{% endhint %}

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

Once user stories or BDDs are generated, you can preview each one and decide whether it is relevant.

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

If you'd like to improve a user story or BDD, simply provide additional instructions and click "Regenerate." aqua Intelligence will follow your input and make the necessary adjustments.

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

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

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

When you're satisfied with the result, navigate back to the list.

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

If there are any items you wish to discard, click the "Unselect" icon. These items will not be saved.

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

{% hint style="info" %}
The parent requirement can't be unselected
{% endhint %}

Once you save the epic in aqua, it will be stored as a parent requirement, with the user stories saved as sub-requirements.

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

***

#### **Create as separate user stories**

When you create requirements as separate user stories, the generation process remains the same. However, when saved, they will not be linked to each other.

**Generate in BDD format**

When you select the 'BDD' format and choose multiple options, aqua Intelligence will generate multiple items as 'Features.'

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

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

{% hint style="info" %}
Multiple generation of PRDs is not yet supported.
{% endhint %}


---

# 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/create-multiple-user-stories-or-bdds-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.
