# Add New Screen

Adding a new screen to your NotionApp is a simple process that allows you to customize the look and functionality of your app. Follow these steps to add a new screen to your app:

1. Open your app in the app builder.
2. Click on the "+ New Screen" button in the bottom-right corner of the app builder. This will open a popup that allows you to add a new screen to your app.

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

3. Select the Notion database whose items you want to view, update, or add from the drop-down menu.
4. Select the type of screen you want to add. There are four types of screens available: List (View Items), Details (View One Item), List (Update Items), Form (Update Item), and Form (Add Item). Each type of screen has different functionality, so choose the one that best fits your needs.

{% content-ref url="/pages/fKbompp3Tl7JRwJntVU9" %}
[Types of Screens](/customize-app/types-of-screens.md)
{% endcontent-ref %}

3. Press the "Done" button to add the screen to your app.

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

After adding the screen, you can customize its appearance and functionality. You can customize the look of the screen by changing its row configuration, title, and icon. You can also filter and sort the screen items to display the data in the way that makes the most sense for your app.

### Other Screen Actions

You can delete or duplicate a screen on NotionApps using the buttons provided right next to the screen name.&#x20;

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

{% hint style="info" %}
The option to delete or duplicate a screen is only available on the top-level screens in the bottom tabs or the side drawer.&#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/customize-app/add-new-screen.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.
