# Account ​Audit Log

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

### Manage audit log

{% columns %}
{% column %}
When you open the audit log, you will see all the events that occurred within the account on the current day.
{% endcolumn %}

{% column %}

<figure><img src="/files/njtNC9Q3mm3AGL2uIP8M" alt="" width="217"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Logged events

Events that are logged and can be displayed on the page are grouped below.

<details>

<summary><strong>Template actions</strong></summary>

* template-read
* template-created
* template-archived
* template-zip-structure-created
* template-zip-structure-deleted

</details>

<details>

<summary><strong>Mailbox actions</strong></summary>

* mailbox-created
* mailbox-archived
* mailbox-name-changed
* mailbox-filter-created
* mailbox-filter-updated
* mailbox-filter-deleted
* mailbox-label-created
* mailbox-label-updated
* mailbox-label-deleted
* mailbox-alias-created
* mailbox-alias-deleted
* mailbox-integration-updated

</details>

<details>

<summary><strong>User actions</strong></summary>

* user-invited-to-account
* user-invited-to-mailbox
* user-permission-changed
* user-password-reset
* user-password-renew
* user-blocked
* user-unblocked
* user-created
* user-deleted

</details>

<details>

<summary><strong>Category actions</strong></summary>

* category-created
* category-updated
* category-deleted
* category-moved

</details>

<details>

<summary><strong>Dictionary actions</strong></summary>

* dictionary-created
* dictionary-updated
* dictionary-access-changed
* dictionary-column-created
* dictionary-column-updated
* dictionary-column-deleted
* dictionary-record-created
* dictionary-record-updated
* dictionary-record-deleted
* dictionary-archived
* dictionary-download
* dictionary-uploaded

</details>

<details>

<summary><strong>Envelope actions</strong></summary>

* envelope-read
* envelope-draft-created
* envelope-draft-updated
* envelope-draft-deleted
* envelope-label-assigned
* envelope-label-unassigned
* envelope-label-assigned
* envelope-sent
* envelope-archived
* envelope-unarchived
* envelope-updated
* envelope-data-updated
* envelope-recieved
* envelope-completed
* envelope-cancelled
* envelope-expired
* envelope-invitation-accepted
* envelope-report-download
* envelope-delegated
* envelope-delegation-cancelled
* envelope-sent-for-approval
* envelope-approval-cancelled
* envelope-approved
* envelope-rejected
* envelope-deleted
* envelope-restored
* envelope-archive-saved
* envelope-archive-downloaded
* envelope-copy-shared
* envelope-shared-copy-revoked
* envelope-erased
* envelope-columns-setting-reset
* envelope-added-into-chain
* envelope-removed-from-chain

</details>

<details>

<summary><strong>Approval flow actions</strong></summary>

* approval-flow-created
* approval-flow-updated
* approval-flow-deleted

</details>

<details>

<summary><strong>Scenario actions</strong></summary>

* scenario-created
* scenario-updated
* scenario-deleted
* scenario-cloned
* scenario-run

</details>

<details>

<summary><strong>Account actions</strong></summary>

* account-created
* account-updated
* account-pilicies-updated
* account-cripto-config-created
* account-cripto-config-deleted
* account-external-link-created
* account-external-link-deleted
* account-domain-created
* account-domain-updated
* account-domain-deleted
* account-audit-read
* account-mailbox-report-download
* account-users-report-download
* account-tariff-changed
* account-sso-idp-created
* account-sso-idp-updated
* account-sso-idp-deleted

</details>

<details>

<summary><strong>Role actions</strong></summary>

* role-created
* role-updated
* role-deleted

</details>

<details>

<summary><strong>Integration actions</strong></summary>

* integration-rule-created
* integration-rule-updated
* integration-rule-deleted

</details>

<details>

<summary><strong>Errors actions</strong></summary>

* forbidden-error
* not-found-error
* unauthorized-error

</details>

### Filter by action

{% columns %}
{% column %}
You can filter the list by a specific event in the **Actions** menu.

Start typing the name of the event you are looking for, or select it from the dropdown list.
{% endcolumn %}

{% column %}

<figure><img src="/files/mlUCZSr4TwtjeUurBTvI" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Columns in the audit log

When the list is filtered by a specific parameter, you can view the following data:

* **Action**: events that have occurred with various functionalities in the account, such as the creation of a dictionary, approval or signing of an envelope, creation of a new mailbox, and others listed above.
* **Error code**: an entry about errors that occurred, with the option to follow a link to documentation on error codes.
* **Source**: WEB or API.
* **Object**: object name and its UUID, available for copying.
* **Object type**: template, envelope, user, and others listed above.
* **Mailbox**: mailbox name and its UUID, available for copying.
* **User**: user name and its UUID, available for copying.
* **System**: browser and OS.
* **Data**: date when the event occurred.

### Envelope chain

When an envelope is added to or removed from a chain of envelopes, the following actions are logged in the audit log:

* envelope-added-into-chain
* envelope-removed-from-chain

![](https://docs.docstudio.com/en/latest/_images/envelopeChainActions.png)


---

# 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://support.docstudio.com/admin-panel/audit-logs/account-audit-log.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.
