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

# Notion

Connect Notion to Teleskope to enable DLP scanning and eDiscovery across your organization's Notion workspace. Enrollment uses OAuth 2.0 — Teleskope's integration appears as a first-party app in Notion and your users authorize access directly from the Teleskope dashboard.

***

## Prerequisites

Before starting enrollment, make sure you have:

* **Notion workspace admin access** — you'll need permission to authorize third-party integrations in your Notion workspace.
* **Teleskope admin access** — enrollment must be performed by a Teleskope workspace admin.

***

## Enrollment Steps

### 1. Navigate to the Connectors Page

Log in to the Teleskope dashboard and go to **Connectors** in the left navigation. Find the **Notion** tile and click **Connect**.

### 2. Authorize via OAuth

You'll be redirected to Notion's authorization page. Sign in with your Notion admin account if prompted.

Review the permissions Teleskope requests — these allow Teleskope to read workspace content for DLP and compliance scanning. Click **Allow Access** to proceed.

### 3. Confirm Enrollment

After authorizing, you'll be redirected back to the Teleskope dashboard. The Notion tile on the Connectors page will update to show an **Enrolled** status.

Teleskope will begin crawling your Notion workspace shortly after enrollment is confirmed.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.teleskope.ai/connectors/saas/notion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
