# Monitoring

In Studio, the Monitoring section gives [Admins](/settings/members.md) full visibility into how an AI Analyst is being used. For each AI Analyst you manage, you can:

* Browse every conversation a user has had with the analyst (Traces)
* View aggregate usage statistics and trends over time (Analytics)

To access Monitoring, click the *Monitoring* button in the top action bar of any AI Analyst, then choose *Traces* or *Analytics* from the dropdown.

<figure><img src="/files/jCpKAMCk2HfTEMsdn8qw" alt=""><figcaption><p>The Monitoring dropdown on an AI Analyst page</p></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.wobby.ai/ai-analysts/monitoring.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.
