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

# Notion

Frase’s Notion integration lets you connect your internal documentation directly to Frase so your AI-generated content is guided by the same knowledge your team already uses.

Instead of rewriting guidelines or pasting reference material into prompts, you can import brand docs, terminology, and internal knowledge straight from Notion and use them to inform content creation across Frase.

### What You Can Do with the Integration

Once connected, Notion can be used across Frase for [Brand Hub](https://docs.frase.io/feature-reference/brand-hub) governance and AI guidance.

You can import:

* Brand voice and tone documents
* Product and service documentation
* Internal playbooks and knowledge bases
* Terminology, terms libraries, and glossaries

{% hint style="success" %}
These documents help Frase understand your brand, language, and offerings before it generates or refines content.
{% endhint %}

### How to Connect Frase to Notion

#### Step 1: Connect the Integration

1. Log into Frase
2. Go to **Settings**
3. Click **Integrations**
4. Find Notion and click **Connect**

#### Step 2: Choose Pages to Share

1. Review the Notion access prompt
2. Select which Notion pages you want to connect:
   * Entire teamspaces
   * Specific pages
   * Shared pages
   * Private pages (optional)
3. Click **Allow Access**

{% hint style="success" %}
Once approved, your Notion workspace is connected to Frase.
{% endhint %}

### How to Use Notion in Frase

Notion content is managed through [Brand Hub](https://docs.frase.io/feature-reference/brand-hub).

#### Import Brand Voice Documents

1. Go to **Brand Hub** in the left sidebar
2. Under Brand Voice, click **New Profile**&#x20;
3. Switch to the **Import** tab
4. Select *Notion*
5. Choose your brand voice document from Notion
6. Click **Next** to import

{% hint style="success" %}
This creates a brand voice profile that Frase’s AI will follow across content.
{% endhint %}

#### Import Terminology & Glossaries

1. In *Brand Hub,* select **Terminology**
2. Click **Import from Notion / Docs**
3. Select *Notion*
4. Choose the Notion pages you want to use as:
   * Terms libraries
   * Glossaries
5. Click **Next** to import

#### Import Reference & Knowledge Documents

1. In *Brand Hub,* go to **Reference Docs**&#x20;
2. Click **Import from Notion / Docs**
3. Select *Notion*
4. Choose the Notion pages you want to import

{% hint style="success" %}
These references help ground AI output in accurate, internal information.
{% endhint %}

{% hint style="info" %}
**Tip:** Notion pages can also be added as "Smart Sources" when you [create content](https://docs.frase.io/using-frase/content-creation) in Frase.
{% endhint %}


---

# 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.frase.io/integrations/connectors/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.
