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

# App home screen

The SprintHub app home screen was designed to provide an overview of the main features and make access to the most relevant information intuitive and efficient. In this section, we explore each component of this interface.

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

**1. Personalized Welcome**

At the top of the screen, the app displays a personalized greeting with the user's name, creating a more welcoming experience. Beside it, there is a profile photo that helps quickly identify the active account.

**2. Services Section**

Below the greeting, we find the main services organized in circular buttons with intuitive icons. These buttons allow quick access to essential functionalities:

* **SAC 360°**: Manage interactions with customers.
* **CRM**: Financial and customer relationship management.
* **Leads**: Track and organize generated leads.

**3. Recent Support Cases**

This section lists ongoing or pending support cases, offering details such as:

* Customer name.
* Communication channel (indicated by the WhatsApp icon).
* Support case status (e.g., "In contact", "Document Delivery", "Waiting for Customer").
* Information about deadlines, with visual counters (days and hours).

**4. Status Identification**

Support cases are highlighted with colors that indicate the current status:

* **Orange**: Represents ongoing cases or those that require immediate attention.
* **Green**: Refers to processes in progress, such as document delivery.
* **Purple**: Indicates pending items that depend on the customer.

#### Home Screen Benefits

* **Simple Navigation:** The clear arrangement of elements allows you to quickly find what is needed.
* **User Focus:** Personalized information helps with daily management.
* **Intuitive Visuals:** Colors and icons make it easier to identify priorities.

This interface is the starting point for efficient management of support cases and access in SprintHub.


---

# 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.sprinthub.com/en/topics/sprinthub-app/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.
