> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/analytics-dashboard/legacy/intent-trends-dashboard.md).

# Intent Trends Dashboard

[#video-explainer](#video-explainer "mention")

The Intent Trends Dashboard is a valuable tool that helps you analyze trends across customer questions, providing insights into the most popular and relevant intents. With just a few clicks, you can select a specific time period and discover which intents are currently trending.

\
We compare the most recent timeframes (ex: 30-day period) with the previous time frame (ex: 30-day period). The change in the percentage of total intents reflects the relative importance of intent. For example, if it went from 10% to 8% of total intents, the change is +2%.&#x20;

The change in total volume represents the overall occurrences of an intent. If it went from 200 to 180 occurrences, the change is +20.&#x20;

Note that total volume and percentage of the total can show different trends due to variations in overall volume.

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

The Intent Trends Dashboard offers several capabilities to enhance your analysis:

#### Filter by 30 days:

* For a more comprehensive view of intent trends, the 30-day filter provides insights into customer questions and preferences over a month. It allows you to identify long-term patterns, assess the effectiveness of previous initiatives, and plan future actions based on solid data.

#### Filter by 7 days:

* By selecting this filter, you can analyze intent trends over a 7-day period. This longer time frame allows you to identify broader trends, track changes in customer behavior, and adapt your strategy accordingly.

#### Filter by 24 hours:

* This filter enables you to see trends within a 24-hour timeframe. It helps you identify patterns and fluctuations in customer questions, providing valuable information for operational decisions.

#### Filter by the last 1000 messages:

* This filter allows you to focus on recent interactions to understand the latest trends and customer interests.

## Video Explainer

{% embed url="<https://www.loom.com/share/1c60003709b94eb28f139d43c8a894bb?sid=f9c41124-efb7-44e4-8c75-fa104b93cd03>" %}

<br>


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/analytics-dashboard/legacy/intent-trends-dashboard.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.
