# Editing a Moderation

## <mark style="color:blue;">**Editing A Moderation**</mark> <a href="#edit" id="edit"></a>

To edit a moderation, you must run the `/editmoderation` command.

<figure><img src="/files/Oulwq3g7xCt8ULE9mmIl" alt="/editmoderation Example"><figcaption></figcaption></figure>

The moderation ID will be shown on the moderation log and confirmation message. [Tutorial](#getting-a-moderation-id).

Once you have run the command, you will be greeted with this menu.

<figure><img src="/files/6e01QTT5EVhFBJkqghQY" alt="Editmoderation example" width="350"><figcaption></figcaption></figure>

You will have 3 options to choose from.

**Edit Reason** - Edit the reason of the moderation.\
**Edit Punishment** - Edit the action taken.\ <mark style="color:red;">**Delete**</mark> - Delete the moderation all together.

A second way of editing a moderation is by right clicking a log message and using the apps feature as shown below.

<figure><img src="/files/xdFctpJzZ9j4k5qFi1wt" alt="Apps example" width="375"><figcaption></figcaption></figure>

***

## <mark style="color:blue;">Getting A Moderation ID</mark> <a href="#id" id="id"></a>

Finding a moderation ID is very simple. You can find it in 3 different ways.

1. **The confirmation message**

<figure><img src="/files/ZJ4Itz24RbrxEFILsKAl" alt="Confirmation message example" width="375"><figcaption></figcaption></figure>

2. **The log message**

<figure><img src="/files/RPcP72ETXo9yvUXyjkfO" alt="Log message example" width="375"><figcaption></figcaption></figure>

3. **Using /moderations**

<figure><img src="/files/BfKglzhBB6GVg2oO337q" alt="Using /moderations example" width="350"><figcaption></figcaption></figure>


---

# 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.trident.bot/guides/editing-moderations.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.
