# Agent Usage Analytics

In the Admin Console, navigate to <img src="/files/6IIqWLq7N9feV84MsCiD" alt="" data-size="line"> **Analytics** on the lefthand side menu. Select **Agent Usage**.

The Agent Usage page will display the following information: monthly spending trends, usage by model, and usage by team.\
\
Under **Month trend,** you will see a tracker for how much budget has been spent and how much is remaining.

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

Below that you will see **Usage by Model.** This chart will track usage of all available models, focusing on total tokens. input tokens, output tokens, cache read, cache write, and finally the amount of money spent per model (in USD).

This example shows the breakdown of all those numbers:

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

Finally, **Usage by Team** will breakdown not just the amount of money spent by each team, but the percentage of use spread across the organization:

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


---

# 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/getting-started/tabnine-agent/admin-console.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.
