# Chat Usage page

{% hint style="info" %}
Big changes have arrived for Tabnine Chat in [v6.2.0](https://docs.tabnine.com/main/administering-tabnine/managing-your-team/reporting/pages/risy3bTOlfBfgFRRXK8K#v6.2.0). Read [about them all](/main/getting-started/tabnine-chat/upgraded-chat-v6.2.0.md).
{% endhint %}

Starting with [v6.2.0](https://docs.tabnine.com/main/administering-tabnine/managing-your-team/reporting/pages/risy3bTOlfBfgFRRXK8K#v6.2.0), the Chat Usage page provides visibility into how chat functionality is being used across the organization (anything from prior to the [v6.2.0](https://docs.tabnine.com/main/administering-tabnine/managing-your-team/reporting/pages/risy3bTOlfBfgFRRXK8K#v6.2.0) release is kept on the [*legacy Usage Page*](#usage-page-legacy)). Administrators can review overall usage activity, analyze engagement trends over time, and understand model adoption patterns across teams and users.

The page combines high-level metrics with historical analytics and per-model breakdowns. This allows organizations to monitor adoption, evaluate usage growth, and understand how different AI models are being utilized.

The page supports filtering by team and timeframe to help isolate usage patterns for specific groups or reporting periods.

### **Chat Metrics**

<figure><img src="/files/41REKxxKBwb7CaTg1uGx" alt=""><figcaption></figcaption></figure>

The Chat Metrics section displays organization-wide usage totals. Available metrics include:

| Metric                    | Description                        |
| ------------------------- | ---------------------------------- |
| Total messages            | Total number of chat messages sent |
| Total users               | Number of users who used chat      |
| Average messages per user | Average chat activity per user     |

These metrics provide a quick overview of overall engagement and adoption.

### **Chat Metrics per Model**

The Chat Metrics per Model section visualizes how different AI models are being used within the organization.

Two charts are displayed:

| Chart                    | Description                                        |
| ------------------------ | -------------------------------------------------- |
| Total users per model    | Number of unique users interacting with each model |
| Total messages per model | Number of chat messages sent to each model         |

The charts help administrators identify:

* Which models are most actively used
* Relative adoption across teams
* Usage concentration patterns
* Model preference trends

A timeframe selector allows filtering the displayed data.

### **Chat Analytics**

The Chat analytics section displays historical usage trends over time.

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

Available charts include:

| Chart             | Description                                      |
| ----------------- | ------------------------------------------------ |
| Unique users      | Tracks the number of active chat users over time |
| Chat messages     | Tracks message volume trends                     |
| Messages per user | Tracks average engagement per user               |
| Lines of code     | Tracks number of code lines generated by Chat    |

The analytics view supports timeframe filtering, including monthly aggregation across the last 12 months.

These charts can help organizations:

* Monitor onboarding and adoption growth
* Detect increases or decreases in usage
* Measure engagement trends over time
* Evaluate rollout success across teams

### **Team Filtering**

The Team selector at the top of the page allows administrators to filter analytics data by team.

Selecting a specific team updates all displayed metrics and charts to reflect only activity associated with that team.

### **Exporting Usage Data**

The page includes an **Export** option that allows administrators to download usage data for external reporting or analysis.

Exported data can be used for:

* Internal reporting
* Operational reviews
* Adoption tracking
* Capacity planning
* Executive summaries


---

# 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.tabnine.com/main/administering-tabnine/managing-your-team/reporting/chat-usage-page.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.
