# Admin Logs

The Admin Logs are a vital tool that ensures you, as the exchange operator, have a clear view of all activity occurring on your exchange.

It can be found in the admin controls, on the sidebar. Once opened, you will be shown a comprehensive list of all actions on the exchange by your users and team members:

<figure><img src="/files/9JOS87yBqU3qQPyWDNXf" alt=""><figcaption><p>Opertar Logs Screen</p></figcaption></figure>

From here, you can scroll through or search for specific user/ team emails or IDs to narrow your search.

Each action will display the user who performed it, their [session](/how-tos/operator-control-panel/sessions.md) in which they did it, and a breakdown of what the action itself was. This will also display the user who was affected by it, and when it took place.


---

# 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.hollaex.com/how-tos/admin-logs.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.
