# Import from Notion

1. Go to **More > Import** on the web or ➕ > **Import Data** on the mobile app , then select **Notion** to proceed.

<figure><img src="/files/iFlXCLufyQ1e6PJxns6c" alt="" width="171"><figcaption><p>On the web</p></figcaption></figure>

<figure><img src="/files/Zek4i9zfbvxHzB2N9FK3" alt="" width="188"><figcaption><p>On the mobile app</p></figcaption></figure>

2. **Authorize Access:** Review the Notion import instructions, then click **Connect** to authorize access.

<figure><img src="/files/CT5Y2qJvQXMRXmAhr9NK" alt="" width="284"><figcaption></figcaption></figure>

3. **Select Pages to Import:** Select the pages, then click "Allow access" to start the import.

<figure><img src="/files/WBEHceRaSzvAZYXHfj00" alt="" width="286"><figcaption></figcaption></figure>

{% hint style="info" %}
Due to Notion’s restrictions, only top-level pages—those located at the root level of your Notion workspace—can be directly selected for import. However, all nested content, such as subpages or child pages under the selected top-level page, will be automatically included. For example:

* If you select a top-level page like "Project A," all its subpages (e.g., "Tasks," "Notes," "References") will also be imported.
* You don’t need to individually select these subpages—they come along with the top-level page.
  {% endhint %}

4. **Wait for the Import to Finish**

* The import process may take a few minutes. Feel free to close the window or check back anytime.
* Once done, you can find the imported content in your **Library.**

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

## Notion Import Limitations

Notion’s flexibility allows for various custom views, layouts, and database structures. When imported into Me.bot, these elements are adapted to fit Me.bot’s interface. This means:

* Special views (like Gallery or Timeline) may be represented in a more streamlined way, with some content appearing as links or attachments.
* Personalized layouts or deeply nested elements may be adjusted to match Me.bot’s organizational style.
* Advanced database relationships or complex structures might be simplified.

Your essential data—titles, fields, and core content—remains intact. We’re continually refining the import process to maintain as much fidelity to your original Notion setup as possible.


---

# 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.me.bot/using-second-me/data-and-integrations/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.
