> For the complete documentation index, see [llms.txt](https://docs.notionmaps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionmaps.com/getting-started/manually-adding-a-database.md).

# Manually adding a database

If, for some reason, you cannot see your database when creating a new map, you will need to manually share the database with Notion Maps.

💡 Your account must already have an active connection with Notion in order to share.

To share your data, go to Notion, choose the database you want to see (that does not appear automatically in the interface) and click the "Share" button.

![step1](/files/B7Uls7BKTpSW92OFqhxW)

Clicking the "Share" button will display all integrations and users with access to the database. If "Notion Maps" does not appear, you must search for it in the text box.

![step2](/files/BqJbwd7BIHHBjwrFw8fb)

After clicking on the text box, you'll be able to see all the integrations that can access this database; you need to look for the one that says "Notion Maps".

![step3](/files/nd4fx3EvpCmZ3WqdCLO6)

Once the integration is selected, click "Invite". We will then have access to the database.

![step3](/files/QUCxxlJfyqZrYeFfdeMh)

In a similar way, if you gave us access to a database, and now you no longer want us to be able to access its data, you can remove the "Notion Maps" integration's access to that particular resource.


---

# 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.notionmaps.com/getting-started/manually-adding-a-database.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.
