> 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/general/crm/crm-initial-settings/crm-dashboard-and-reports.md).

# CRM - Dashboard and Reports

The **Reports** and **Dashboards** The CRM reports and dashboards allow you to track results, analyze sales performance, and make strategic decisions based on real data. Each view has specific goals and its own criteria for displaying information.

Understanding these criteria and the **available filters** is essential to ensure accurate analyses

{% embed url="<https://youtu.be/0ry930dHZyE>" %}

***

### 1. Global Filters and Period Selection

Before starting any analysis, use the top control bar to segment the displayed data:

* Period Filter: Allows you to isolate the history (e.g., current month, quarter, or custom periods).
* Pipeline Filter: If your company works with multiple pipelines (e.g., Pre-Sales, Enterprise Sales, Aesthetics), you can select which one you want to analyze separately.
* User Filter: Segments the view to analyze the performance of a specific salesperson or team.

***

### 2. Macro-System Indicators (Global Metrics)

The top row of cards shows the consolidated result of operations for the selected period:

* Conversion Rate: The exact percentage of opportunities closed as "Won" relative to the total number of opportunities worked.
* Average Ticket: The average financial value transacted per completed sales opportunity.
* Sales Funnel (Opportunity Status): Shows the volumetric and financial flow divided among opportunities *Created, Open, Won, and Lost*.

***

### 3. Operations Panel and Opportunities at Risk

This quadrant acts as the manager's preventive alert system, signaling where the sales team is losing traction or agility:

| **Risk Alert**          | **Technical Description**                                                              | **Impact on the Pipeline**                                                       |
| ----------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| No messages for +3 days | Open opportunities that have not received any contact interaction in the last 3 days.  | High risk of the lead going cold due to lack of follow-up.                       |
| No edits for +15 days   | Negotiations that have not had any stage changes or data edits for more than 2 weeks.  | Indicates stagnation in the negotiation process.                                 |
| Stagnant for +30 days   | Opportunities that have been idle with no progress at any stage for more than a month. | Artificially inflates the funnel and requires disposal or a contact-break email. |

Alongside, the panel displays operational control cards for Meetings, Tasks, Service Cases, and Calls that help monitor the daily activities required of consultants.

***

### 4. Performance Rankings and Win/Loss Analysis

#### Sales Rep Ranking

Displays the ranking table of sales consultants ordered by Total Won Value. The table details crucial individual metrics such as:

* Number of wins;
* Average ticket per salesperson;
* Individual conversion rate;
* Sales Cycle (Win vs. Loss): The average time (in days) it takes the salesperson to move an opportunity to the end of the sales process.

#### Chart: Ticket vs. Conversion

A multidimensional quadrant chart that crosses the *Conversion Rate (%)* on the vertical axis with the *Average Ticket (R$)* on the horizontal axis. It is used to instantly identify the team’s high-performance profile (salespeople who sustain high conversion with high-value tickets).

#### Analysis of Loss and Win Reasons

Statistical tables that point out the main factors of success and failure in negotiations:

* Loss Reasons: Classifies the main bottlenecks in the product or process (e.g.: *"Closed with the competitor"*, *"Price too high"*), showing the total financial value that failed to come in as cash.
* Win Reasons: Identifies which sales triggers or campaigns (e.g.: *"I offered a 10% discount"*) are generating the most revenue.

***

### 5. Distribution and Time Analysis

* Opportunities by Time (Open / Lost / Won): Bar charts that segment lead age (e.g.: 31 to 60 days, over 150 days). Ideal for predicting the time needed for a lead to mature before the sale.
* Distribution by Value Range: Shows which price range contains the largest volume of opportunities in your company, separating transactional volume sales from sales *Enterprise*.
* Average Ticket by Source: Maps which channel, campaign, or digital media the most financially profitable opportunities are coming from.

***

#### 📧 Automatic Report Sending by Email <a href="#envio-de-relatorios-automaticos-por-e-mail" id="envio-de-relatorios-automaticos-por-e-mail"></a>

The CRM allows you to configure **automatic report sending by email**, ensuring that managers and teams receive updated data without needing to access the system.

**🔄 How it works**

Reports can be:

* Automatically generated
* Sent on defined schedules (daily, weekly, monthly, or custom)
* Shared with specific users

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FXebLG7ogJ2V1OUwpUff6%2Fimage.png?alt=media&amp;token=91e9fc0c-0fea-4b94-9520-5dbbafe23e50" alt=""><figcaption></figcaption></figure>

**🎯 Benefits of automatic sending**

* Operational time savings
* Continuous monitoring of results
* Standardization of analyses
* Greater agility in decision-making


---

# 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/general/crm/crm-initial-settings/crm-dashboard-and-reports.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.
