# Reading the page

The Audit Logs page is at **Dashboard, Audit Logs** in the sidebar. To open it you need the **View Audit Logs** dashboard permission, or be the server owner or have Discord Administrator or Manage Server.

Each entry shows the action, who did it, and when.

## Narrowing the list

You can filter the list three ways, and combine them:

* **By date.** Pick a preset range or set a custom date range.
* **By user.** Pick a recently active user, or type a user ID to see only one person's actions.
* **By event type.** Pick one or more action types. The list offers only the event types that have actually happened on your server, so you are never picking from actions you have never used.

This is how you answer questions like "what did this moderator change last week" or "who reset the ticket counters."

<figure><img src="/files/Ou6bEcNGj29fQoCRoTTP" alt="The Audit Logs page with the date and event-type filters set, and a table of audit entries below"><figcaption></figcaption></figure>

## Related

{% content-ref url="/pages/Nin30Dy0fPFzy7oflTml" %}
[What the audit log captures](/docs/audit-logs/what-it-captures.md)
{% endcontent-ref %}

{% content-ref url="/pages/LC5SJ1kQhcxNhXhwqsDc" %}
[What audit logs do not show](/docs/audit-logs/what-it-doesnt-show.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/audit-logs/reading-the-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.
