# Import / Export

You can export and import data between devices easily in BoltAI.

### Export BoltAI Data

Exporting BoltAI data is simple:

1. In BoltAI, select **File > Export...**
2. Select which data you want to export
3. Click **Export Data...**

BoltAI will automatically shows the exported file in Finder.

{% hint style="info" %}
By default, the final export data will include all your **unencrypted** API Keys. Make sure you don't share it publicly.
{% endhint %}

<figure><img src="/files/lqXRfQJ7bPTP21cBudVa" alt=""><figcaption><p>Export your BoltAI data</p></figcaption></figure>

### Import BoltAI Data

You can import BoltAI data using the same process.

1. In BoltAI, select **File > Import > From BoltAI JSON export...**
2. Select the exported file (json)
3. Select which data you want to import
4. Click **Import Data**. Wait for a while...
5. **Restart BoltAI**

<figure><img src="/files/hfXRpPZHeBQb3H9iR3O3" alt=""><figcaption><p>Import your BoltAI data</p></figcaption></figure>


---

# 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.boltai.com/docs/chat-ui/import-export.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.
