# Generate Description using AI

SimplifyQA provides an AI-powered feature that helps users create or refine **User Story Descriptions** quickly and effectively. This ensures that user stories are well-structured, clear, and aligned with Agile standards.

### How It Works

There are **two ways** to generate a user story description using AI:

#### 1. Generate from a Goal Prompt

* Navigate to the **User Story** section.
* Click on the Write with AI button.

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

* Enter the **goal of the user story** in the provided input field.
* The system will automatically create a detailed **User Story Description** based on the given goal.
* Click on Insert to add the description.

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

#### 2. Refine an Existing Description

* Enter or paste an existing user story description in the description field.
* Click on the Write with AI button and then Generate.
* The AI will refine the content, making it more structured, concise, and aligned with Agile best practices.

### Output

* The generated or refined description will be displayed in the **Description** field of the User Story.
* Users can review, edit, and save the final version.

### **Key Benefits**

* Saves time by auto-generating user story descriptions.
* Ensures consistency and clarity across all user stories.
* Provides flexibility to either **create from scratch** or **improve existing descriptions**.


---

# 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.simplifyqa.ai/create-and-manage-your-requirements/create-and-manage-user-stories/generate-description-using-ai.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.
