> 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 it easy to access the most relevant information in an intuitive and efficient way. In this section, we explore each component of this interface.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FKCGgxYj86T5aGbO4Juiv%2Fimage.png?alt=media&amp;token=bddba034-3ca1-4505-bca6-cf9e1a95d971" 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. Next to 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 provide quick access to essential features:

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

**3. Recent Interactions**

This section lists ongoing or pending interactions, providing details such as:

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

**4. Status Identification**

Interactions are highlighted with colors that indicate the current status:

* **Orange**: Represents interactions in progress or that need immediate attention.
* **Green**: Refers to processes in progress, such as document delivery.
* **Purple**: Indicates pending items that depend on the client.

#### Benefits of the Home Screen

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

This interface is the starting point for efficient management of service requests 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.
