> 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.md).

# Customize App

- [App Navigation](https://docs.notionapps.com/customize-app/app-navigation.md)
- [Navigation Groups](https://docs.notionapps.com/customize-app/navigation-groups.md)
- [App Icon, Colour, URL](https://docs.notionapps.com/customize-app/app-icon-colour-url.md)
- [Custom Domain](https://docs.notionapps.com/customize-app/custom-domain.md)
- [Buy Additional Custom Domains](https://docs.notionapps.com/customize-app/custom-domain/buy-additional-custom-domains.md)
- [Add New Screen](https://docs.notionapps.com/customize-app/add-new-screen.md)
- [Types of Screens](https://docs.notionapps.com/customize-app/types-of-screens.md)
- [List (View Items)](https://docs.notionapps.com/customize-app/types-of-screens/list-view-items.md)
- [Details (View One Item)](https://docs.notionapps.com/customize-app/types-of-screens/details-view-one-item.md)
- [List (Update Items)](https://docs.notionapps.com/customize-app/types-of-screens/update-items-form.md)
- [Form (Update One Item)](https://docs.notionapps.com/customize-app/types-of-screens/form-update-one-item.md)
- [Form (Add Item)](https://docs.notionapps.com/customize-app/types-of-screens/add-new-item-form.md)
- [Customize a screen](https://docs.notionapps.com/customize-app/customize-a-screen.md)
- [View Types (List, Grid, Calendar)](https://docs.notionapps.com/customize-app/customize-a-screen/view-types-list-grid-calendar.md): This page describes how to change view type amongst List, Grid, and Calendar views.
- [Filtering, Sorting, or Grouping Items](https://docs.notionapps.com/customize-app/customize-a-screen/filtering-sorting-items.md)
- [In-app Filtering](https://docs.notionapps.com/customize-app/customize-a-screen/in-app-filtering.md)
- [Screen Actions](https://docs.notionapps.com/customize-app/customize-a-screen/screen-actions.md)
- [Add new component to screen](https://docs.notionapps.com/customize-app/customize-a-screen/add-new-component-to-screen.md)
- [Screen Visibility](https://docs.notionapps.com/customize-app/customize-a-screen/screen-visibility.md)
- [Type of Components](https://docs.notionapps.com/customize-app/type-of-components.md)
- [View Data Components](https://docs.notionapps.com/customize-app/type-of-components/view-data-components.md)
- [Add/Update Data Components](https://docs.notionapps.com/customize-app/type-of-components/add-update-data-components.md)
- [Location Viewer Component](https://docs.notionapps.com/customize-app/type-of-components/location-viewer-component.md)
- [Signature Component](https://docs.notionapps.com/customize-app/type-of-components/signature-component.md)
- [Button Component](https://docs.notionapps.com/customize-app/type-of-components/button-component.md)
- [Comments](https://docs.notionapps.com/customize-app/type-of-components/comments.md)
- [Component Visibility](https://docs.notionapps.com/customize-app/component-visibility.md)
- [Barcode/QR Code Scanner](https://docs.notionapps.com/customize-app/barcode-qr-code-scanner.md)
- [Form Submit Redirection](https://docs.notionapps.com/customize-app/form-submit-redirection.md)
- [Formulas & Rollups](https://docs.notionapps.com/customize-app/formulas-and-rollups.md)
- [Relations](https://docs.notionapps.com/customize-app/relations.md)
- [Show Page Content](https://docs.notionapps.com/customize-app/show-page-content.md)
- [Desktop View](https://docs.notionapps.com/customize-app/desktop-view.md)


---

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