# Insights

"Insights" help you access a high-level report on the monthly usage of your Appmixer instance: number of messages and message size. This view helps you see the performance of your Appmixer instance over time.

![Backoffice – overview](/files/-MhYkqmvuDtLWiW3-Maa)

{% hint style="info" %}
Note that you can view the report for the past 6 months only.
{% endhint %}

As you can see above, our Appmixer instance sends around 50 000 messages a month where one message has 230 bytes on average.

Let's clarify what a message means. The best explanation would be: "information in the JSON Object format that is sent from the *out port* to the *in port* in an Appmixer flow". The size of the message, of course, depends on the data size you're sending from one component to another.

[Next, we'll look at the "Flows" tab – a place where you can access all flows created in your Appmixer instance](/kb/backoffice-features/flows.md).


---

# Agent Instructions: 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:

```
GET https://docs.appmixer.com/kb/backoffice-features/tbd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
