# Notion Import

URL: /en/docs/user-guide/documents/notion-import
Last Updated: 2026-07-30T21:15:44.632Z

## Description
Import Notion pages and databases directly into your document library

## Available Actions
- Navigate to related topics
- View step-by-step instructions
- Get best practices

## Content
# Notion Import

The Notion import flow lets you browse your connected Notion workspace, select pages or databases, and bring content into the document creation flow. The dialog supports breadcrumbs, search, and export status feedback so you can stay oriented while importing.

## Open the Import Dialog

1. Go to **Documents** and select **New Document**.
2. Choose **Import from Notion** to open the Notion import dialog.

## Navigate and Search

* **Breadcrumbs** (`breadcrumbs`) keep track of your current path and let you jump back to parent locations.
* The search input uses a debounced value (`debouncedSearch`) so results update without interrupting your typing.

## Select and Export

1. Click a page or database row to select it.
2. Use the **Import** action to start the export.
3. While the export runs, the UI enters the `isExporting` state and shows a loader/disabled actions until the import finishes.


