# Export an Epic's Stories

You can export the list of Story names (and Role, Goal, and Benefit Statements, if generated) in an Epic to a Comma-Separated Value (.csv) file.

Open the Epic, and click the the **Download** button on the toolbar:

<figure><img src="https://619360366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvFE09GWUQiR5kjeutlr2%2Fuploads%2FKQowvK92Y1dbNqYXX1Mx%2FScreenshot%202025-01-12%20at%2016.13.47.png?alt=media&#x26;token=6fe2d4f8-1cc7-48bc-af77-2065bbcfde45" alt="" width="563"><figcaption></figcaption></figure>

## CSV file structure

The downloaded .csv file contains the following columns:

* `Item` number
* `Story name`
* `Roal goal and benefit`: if generated for a Story as part of the Acceptance Criteria, this will be included. It may or may not match the `Story name`.

The file will look similar to this:

<figure><img src="https://619360366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvFE09GWUQiR5kjeutlr2%2Fuploads%2FfFKujrLCwFEicJi8Pcbe%2FScreenshot%202025-01-12%20at%2016.17.51.png?alt=media&#x26;token=fb950ab4-2a57-4a6e-b5dd-064d63629d75" alt=""><figcaption></figcaption></figure>


---

# 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://candesce.gitbook.io/flowriter/epics/export-an-epics-stories.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.
