> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/audit-logs.md).

# Audit Logs

Audit Logs allow the user to easily and rapidly know what happened during system configuration. This accelerates the maintenance and troubleshooting of TelcoBridges systems.

### Availability

Audit Log is available since Toolpack 2.7.

### Features

All the actions made on the TelcoBridges Web Portal are logged in the database.

Each audit log contains:

* The time of the action
* The user who did the action
* The kind of action done
* The old and new values of the modified resource

To help the user identify issues faster, the *package and configuration activations* are highlighted in green. This provides instant recognition of any changes since the last applied configuration.

### Configuration

* [Toolpack v3.0:Audit Logs](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/tmedia-tdev-and-tsig-web-portal-3-0-system-settings/README.md#audit-logs)
* [Toolpack v2.10:Audit Logs](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/tmedia-tdev-and-tsig-web-portal-2-10-system-settings/README.md#audit-logs)
* [Toolpack v2.9:Audit Logs](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-9-system-settings/README.md#audit-logs)
* [Toolpack v2.8:Audit Logs](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-8-system-settings/README.md#audit-logs)


---

# 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://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/audit-logs.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.
