> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/control-center/observe/audit-trails.md).

# Audit Trails

Inspect configuration and access changes across your account.

Audit Trails is your account change log. It records configuration and access changes in one place.

Open **Governance → Observability → Audit Trails**.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fgit-blob-6cdab512f2e208385299c0f963536f94978c3b7b%2Fqore_control-center_control-centre-observability-audit-trails_rounded_shadow.png?alt=media" alt="The Audit Trails screen, listing changes with timestamp, actor, module, and action columns"><figcaption><p>Audit Trails, the account-wide change log.</p></figcaption></figure>

Filter by project, actor, or date range. Search by actor, module, or action. Entries appear most recent first.

| Field         | What it shows                                                                                      |
| ------------- | -------------------------------------------------------------------------------------------------- |
| **Timestamp** | When the change happened.                                                                          |
| **Actor**     | Who made it, by email, such as `alex@yourcompany.com`.                                             |
| **Module**    | The affected area, such as **Accounts**, **Marketplace**, **Users**, **Knowledge**, or **Agents**. |
| **Action**    | What happened, such as **Created**, **Updated**, **User Invited**, or **Generated**.               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/control-center/observe/audit-trails.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
