# How do I add a Home Page to the app?

To add a website-like home page experience to your application, you can use a combination of our *"Details (View One Item)"* screen and the *"Page Blocks"* component.&#x20;

<figure><img src="/files/49dnC4RtrhuR3ZjqqZq0" alt=""><figcaption><p>Home Page</p></figcaption></figure>

Please follow this step-by-step guide to do so:

1. Open the app builder
2. Create a database with a single page/row with the information that you'd like to display on the Home page.
3. If this database is not already linked to the application, then go to the *"Databases"* tab and select this new database.

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

4. Create a new screen with this newly linked database with the Screen Type *"Details (View One Item)"*

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

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

5. Customize the app using the "Show Page Blocks" and other components.&#x20;

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


---

# 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/frequently-asked-questions/how-do-i-add-a-home-page-to-the-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.
