# Reminders

Reminders allow you to send messages at a specified interval which ping roles of your choice.

{% hint style="info" %}
This information is also covered in the [Commands guide](/info/commands.md#reminder-commands).
{% endhint %}

## <mark style="color:blue;">Creating a Reminder</mark> <a href="#create" id="create"></a>

To create a reminder, run the `/reminders create` command.

<figure><img src="/files/lBHeAvmz1oZiSDgNoIng" alt="" width="375"><figcaption></figcaption></figure>

Use the select menus and buttons to configure your reminder.

**Select a Channel**\
The channel which you would like your reminder to be sent to.

**Select An Optional Role Mention**\
The role(s) you would like to ping with your reminder.

**Edit Text**\
Edit the text to send with your reminder.

**Edit Interval**\
Edit the interval at which the reminder will be sent.

**Active Shift Only**\
Toggle whether the reminder should be only sent if users are on shift.

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

To edit a reminder, just run the `/reminders edit` command and select the reminder you would like to edit. This will have the same options as the `/reminders create` command.

## <mark style="color:blue;">Deleting Reminders</mark> <a href="#delete" id="delete"></a>

To delete a reminder, run the `/reminders delete` command and select the reminder you would like to delete.


---

# 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/modules/reminders.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.
