# Notion

{% hint style="info" %} <sub>If your team already lives in Notion, wiring it is needed.</sub>
{% endhint %}

<h2 align="center"><sub>This page means</sub></h2>

<table><thead><tr><th width="276.72723388671875">This page is</th><th>This page is not</th></tr></thead><tbody><tr><td><sub>Operator guidance for the Notion slot</sub></td><td><sub>Notion’s full data model and permission matrix</sub></td></tr><tr><td><sub>Save, Test, page access habits</sub></td><td><sub>A guarantee that every query will return clean structure</sub></td></tr></tbody></table>

<h3 id="how-to-get-a-github-api-key-for-aria" align="center"><sub>How to configure Notion for ARIA</sub></h3>

{% stepper %}
{% step %} <sub>**Create a notion account**</sub>

<sub>Go to</sub> [<sub>https://www.notion.so/</sub>](https://www.notion.so/) <sub>and create an account</sub>
{% endstep %}

{% step %} <sub>**Workspace and page**</sub>

<sub>Start with structure: create a workspace (any name e.g. Testing) and create one new page inside it (e.g. ARIA ideas).</sub>\
![](/files/qQl9n2ILfd52J2Jx5D4R)![](/files/p5yO4gu19v3TwHREUoOF)\
![](/files/aM50sx96h2Rbq3eqFZ0m)![](/files/f7KMa5oRqYzR57RFtbcO)<br>
{% endstep %}

{% step %} <sub>**Create the integration**</sub>

<sub>Open My integrations:</sub> [<sub>https://www.notion.so/profile/integrations/internal</sub>](https://www.notion.so/profile/integrations/internal)<sub>, then create a new integration for the new workspace you created in step 2 (Workspace name -> Test).</sub>\
![](/files/WOpi0WePJaZ2hWIAmBsq)\
![](/files/3b033EIhzvGcoJ4VTq3V)
{% endstep %}

{% step %} <sub>**Copy the secret**</sub>

<sub>Copy the Internal Integration Secret from integration settings. It usually starts with</sub> <sub></sub><sub>`ntn_`</sub> <sub></sub><sub>.</sub>
{% endstep %}

{% step %} <sub>**Enable capabilities in your internal integrations**</sub>

<sub>Enable capabilities completely: Read content, Update content, Insert content, Read comments, and Insert comments.</sub>\
![](/files/8i8lt1qWG8jfCmwnoUUE)
{% endstep %}

{% step %}

### <sub>**Open content access**</sub>

<sub>On</sub> [<sub>https://www.notion.so/developers/connections/</sub>](https://www.notion.so/developers/connections/) <sub>click manage in the connection you just created (ARIA Ideas).</sub>\ <sub>Go to Content access and then Edit access.</sub>\ <img src="/files/5xa6IFqngl5bphRMQDnT" alt="" data-size="original">![](/files/aKo47ZtNIJI0OKbnjSQ1)
{% endstep %}

{% step %}

### <sub>**Grant the page**</sub>

<sub>Select the exact page you created (public or private list), add access, then click Save.</sub>\
![](/files/JTdnhGNiDr1wnxY7bniR)
{% endstep %}

{% step %}

### <sub>**In ARIA Settings**</sub>

<sub>Paste the key in the Notion API Key field, Save, and run Test. A visible ARIA test marker should be created on that page</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center">Ask a question</h2>

<p align="center"><sub><strong>Which single Notion page is allowed to be the source of truth for the next milestone?</strong></sub> <br><sub>If there are five, you have a people problem before you have an API problem.</sub></p>

<h3 align="center"><sub>Official Notion links</sub></h3>

<table><thead><tr><th width="306.72723388671875">Resource</th><th>URL</th></tr></thead><tbody><tr><td><sub>My integrations (create internal integrations)</sub></td><td><a href="https://www.notion.so/my-integrations"><sub>https://www.notion.so/my-integrations</sub></a></td></tr><tr><td><sub>Internal integrations (alternate path)</sub></td><td><a href="https://www.notion.so/profile/integrations/internal"><sub>https://www.notion.so/profile/integrations/internal</sub></a></td></tr><tr><td><sub>Notion API overview</sub></td><td><a href="https://developers.notion.com/docs/getting-started"><sub>https://developers.notion.com/docs/getting-started</sub></a></td></tr></tbody></table>


---

# 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.ariaagi.com/settings-and-integrations/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.
