# What call statistics are available for Groups?

{% hint style="info" %}
**Note:** This feature works differently in sipgate neo, so this article does not apply.
{% endhint %}

Group call statistics provide admins with key real-time insights into inbound calls. On the group details page, you can analyse various metrics for each month, helping you track call activity efficiently.

If a queue is enabled, admins can also monitor the current number of waiting callers and the average wait time over the past 30 days. Data can be filtered by month, going back up to one year.

For better visualisation, call availability is displayed as a graph, allowing you to assess daily performance. Additionally, data can be downloaded as a CSV file with hourly breakdowns. This helps identify peak call times and optimize staffing schedules accordingly. The feature can be activated for one or multiple groups as a free option under **Groups ➔ statistics** in the account dashboard.

{% hint style="info" %}
**Important:** If a group is deleted, its call statistics will also be removed.
{% endhint %}

#### Explanation of metrics

* **Inbound Calls:** Total number of calls received on the group's phone number within the selected period.
* **Answered Calls:** Total number of calls answered by group members. If a queue is enabled, this includes calls picked up after waiting.
* **Missed Calls:** Total number of calls that were not answered. This includes forwarded calls (to another number or voicemail) and calls where the caller hung up while waiting in the queue.

{% hint style="warning" %}
**Tip:** Forwarded calls are counted as follows. If the forwarded call is answered, it is marked as answered in the event log and group statistics. If it is not answered, it is marked as missed in both records.
{% endhint %}

* **Answer Rate:** The percentage of answered calls compared to total inbound calls.
* **Voicemail Messages:** The number of messages left on voicemail (if enabled as a forwarding option).
* **Average Call Duration:** The average length of all answered calls, including forwarded calls.


---

# 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://teamhelp.sipgate.co.uk/account-management/groups-and-user/what-call-statistics-are-available-for-groups.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.
