# Reminders

## Reminders

**Video tutorial related to this page:** [Use John-Bot Reminders on Discord - Tutorial #11](https://jnbt.xyz/tutorials/reminders)

## :rocket: Introduction

If you have a task you absolutely can't forget, you can use John-Bot's reminder system. With a simple command that works on any server or in DMs, you can schedule an alert that will be sent as a direct message at a specific time.

## :alarm\_clock: Managing Reminders

### Creating a Reminder

To schedule a reminder, type the command `/reminder add`. Then fill in the provided fields with the reason (which will be sent back to you when the reminder fires) and the amount of time before it's sent. A confirmation message will then be sent to you.

{% hint style="warning" %}
Note that the delay before sending cannot be less than one minute or more than 365 days.
{% endhint %}

### Deleting a Reminder

If you no longer need a previously scheduled reminder, you can easily delete it. Type the command `/reminder remove` and select the reminder to delete. A confirmation message will then be sent to you.

### Listing Active Reminders

To view all your reminders and keep track of them, type the command `/reminder list`.

## :clipboard: Command List

| Command          | Description               | Example                                                  |
| ---------------- | ------------------------- | -------------------------------------------------------- |
| /reminder add    | Sets a reminder.          | ![/reminder add command](/files/13xFXlMdnie5o4bwpnsh)    |
| /reminder list   | Shows all your reminders. | ![/reminder list command](/files/snVZuX0nIXMsOi0KITss)   |
| /reminder remove | Deletes a reminder.       | ![/reminder remove command](/files/nYmPC1VaprJJaI2NYFLO) |


---

# 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://help.johnbot.app/en/features/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.
