# Create an app

After connecting Notion to NotionApps, the next step is to create an app using the databases in your Notion account. Here's a step-by-step guide on how to create an app from Notion databases:

1. Click on the "Create New App" button on the home page of NotionApps. This will take you to the "Create New App" page.

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

2. On the "Create New App" page, select the databases you want to use for your app. You can select one or multiple databases.

{% hint style="warning" %}
If your database does not show up in the database selection panel, it might be because it is still being synced from Notion. In this case, you can wait for 1-2 minutes and click the "Refresh" button to see the available databases.
{% endhint %}

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

3. Once you have selected the databases, click on the "Build App" button. This will create the app for you and redirect you to the newly created app.

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

That's it! You've successfully created an app from your Notion databases. You can customize your app by adding screens, filters, sorting options, and more.&#x20;

If you're looking for a video tutorial for creating a new app, please use the link below.

{% content-ref url="/pages/ReLtJv03aCeIHhCHVxcj" %}
[Create new app](/video-tutorials/create-new-app.md)
{% endcontent-ref %}


---

# 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/basics/create-an-app.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.
