# Create Users Database

A Users database in NotionApps is a database with two columns, namely Name and Email. To configure a Users database, please follow the steps below:

1. Create a database like below on Notion.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2F29g0iYpGCBpdwr0Ty36P%2FScreenshot%202023-06-09%20at%206.27.15%20PM.png?alt=media&#x26;token=4bea706f-883d-4633-b54f-9f11b07b227a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you created the Users database inside a Page that NotionApps already has access to, then you can skip steps 2-3.
{% endhint %}

2. Go to your app builder's database settings.
3. Click on "Manage Databases" and authorize NotionApps to the newly created Users database.
4. Link the newly created database to the application.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FNpf0EMz7G56vtvUVfjql%2FScreenshot%202023-06-09%20at%206.30.29%20PM.png?alt=media&#x26;token=5b4000a5-ffde-4d97-96ce-26d867c456dd" alt=""><figcaption></figcaption></figure>

5. Go to the "Users" tab in the left sidebar of the app settings.&#x20;
6. Click on the "Select Users Database" button and configure your Users settings.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FeZwsGqYcHVsuhszcdtwP%2FScreenshot%202023-06-09%20at%206.34.42%20PM.png?alt=media&#x26;token=56f364d6-e4d1-4eb7-8934-60a87d610e15" alt=""><figcaption></figcaption></figure>

7. Press "Confirm"
8. Publish your application and all the email addresses in the Users database can access the application.&#x20;

{% hint style="info" %}
The free plan is limited to only 2 users.&#x20;
{% 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.notionapps.com/users/create-users-database.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.
