# Import from Claude.ai

BoltAI supports importing data from your Claude export. Enjoy a seamless transition from claude.ai to BoltAI with just a few clicks.

### Export Claude data:

Make sure you've logged into your account.

1. Open [Claude Account Setting Page](https://claude.ai/settings/account).
2. Click **Export data**
3. A confirm dialog appear. Click **Export data.**

Your data will be sent to your email address.

<figure><img src="/files/YSdH454y1L2AdNYBTsgV" alt="" width="563"><figcaption></figcaption></figure>

### Import Claude data into BoltAI:

1. Download and unzip the Claude data export
2. In BoltAI, select **File > Import > From Claude...**
3. Select the `conversations.json` file&#x20;
4. Select the API Provider & Model you want to import as. Note: you can always change this later.
5. BoltAI will start importing your chats immediately. It might take a while...

<figure><img src="/files/eei1sJQeHTFWPmOUT4eE" alt="" width="563"><figcaption></figcaption></figure>

You can continue your chat from Claude, including imported documents.

<figure><img src="/files/XKg1LSfYYGT8GmCp1YIv" alt=""><figcaption></figcaption></figure>

### Caveats:

Due to the limitation of Claude export data, it's not possible to import attached images. Text documents and PDFs should work fine.


---

# 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-from-claude.ai.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.
