> 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/projects-and-folders/projects.md).

# Projects

- [Export project](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/export-project.md): Export all project or folder items as a zip with Excel sheets, Word files for rich text, and attachments. Preserve item details. links require unzipping for full access. Limitations apply.
- [Import project](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/import-project.md): Import project items and attachments from Excel or ZIP files into your project or folder. Follow item-specific guidelines for IDs, dependencies, test cases, and formatted attachments.
- [Migration from Testrail](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/import-project/migration-from-testrail.md): Migrate Testrail test cases to aqua effortlessly, including attachments. Supports XML import, section mapping, and markdown conversion for seamless, accurate data transition.
- [Testlink: importer tool for migrating test cases to aqua](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/import-project/testlink-importer-tool-for-migrating-test-cases-to-aqua.md): Easily migrate your TestLink test cases to aqua with this importer tool. Streamline transfer, preserve data integrity, and simplify your QA process for seamless integration.
- [Archive project](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/archive-project.md): Learn how to archive a project securely in your workspace. Step-by-step guide covers access, retention, and organization for streamlined project management.


---

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