> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/pages/home-page.md).

# Home Page

You can set one or more home pages for your app. There are three options for setting a home page: default to the first page in your menu, select a specific page, or set up a workflow to send users to different pages based on conditions.

To access home page settings, use the *Pages* menu on the left of the screen.

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

When you select **Using Workflow**, the beginning of the workflow will be created automatically to send new users, invited users, and returning users to different home pages. You can use these conditions or set your own.

<figure><img src="/files/3WDwjxoAMNPJDkR4nhzp" alt=""><figcaption></figcaption></figure>


---

# 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.jetadmin.io/user-guide/design-and-structure/pages/home-page.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.
