> For the complete documentation index, see [llms.txt](https://docs.whalesync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalesync.com/resources/support/common-errors-notion.md).

# Common errors - Notion

#### `There are no databases shared via this integration token. Please share at least one database and try again.`

When authorizing Notion, you must search for and select the specific *database* you want to sync and not just the *page* the database lives in.

<figure><img src="/files/m56WRe1SLWBIevD5A31j" alt=""><figcaption><p>Use the search in Notion auth to find the specific database you want to sync</p></figcaption></figure>

A [Notion database](https://www.notion.com/help/what-is-a-database) looks like this in Notion:

<figure><img src="/files/8WjV8u2D6jIFe1ugsKCl" alt=""><figcaption></figcaption></figure>

### “You have not authorized access to a page that can be used as a base for a sync. Please reauthorize the workspace and a page.”

We recently added support for auto-create tables and fields for Notion. With this new feature, Notion now requires users to authorize a Notion page in addition to the usual databases used for syncing. The Notion page you authorized will be the destination for all auto-created tables and fields, should you choose to use this feature.

<figure><img src="/files/B6wuusVbd50lj5SYpQSy" alt=""><figcaption></figcaption></figure>

### Notion limit on number of Options in a field:

While we support syncing option field from other app to Notion, Notion has a limitation on the number of options that are allowed in a single field. This is currently a limitation as we don't support syncing Option fields into a text field as a comma-separated list.


---

# 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.whalesync.com/resources/support/common-errors-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.
