# App Navigation

NotionApps allows you to configure the navigation in your app with two types of navigation: *bottom tabs* and *side drawer*. By default, the app builder automatically adds a newly created screen to the bottom tab, but you can move the screen between the bottom tab and drawer as needed. Here's how to configure the navigation in your app:

1. On the home page, click on the app you want to customize. This will open your app in the app builder.
2. Click on the "Edit Navigation" button in the bottom-right corner of the app builder to view the navigation and icon/name of your screens.

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

3. To move a screen between the bottom tab and drawer, simply click on the screen and drag it to the desired location. You can also reorder screens using the drag (✥) icon.

{% hint style="info" %}
We suggest a maximum of 5 screens in the bottom tabs for the best experience.
{% endhint %}

4. To change the name or icon of a screen, click on the screen and then edit the desired properties.

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

5. Once you're done, you can go back to editing the screen by clicking on the "Edit Screen" button.

{% hint style="info" %}
We recommend putting primary screens or actions in the bottom tab and secondary screens or actions, like "Profile" or "About" screens, in the drawer.&#x20;

This helps users easily access the most important screens and actions while keeping less frequently used screens and actions hidden.
{% endhint %}

By following these simple steps, you can easily configure the navigation in your NotionApp. Whether you want to reorder screen positions, change the name or icon of a screen, or configure the side drawer, the app builder makes it easy to create a user-friendly and intuitive app navigation.


---

# 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/customize-app/app-navigation.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.
