> For the complete documentation index, see [llms.txt](https://docs.nisa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nisa.ai/connecting-data-sources/notion.md).

# Notion

Notion is a versatile workspace that offers a unified platform for note-taking, project management, and collaboration. Our Business Chatbot seamlessly integrates with Notion, enabling automatic gathering, synchronization, and indexing of Notion pages.

By connecting your Notion workspace with our Business Chatbot, you empower ChatGPT to better understand your projects and provide more contextual responses.

## Setting Up the Notion Integration App

To connect Notion to our Business Chatbot dashboard, you'll need to create an Integration App on the Notion platform. Follow these steps:

**Step 1.** Log into your Notion account and navigate to the [Integrations page](https://www.notion.so/my-integrations).

**Step 2.** Click on "+ New Integration" and provide a suitable name for the integration. Select the workspace that you want to connect, then click "Create".

**Step 3.** On the Basic Information tab, you can update the name and logo. Make sure to save your changes.

**Step 4.** Note down the "Internal Integration Secret" displayed on the Secrets tab. This will be needed for authentication.

**Step 5.** Next, configure the content capabilities for your integration on the Capabilities tab. Make sure that the "Read Content" is check.

**Step 6.** Now, in the Business Chatbot dashboard, go to the Sources section, add new Organizational Source, and find Notion. Enter the `Internal Integration Secret` obtained from the Notion Integration App.

Congratulations! Your Notion integration is now set up and ready to synchronize content. To start capturing data, you need to connect a Notion workspace/pages using your Integration App.

## Add Connections to Pages

To start synchronizing your Notion pages, you'll need to add a connection to the specific page where it will be active. Follow these steps to establish the connection:

**Step 1.** Navigate to the page in question and click the `•••` button on top right.

**Step 2.** At the bottom of the pop-up, click `Add connections`.

**Step 3.** In the resulting pop-up, search for and select the connection you would like to add to this page. Ensure that you choose the connection you previously created. Only connections that have been created for and associated with this workspace will be visible.

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

The connection will now appear in the `•••` menu for the page. If you want to remove a connection from a page, hover over its name and then press `Disconnect`.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.nisa.ai/connecting-data-sources/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.
