# Notion pages

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

<table><thead><tr><th width="340">You control</th><th>The product respects</th></tr></thead><tbody><tr><td><sub>Which workspace and page get <strong>Content access</strong></sub></td><td><sub>The integration secret plus Notion’s own permission checks</sub></td></tr></tbody></table>

<h2 align="center"><sub>Three habits</sub></h2>

{% stepper %}
{% step %} <sub>**First**</sub>

<sub>One canonical page beats twelve “temporary” pages nobody deletes.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>When two teammates disagree, resolve it in Notion permissions, not in side-channel screenshots.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>Treat Notion deletion like database deletion: slow down before you click.</sub>
{% endstep %}
{% endstepper %}

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

<p align="center"><sub><strong>If this page vanished, would your validation history still be reconstructable?</strong></sub> <br><sub>If no, export or archive on a schedule you can keep.</sub></p>


---

# 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/ownership-and-responsibility/notion-pages.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.
