> For the complete documentation index, see [llms.txt](https://readme.dhee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.dhee.ai/platform-reference/reports/statistics/monthly-reports.md).

# Monthly Reports

Much like the weekly analysis of conversation data, the Customers can analyze the conversation data over the month. The weekly reports can be accessed from *Reports->Statistics->MonthlyReport*. The key weekly reports supported by Dhee.AI are as follows.

### Conversations By Day

Conversations by Day graph shows the variances of conversations across different days of the month.

![](/files/thA8RIAQnxbRjTAjVSnH)

### Conversation By Language

The Customer could compare the preference of language by the users from the data available for the complete month.

![](/files/qpnD3U3uVbwkT8ubAWcc)

### Conversation by Device

Similarly, the Customer could compare the choice of the device by the different users across the month using the *Conversation By Device Chart*.

![](/files/iRC9ALimDlT7e1z7R9TN)

### Conversation By Sub Device

Further analysis of the choice of the Operating system in the devices by users can be understood in the *Conversation by Sub Device* chart.

![](/files/Bi99lNaw8GPI2crTWekf)

### Conversation by Browser

Customers who are interested in understanding the choice of browser used by the User can use the *Conversation by Browser* pie chart for understanding and compare the users by browsers.

![](/files/2WQbNi0ebrACSNMcatgf)

### Conversation by Channel Type

As Dhee.AI supports widgets as well as support over social media like WhatsApp, it would interest the Customers to know the distribution of Users across different channel types. The *Conversation by Channel Type* provides an insight into the distribution.

![](/files/tahij075CREwfJGLtR8i)

### Per day Engagement Time (hrs)

The *Per Day Engagement Time* presents a useful insight into the actual time spent by the Users with the bot. Time is measured in hours.

![](/files/xDvfOGDPxyFUgBaK1tK0)


---

# 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://readme.dhee.ai/platform-reference/reports/statistics/monthly-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.
