# Import From Notion

### Step 1: **Export Notion Zip File**

In Notion, you can export your workspace as a Zip file.

1. Switch to the workspace you want to export.
2. Go to **Settings -> Workspace Settings -> Export all workspace content**.
3. Configure the options in the export menu according to your preferences.
4. Click **Export**.

Note: The export process may take a while if your workspace contains a lot of data. To speed it up, set **Include content** to **No files or images**.

5. Once the export is complete, you will find the Zip file in your Downloads folder. The file name will be a series of IDs, such as:\
   `1f2b675d-f739-4dc1-967d-98d9561d9bdb_Export-76c36ed6-74b7-48ab-85a2-0ab8f4da6f7c.zip`.
6. You can rename the file to something more meaningful. The new name will be used as the name of your AppFlowy workspace containing your Notion data.

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

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

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

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

### Step 2:  Import Notion into AppFlowy

1. Go to <https://appflowy.io/compare/notion-vs-appflowy>
2. Click **'Import from Notion'**
3. Drop your Notion Zip file
4. Wait for the upload to complete
5. You will receive an email once the import is finished
6. Your Notion data will be imported into a newly created workspace with the same name as your Zip file folder

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

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

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

<figure><img src="/files/EU1pxW4l6rNflClfQrpX" alt=""><figcaption></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.appflowy.io/docs/guides/import-from-notion.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.
