# 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: 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.jigx.com/getting-started/planning-your-app/home-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.
