> For the complete documentation index, see [llms.txt](https://help-en.cosmobots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-en.cosmobots.io/bot-builder/dashboard.md).

# Dashboard

The Dashboard is responsible for the analytical data of your bot!

They are vital to the success of your bot. The insights you can get by analyzing this data allow you to improve and streamline your flows, relate the right message to the user, and find out where the user is missing out.

In addition, you can filter by the date you want and even include your own analytics in the integrations tab, just inform the Token API.

In the "users" tab we have the number of users that interacted with the bot that day. They can be new users (represented by blue color) and user recurring (represented by green color).

![](https://lh4.googleusercontent.com/zzcFbK0dkcRyswu3vcOQfMV_xC2KNyuHEGoos80Ys75PROXV5E0sI_szUdMLLa1BGBpkkNnTKLlOMPcP4sibPeu9X8ym8Zlw-PEq4wKf-6_ueu_2CtufdVgh2OrlMt5tAGiUaAlb)

{% hint style="info" %}
By clicking on the "\~" underneath the graph, you can turn off one of the colors to see the other more accurately.
{% endhint %}

Beside user analytics, we have a general summary about them and the channels they were using.

![](https://lh3.googleusercontent.com/8ImjP-ptY2ItHJXJJnJW7qS56hpf533TiydJMyf6LakJZEKmKpDOBV0Udll9JGubICzm_2erjjT7D0WYEgpP44WweU_DMlV2GhT9TzzsWbQTH-D47EoEa-acrtvgQxQNFJeUioEf)

You can create a custom funnel in the "Custom Funnel" tab, you choose a condition, a flow and a part of the stream you want to analyze. In the example below we create a funnel to see how many users are going to the Exception flow.

![](https://lh3.googleusercontent.com/B8KGxGeZ7xI8Za0Lg9wi549dhYXhiqzdUvEwUlz2XtPx2ylTZ_H22ue1k4__lOado6CHHjWQ1etI5EfDkN7MXmFRrxQMnU6o9Ua3XDCPX5JWU3RNwMdDUKPNoDc1CFVHNKHbj64u)

By creating this funnel, the analyst will only tell you about the condition you have chosen.

![](https://lh4.googleusercontent.com/uHfOf7fDD46x6sJSMYEBGTiE_JnRZBslUbUVwtv-zwQxO4fyJiVrYQXvQ0N342B5yZ8vEveJFxXxkaDf7lj8ma8qSyEXfryzDaBfUTLA_tNmpPYHC5BXMpiwWDrj0psr40bif_NN)

{% hint style="info" %}
An "exception funnel" is very useful for you to know how many users are going to the "I do not understand".
{% endhint %}

Below the analytics of users, conversations and personalized funnel we have those of intentions, in it we have a frequency of how many users went through a certain part of the flow. Beside we have the unrequited intentions, which are all those that the Bot did not understand, this flap is crucial for you to leave the Bot increasingly intelligent, in it you will analyze the misunderstandings and add the intentions that you deem pertinent.

![](https://lh5.googleusercontent.com/TArfh_qNmD-GfhGKNmuIU6FIo70I1VWYFDAezVwKGbnjjuXkb0t58hmGawdDR8D_esOc4RXozDaEh8xKzLHmjZsGcxveISjZ8-SOdV2_teujNLA6tR98BIli9ihFmNO44m6ZrpUQ)

Finally, we have the analytics of interactions that are responsible for showing a general summary of the types of messages that appear the most in the flow. Next we have an average in minutes of how long the conversation lasts in total.

![](https://lh5.googleusercontent.com/_l-LtmX_-KghW1HMjHdo3y1cEfM4axg1kGlIcac9aYbCQ9x_FF-mz9lbaFDQKek_PdlSzzK9P7VBHOpeVjSN0UTmjQ6xDxeXJvTb09hNBSJvMyeKTfUpwEg88NZ64Hp3xWL7xsSe)


---

# 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://help-en.cosmobots.io/bot-builder/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.
