> For the complete documentation index, see [llms.txt](https://docs.notionapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionapps.com/customize-app/customize-a-screen.md).

# Customize a screen

To customize a screen on NotionApps, follow the steps below:

1. Open the app builder and select the screen that you want to customize from the app preview (in the center of the app builder).
2. The configuration section for the screen is visible on the right side of the app builder.

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

{% hint style="info" %}
A screen can have customizations based on the type of screen. For example, list screens like View Items or Update Items have customizations for filtering, sorting, or in-app filtering items. Screens like View Single Item allow for customizations by adding different components to represent the item/page, such as text, images, or buttons.
{% endhint %}

3. In the configuration section, you can configure various options such as the layout of the screen, the visibility of fields, the display of images, and more.

{% hint style="success" %}
As you make changes, they will reflect in the mobile preview in the center of the app builder. These changes are *automatically saved* but only show up on your link after publishing the app.
{% endhint %}

Over the next pages, we will talk about specific customizations for these screens.


---

# 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:

```
GET https://docs.notionapps.com/customize-app/customize-a-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.
