# Add/Remove Events

**`%elist` will give you a overview of the command**

### Add Events for Logging:

* **`%elist add EventNumber EventNumber2`  -> This will add the mentioned Events**
* **Ex: `%elist add 1 2 7` -> This will add the events MessageEdit, MemberUpdate and RoleCreate for Logging**
* [**Check below for Events, which can be logged out**](#possible-events-for-logging)

### Remove Events for Logging:

* **`%elist remove EventNumber EventNumber2`  -> This will remove the mentioned Events**
* **Ex: `%elist remove 1 2 7` -> This will remove the events MessageEdit, MemberUpdate and RoleCreate for Logging**

### Possible Events for Logging:

![](https://1122664648-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTADavPwEwJQE_bHADA%2F-MVFdw-Bkj_E7tIK8t_q%2F-MVFq5qzE_H7g7eCSpdW%2Fimage.png?alt=media\&token=ab27b0cb-0a86-404f-b790-2efed0e65591)

**The Tick and Cross will tell you if the Event is activated for logging**


---

# 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://bumpreminder.gitbook.io/bump-reminder/event-logging/add-remove-events.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.
