# 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 DNA](https://docs.frase.io/advanced/brand-dna) 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 DNA](https://docs.frase.io/advanced/content-governance).

#### Import Brand Voice Documents

1. Go to **Brand DNA** 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 DNA,* 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 DNA,* 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: 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.frase.io/integrations/connectors/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.
