# Action Logs

{% hint style="warning" %}
Even when an action log item is active you must have the action log feature enabled. Without the feature enabled you will not receive and logging. You can do this by using the toggle on the top right of the page
{% endhint %}

Start by selecting the channel you would like to post logs to at the top. All events will be posted to this channel.

Toggle each of the events by using the toggle.

### Message Monitoring

#### Message Edits

When a message is edited on your server you will get a notification. This notification will include the before and after text.

#### Message Deletions

When a message is deleted on your server you will get a notification. This notification will include the message content that has been deleted.

### Role Monitoring

#### Role Creations

When a role has been created you will get a notification including the name of the role

#### Role Update

When a role has been updated you will get a notification including the name of the role

#### Role Deletes

When a role has been deleted you will get a notification including the name of the role

### User Monitoring

#### Member Banned

When a member is banned you will receive a notification.

#### Member Timed Out

When a member is timed out you will receive a notification of who was timed out.

####


---

# 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.betsybot.xyz/features/action-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.
