> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/importing-and-exporting-element-repository.md).

# Importing & Exporting Element Repository

## Importing Element Repository&#x20;

The Import Elements function allows you to retrieve elements from the local machine and store them in a project which can be reused, serving as a backup for future reference.&#x20;

To import element repository, perform the following actions:

1. On the **Home** page, from **Projects** list, select required project.
2. Select **Design Studio**.
3. From folder, select ellipses (**...**) icon.
4. Select **Create Repository**.
5. Select technology and rename the Element Repository.
6. Select **Import Element Repository** icon. The **Import** dialog open.

{% hint style="info" %}
**Note:** Importing elements into an existing Element Repository replaces the previously available elements with the newly imported elements.
{% endhint %}

7. On the **Import** dialog, select **Choose file** and then choose .json file from your system.

{% hint style="info" %}
**Note:** Import elements using the `.json` file format.
{% endhint %}

8. Select **Import** to import element repository.

## Exporting Element Repository&#x20;

The Export Elements function is used to retrieve elements from the element repository and save them to a local machine or directly export them into a new project for future reference or backup.&#x20;

To export Element Repository, perform the following actions:

1. On the **Home** page, from **Projects** list, select required project.
2. Select **Design Studio**.
3. Expand folder and select required element repository to export.
4. Select **Export Element Repository** icon. The **Export** dialog opens.
5. On **Export** dialog, select **Export** button.
6. You can find exported file in your **Downloads** folder.


---

# 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/importing-and-exporting-element-repository.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.
