# Audit

The "Audit" screen contains the "Audit" table, which is a list of event messages that occurred within the Orchestrator:

The table displays information about:

* account creation/deletion;
* user creation/deletion;
* login attempts (successful/unsuccessful) by users;
* user manipulations with various Orchestrator objects.

<table data-header-hidden><thead><tr><th width="54"></th><th width="220"></th><th></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>1.</td><td>"Type" column</td><td>Type of information.</td></tr><tr><td>2.</td><td>"Time" column</td><td>Date and time of the event.</td></tr><tr><td>3.</td><td>"Account" column</td><td>Account name.</td></tr><tr><td>4.</td><td>"User" column</td><td>User name.</td></tr><tr><td>5.</td><td>"Message" column</td><td>Event message.</td></tr><tr><td>6.</td><td>"Agent" column</td><td>Agent (User-Agent browser) from which the event occurred.</td></tr><tr><td>7.</td><td>"Record GUID" column</td><td>Unique identifier that can be used to search for a specific event in the system.</td></tr></tbody></table>

To view the record of an event that occurred in the Orchestrator as a card, you need to click&#x20;


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/audit.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.
