> 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/desktop-client/project-configuration/import-project-configuration.md).

# Import Project Configuration

Project configurations can also be exported and re-imported in other projects. Thus, all configurations of fields, workflows, notification templates, field rules, etc. can be transferred. Cross-project information, such as users or roles, are not included. The project configuration can be exported both on the Web and in the Rich Client. The import takes place via the Rich Client. To do this, select the project into which the configuration is to be imported in the project tree from the navigation bar and click on "File - Project configuration - Import configuration" in the top left-hand corner. &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_import_project_configuration_custom.png" alt=""><figcaption></figcaption></figure>

&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_import_project_configuration_custom_2.png" alt=""><figcaption></figcaption></figure>

In the Project Wizard, you can then select a previously exported project configuration (in .acxz format) and see what changes will be made by the import. You can then select whether you want to import only the configurations of certain item types and whether you want to import the workflows. In addition, you may see if and why something cannot be imported (e.g. the workflows, if roles used in workflows do not exist).

&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_import_project_configuration_custom_3.png" alt=""><figcaption></figcaption></figure>


---

# 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/desktop-client/project-configuration/import-project-configuration.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.
