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

# Connect Notion

To create apps using NotionApps, the first step is to connect Notion to NotionApps. Here's a step-by-step guide to doing it.

1. [Sign up](https://www.notionapps.com/signup) for a NotionApps account if you haven't already done so.
2. This will take you to the home page. If it does not redirect, click [here](https://www.notionapps.com/home) after signing up.
3. Click the "Connect Notion" button on the NotionApps home page. This will redirect you to a Notion Authorization page.

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

3. On the Notion Authorization page, select the workspace and top-level pages that contain the databases you want to use to create apps.

{% hint style="warning" %}
If you're not able to see a Notion workspace on the Notion authorization page, it might be because you are not a member of that workspace. Only members of a workspace can authorize integrations for that workspace. If you're a guest in the workspace, you won't be able to see it on the authorization page. If this is the case, please ask the workspace owner to add you as a member.
{% endhint %}

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

4. Grant NotionApps permission to access your Notion account by clicking the "Allow Access" button.

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

That's it! With these steps, you should now be able to connect your Notion database(s) to NotionApps and start creating apps.


---

# 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.notionapps.com/basics/connect-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.
