# Import/Export Attributes

### Steps

<mark style="color:purple;">**Exporting Attributes**</mark>

* Click the **Export Icon** in the footer.
* A JSON file containing your saved attributes will automatically download.
* Share exported files with teammates to maintain consistency across projects.

<mark style="color:purple;">**Importing Attributes**</mark>

* Click the **Import Icon** in the footer to open the file selector.
* Choose a JSON file containing the attributes you want to import.
* The imported attributes will be added to your saved list, ready for use.

{% hint style="danger" %}
Ensure the imported file is a valid JSON with the correct attribute structure.
{% endhint %}

{% hint style="info" %}
Attributes with the same name and value as existing ones will be skipped.
{% endhint %}

<mark style="color:purple;">**Coming Soon**</mark>

**Save Attributes to Your Account**: In the future, attributes will be stored in your AttriFlow account, making them accessible across devices and projects.


---

# 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://app-docs.creoglyph.io/attriflow/features/import-export-attributes.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.
