# Multiple data sources

### `Databases with multiple data sources are not supported in this API version.`

On September 3, 2025, Notion updated their API to allow [multiple data sources](https://www.notion.com/help/data-sources-and-linked-databases) per database. A data source is a set of pages in a database — so a single database can now contain several independent collections of pages.

Whalesync fully supports multiple data sources on all **newly created** syncs. However, this change is **not backward-compatible** with syncs that were created before the update.

If you're seeing the error above, you have two options:

### Option 1: Create a new sync

Create a new sync in Whalesync. New syncs use the latest Notion API version and support multiple data sources out of the box.

### Option 2: Remove extra data sources in Notion

If you'd prefer to keep your existing sync, you can remove any additional data sources from the Notion database so that it only contains a single data source.

To do this, open the database's view settings and click **Manage data sources**:

<figure><img src="/files/sA8spQiqNNOTV0wL8GDz" alt=""><figcaption><p>Open view settings, then click "Manage data sources"</p></figcaption></figure>

Then click the **•••** menu next to the extra data source and choose **Move to** to relocate it to another database:

<figure><img src="/files/6cGXesrDjomPDcrM6BiL" alt=""><figcaption><p>Use the ••• menu to move or delete extra data sources</p></figcaption></figure>

{% hint style="info" %}
Once a database has only one data source, the existing sync will work as before.
{% 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.whalesync.com/connectors/notion/multiple-data-sources.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.
