# Import from ChatGPT

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

### Export ChatGPT data:

Open ChatGPT web app.

1. Click on your Profile Picture, choose **Settings**
2. Select **Data Controls**
3. Find the **Export data** section, click **Export**
4. A confirm dialog appear. Click **Confirm export.**

Your data will be sent to your email address.

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

### Import ChatGPT data into BoltAI:

1. Download and unzip the ChatGPT data export
2. In BoltAI, select **File > Import > From ChatGPT...**
3. Select the `conversations.json` file&#x20;
4. BoltAI will start importing your chats immediately. It might take a while...

<figure><img src="/files/P1ZNRMy1YUGG9JsD5NZV" alt=""><figcaption><p>Import ChatGPT data...</p></figcaption></figure>

Select the `conversations.json`

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

Your chat data is imported in a folder:

<figure><img src="/files/GViNllMd6msk4JZSCTGX" alt="" width="375"><figcaption></figcaption></figure>

### Caveats:

Due to the limitation of ChatGPT export data, it's not possible to import images generated by Dall E. BoltAI keeps the file reference so you can use it in the future.&#x20;

It might look something like this:&#x20;

> Image. FileID: `file-oYb0i3axF6kZKBMhMPJB5bds`


---

# 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-chatgpt.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.
