> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/home.md).

# Using the Home Page

Access all the information and resources you need from a single command center.

The **Home Page** is your central hub for the information, tools, and resources most relevant to your role. Configured by your organization, it features a dashboard with widgets that highlight your key priorities and provide an at-a-glance view of essential information, helping you stay organized and act quickly.

From the **Home Page**, you can:

* Access customized views and tools for your work
* Navigate directly to your assigned tasks and related documentation
* Monitor ongoing activity and follow up on pending items
* Review real-time metrics to stay informed about performance

{% hint style="success" icon="lightbulb" %}
**Tip:** Panels opened from a widget can be resized, expanded to full screen (without losing your place), or closed as needed.

* For more information, see [**Using the Side Panel**](/interfacing-help-files/end-users/using-the-side-panel.md).
  {% endhint %}

Use the **Home Page** to stay focused, find information quickly, and manage your responsibilities with ease.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FUGwnVGVMakXNZRYJfIaY%2FIMS-V16-Home.png?alt=media&amp;token=05fe7fef-e7b2-44ab-b780-1b7efa51cab4" 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/end-users/home.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.
