> 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

Power Frase with your internal knowledge

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

{% hint style="info" %}
**If needed, you can connect more than one account:** an account selector appears in the import pickers so you can choose which one to pull from.
{% endhint %}

{% stepper %}
{% step %}

#### Connect the integration

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

{% step %}

#### 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**
   {% endstep %}
   {% endstepper %}

{% 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

{% stepper %}
{% step %}

#### Open Brand Hub

Go to **Brand Hub** in the left sidebar
{% endstep %}

{% step %}

#### Create a new profile

Under Brand Voice, click **New Profile**
{% endstep %}

{% step %}

#### Open the Import tab

{% endstep %}

{% step %}

#### Choose Notion

{% endstep %}

{% step %}

#### Pick your brand voice document

{% endstep %}

{% step %}

#### Click Next to finish the import

This creates a brand voice profile that Frase’s AI will follow across content.
{% endstep %}
{% endstepper %}

#### Import Terminology & Glossaries

{% stepper %}
{% step %}

#### Open Terminology

In *Brand Hub,* select **Terminology**
{% endstep %}

{% step %}

#### Start the import

Click **Import from Notion / Docs**
{% endstep %}

{% step %}

#### Choose Notion

{% endstep %}

{% step %}

#### Pick your Notion pages

Choose the Notion pages you want to use as:

* Terms libraries
* Glossaries
  {% endstep %}

{% step %}

#### Finish the import

Click **Next** to import
{% endstep %}
{% endstepper %}

#### Import Reference & Knowledge Documents

{% stepper %}
{% step %}

#### Open Reference Docs

In *Brand Hub,* go to **Reference Docs**
{% endstep %}

{% step %}

#### Start the import

Click **Import from Notion / Docs**
{% endstep %}

{% step %}

#### Choose Notion

{% endstep %}

{% step %}

#### Pick your Notion pages

{% endstep %}
{% endstepper %}

{% 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.
