# Step 5: Track performance with analytics

Track how your team and channels are performing, and slice ticket data by any field you've configured.

{% hint style="info" %}
Analytics data only appears after you've integrated at least one channel and started receiving tickets.
{% endhint %}

### What you can analyse

Open the **Analytics** tab to see performance broken down across three areas:

* **Conversation performance** — response times, missed conversations, new vs. returning customers, and message volume across every channel and integration.
* **Agent performance** — per-agent breakdowns of response times, tickets handled, and resolution rates.
* **Ticket fields** — slice ticket volume and outcomes by any field you've set up, including Resolution, Enquiry Type, Priority, Product Enquired, and Labels. Use this to spot what your customers are contacting you about and how often each issue gets resolved.

For a full breakdown of the metrics and how they're calculated, see Analytics.

### Next step

Install the mobile app so you can keep an eye on tickets on the go.


---

# 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://help.zaapi.com/start-guide/step-5-track-performance-with-analytics.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.
