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

# Home screen

The home screen or [Home Hub](/building-apps-with-jigx/ui/home-hub.md) as it is called in Jigx is the entry point to your app and, therefore, needs to show the most relevant and important information upfront. Determine what users will interact with, then deep navigate into other screens.

<figure><img src="/files/8ja5pTVfTSM9hCRA5Iyw" alt="Plan the home hub"><figcaption><p>Plan the home hub</p></figcaption></figure>

#### Considerations

* Do you want a Home Hub with just widgets only or a custom home screen?
* The Home Hubis the entry point to the app, making it appealing by adding interactive elements. You can use [video-player](https://docs.jigx.com/examples/readme/components/video-player) or [carousel](https://docs.jigx.com/examples/readme/components/carousel) for visual interaction that includes videos, announcements, news clips, and more.

#### Tips

* Use the *jigx-widget* solution available in [Quick Start](/administration/quick-start.md) as a starting point to determine what widgets you want to use on the Home Hub.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jigx.com/getting-started/planning-your-app/home-screen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
