# Logs

On this page, you can find logs listing the actions made by the [Back Office users](/back-office-guide/system/users/users.md).

The following information is provided about each logged action:

**Actor Groups**

The name of a [user group](/back-office-guide/system/users.md#groups) that includes a Back Office user who made an action.

***

**Actor**

The email address of a Back Office user who made an action.

***

**Event Category**

The action’s scope. Possible values:

* **client** — the client-related data was affected
* **operation** — the transaction data was affected

***

**Event Action**

The action type. Possible values:

* `ADD`
* `UPDATE`
* `DELETE`

***

**Event Name**

The following client-related actions are tracked:

* `Client Created` — a new client profile was registered
* `Client Updated` — the data displayed on the [Client tab](/back-office-guide/clients/general/client-tab.md) on the client details page was modified
* `Client Info Updated` — the data displayed on the [Advanced tab](/back-office-guide/clients/general/advanced-tab.md) on the client details page was modified
* `Client Phone Created` — a new phone number was specified for a client on the [Contacts tab](/back-office-guide/clients/general/contacts-tab.md) on the client details page
* `Client Phone Deleted` — a phone number was removed from the [Contacts tab](/back-office-guide/clients/general/contacts-tab.md)
* `Client Address Created` — a new address was specified for a client on the [Contacts tab](/back-office-guide/clients/general/contacts-tab.md)
* `Client Address Updated` — an address was modified on the [Contacts tab](/back-office-guide/clients/general/contacts-tab.md)
* `Client Address Deleted` — an address was removed from the [Contacts tab](/back-office-guide/clients/general/contacts-tab.md)
* `Client Service Created` — a client was subscribed to a paid service
* `Client Service Updated` — a client’s subscription to a paid service was modified
* `Client Service Deleted` — a client was unsubscribed from a paid service

The following transaction-related actions are tracked:

* `Operation Created` — a deposit, withdrawal, transfer or exchange transaction was made. The transaction identifier and type are displayed in the **Details** column.

***

**Details**

The detailed information about an action that was made.

***

**Created At**

The date and time when an action was made.


---

# 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.b2core.b2broker.com/back-office-guide/system/logs.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.
