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

# Activity Log

Activity Log gives you full visibility into actions taken within your organization. It helps you maintain security, stay on top of team activity, and audit any changes made to roles, permissions, and account access — all from one place.

*Activity Log is currently in Beta.*

### Accessing Activity Log

Navigate to Organization → Activity Log in the left sidebar.

Access to Activity Log is controlled by the Activity Log permission. Make sure it is enabled in the member's role before granting access to this section.

### The Logs Table

The main page displays a table of logged events. Each row represents a single action performed within your organization.

The table includes the following columns:

* Activity — The type of action that was performed (e.g., Role updated, Account assigned).
* Details — Additional context for the action: how many permissions were added or removed, which account was affected, or which member was granted access.
* Performed by — The name of the organization member who performed the action, shown with their avatar.
* Time — The exact date and time of the action, displayed in your local time zone.

Rows load progressively as you scroll. Scroll down to load more entries.

### Filters

You can narrow down the log entries using three filters available at the top of the page.

#### Activity

Use the Activity dropdown to filter logs by event type. If no filter is selected, all event types are displayed together.

The following activity types are currently tracked:

| Activity Type                                                                                 | Description                                                     |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| Account assigned                                                                              | A member was granted access to an account                       |
| Account unassigned                                                                            | A member's access to an account was revoked                     |
| Member added                                                                                  | A new member joined the organization                            |
| Member deleted                                                                                | A member was removed from the organization                      |
| Role changed                                                                                  | A different role was assigned to a member                       |
| Role created                                                                                  | A new role was created in the organization                      |
| Role updated                                                                                  | Permissions within an existing role were modified               |
| Role deleted                                                                                  | A role was permanently deleted from the organization            |
| Message Guard turned on / off                                                                 | Message Guard protection was enabled or disabled for an account |
| Bypass Protection enabled / disabled                                                          | Bypass Protection was turned on or off within Message Guard     |
| Context Detection enabled / disabled                                                          | Context Detection was turned on or off within Message Guard     |
| Red List / Yellow List / Custom List / White List enabled / disabled                          | List filtering was turned on or off                             |
| Email Addresses / Phone Numbers / Website URLs / Crypto Wallets protection enabled / disabled | Detection for the specified type was turned on or off           |
| Red List / Yellow List / Custom List / White List edited                                      | Items were added to or removed from the list                    |

#### Performed by

Use the Performed by dropdown to select a specific organization member and view only the actions they performed.

#### Time Range

Use the Time Range filter to set a custom date range and review logged activity for that period only.

Logs are currently available for the last 24 hours. This limit will be extended in future updates.

### Exporting Logs

You can export the logs table for external use. Click the Export button in the top-right corner of the page to download the data in XLSX or CSV format.

### Access & Permissions

To give a team member access to the Activity Log section, enable the Activity Log permission in their assigned role.

\ <br>


---

# 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.onlymonster.ai/management-system/activity-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.
