> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/connect-to-notion.md).

# Connect to Notion

## Embed Plus content in Notion

[Connect Plus to Notion](https://www.notion.so/integrations/plus-8f25d2b0-81cf-46f9-a2ac-1bea17d57f19) to embed Snapshots and Pages directly in Notion.

<figure><img src="/files/nbBs76lKWXEhfPDcInfU" alt=""><figcaption><p>Example of a Plus Snapshot embedded in Notion</p></figcaption></figure>

## Connect Plus to Notion

Connect your Plus account to Notion [here](https://www.notion.so/integrations/plus-8f25d2b0-81cf-46f9-a2ac-1bea17d57f19).&#x20;

You'll also be prompted to Connect to Plus if you paste a Plus URL into a Notion document.

<figure><img src="/files/y2GkOv6NAin7AV4JahFm" alt=""><figcaption><p>When you paste a Plus URL into Notion, you'll see a prompt to connect to Plus.</p></figcaption></figure>

Follow the instructions to log into your Plus account and connect to Notion.

## Adding Plus content to Notion

Paste a Plus URL into your Notion doc. Follow the instructions to Connect to Plus if you haven't already.&#x20;

Click **Paste as preview** to expand the Plus Snapshot or Page.

![](/files/vQPyH7STZh3KW0TvyuPD)

## Using Plus embeds in Notion

Your Plus Snapshots in Notion will stay up-to-date automatically.

You can refresh Snapshots, view previous versions, copy the Snapshot URL, and go to the source where the Snapshot was taken directly within Notion.


---

# 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://guide.plusai.com/other/live-snapshots/snapshot-integrations/connect-to-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.
