> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/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/connectivity-platform/inbox-reporting/inbox-reports-in-action.md).

# Inbox reports in action

Inbox reports enable you to analyze the important metrics and understand the efficiency of your team. There are several metrics you can use to understand how your team is performing and serving the customers.&#x20;

In this article we will dive deeper into the following metrics:

1. Average first response time.
2. Average resolution time.

The examples below illustrate some common scenarios your team may encounter and show how these metrics are measured in each case.&#x20;

&#x20;

## Example 1&#x20;

Anna is a customer support representative at Acme Corp.&#x20;

**Events timeline**

| Time | Event                                         |
| ---- | --------------------------------------------- |
| 0900 | An inbox ticket is created.                   |
| 0910 | Anna accepts the ticket.                      |
| 0911 | Anna sends the first message to the contact.  |
| 0915 | The contact sends a message.                  |
| 0920 | Anna sends the second message to the contact. |
| 0930 | Anna resolves the ticket.                     |

&#x20;

**First response time**

*First response time = (Time agent first replied - Time ticket created)*

*First response time  = ( 0911 - 0900) = 11 minutes*

&#x20;

**Resolution time**

*Resolution time = (Time ticket resolved - Time ticket created)*

*Resolution time = 0930 - 0900 = 30 minutes*

&#x20;

## Example 2&#x20;

Anna and Bob are customer support representatives at Acme Corp.&#x20;

**Events timeline**

| **Time** | **Event**                                     |
| -------- | --------------------------------------------- |
| 0900     | An inbox ticket is created.                   |
| 0910     | Anna accepts the ticket.                      |
| 0911     | Anna sends the first message to the contact.  |
| 0915     | The contact sends a message.                  |
| 0920     | Anna sends the second message to the contact. |
| 0930     | Anna resolves the ticket.                     |
| 0945     | Bob reopens the ticket.                       |
| 0945     | Bob responds to the contact.                  |
| 1000     | The contact sends a message.                  |
| 1015     | Bob resolved the ticket                       |

&#x20;

**First response time**

*First response time = (Time agent first replied - Time ticket created)*

*First response time  = ( 0911 - 0900) = 11 minutes*

&#x20;

**Resolution time**

The ticket was first resolved at 0930 but reopened at 0945, hence the previous resolution time on the ticket is invalidated and resolution time is calculated again after the ticket is resolved.&#x20;

&#x20;

*Resolution time = (Time ticket resolved - Time ticket created)*

*Resolution time = 1015 - 0900 = 75 minutes*

\
\ <br>


---

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

```
GET https://docs.bird.com/connectivity-platform/inbox-reporting/inbox-reports-in-action.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.
