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

# Audit Log

**Audit Log** helps you monitor every action performed on your account:

* **Who** performed the action (User, System)
* **What** action was taken (Create, Edit, Start, Stop, Delete)
* **When** it happened&#x20;
* **Where** the action took place

Logs are retained for 12 months, after which they are automatically removed from the system.

{% hint style="info" %}
Currently, only **GPU Container and GPU Virtual machine** services are  integrated and recorded in the Audit Log.
{% endhint %}

**Access Audit Log:** Navigate to the left-side navigation panel and click on the **Audit Log** tab under the Account section.

<figure><img src="/files/jCfa4JldzEQyHQalz8Ij" alt=""><figcaption></figcaption></figure>

Each row represents one activity. You may sort and filter the table by various columns depending on your needs:

<table data-header-hidden><thead><tr><th width="158"></th><th></th></tr></thead><tbody><tr><td><strong>Column</strong> </td><td><strong>Description</strong> </td></tr><tr><td>Time </td><td>When the system received the request </td></tr><tr><td>Service </td><td>The service in which the action took place</td></tr><tr><td>Resource </td><td>Name of the resource </td></tr><tr><td>Action </td><td>What operation was performed </td></tr><tr><td>Performed by </td><td>User or System </td></tr><tr><td>Status </td><td>Success or Failed. Status only confirms the request was logged and accepted for processing. </td></tr><tr><td>Description </td><td>Detailed explanation of the Action</td></tr></tbody></table>


---

# 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://ai-docs.fptcloud.com/account/audit-log.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.
