# Export project

Using the context menu of a project or folder, you can export all items in the selected project or folder as an Excel file. Similarly, you can use the context menu of one or more selected items to export them.

<figure><img src="/files/EHFBlYuwVwMhKg7OMHYF" alt=""><figcaption><p>How to navigate to the Export feature within the context menu</p></figcaption></figure>

The result of the export is always a zip file containing an Excel file with detailed information about the selected items, separate folders for all items with their attachments and Word files with rich text, e.g. descriptions or test steps. In the Excel file, the different types of items are stored in separate worksheets. The items are stored in the rows, with all the information from their fields in the corresponding columns. For description fields (rich text fields), Excel displays only plain text without formatting (as this is not supported by Excel). However, there is always a link to the formatted text, including images, as a Word file in a separate folder. For this link to work, the zip file must be unzipped before opening the Excel file. When the test scenarios are exported, the corresponding test cases are also automatically exported if the user has read permission for these test cases.&#x20;

The zip file can then be [imported ](/documentation/projects-and-folders/projects/import-project.md)back into aqua. It is recommended to use the same [project configuration](/documentation/project-configuration.md) to avoid incompatibilities.&#x20;

**Limitations:**

* Value sets for test cases are not exported
* Discussions are not exported
* The history and the test case execution history are not exported


---

# 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/projects-and-folders/projects/export-project.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.
