> For the complete documentation index, see [llms.txt](https://docs.bird.com/24sessions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/24sessions/product/reports.md).

# Reports

Under the 'Reports' you will find the reports about the following three components: overview, agreements and users.

### Overview <a href="#overview" id="overview"></a>

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

Here you get an overview of:

* Number of completed meetings per week
* Number of planned meetings per week
* Total number of meetings per week
* The average per review question per week
* The average total review rating per week
* Number of reviews per week
* Average meeting duration in minutes per week

At the top of the page you can adjust the filters, to select the right range of the data and if possible group.

### Meetings <a href="#meetings" id="meetings"></a>

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

Here you can find all the details per meeting. You can apply different filters via 'select columns to display them in this report'. In addition, you can also select meetings based on the range of data and possibly a group.

The 'Meetings' tab is mainly used to review the review questions filled in by the customer per meeting.

### Users <a href="#users" id="users"></a>

Here you have a quick overview of yourself about:

* Number of planned meetings
* Number of completed meetings
* Number of reviews received
* Average review rating
* Average review rating per review question

Here too you can adjust the range of data to select a specific period.

&#x20;


---

# 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.bird.com/24sessions/product/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.
