# Vote Reminders

Vote reminders are a feature that will send users that vote a reminder 12 hours after they voted. This is the same time when they are able to vote again.&#x20;

The reminder is sent to them through DMs and can be toggled individually with `*votereminder`.&#x20;

If they vote **while** their reminder is toggled on, they will receive a reminder 12 hours after. If they turn on the reminder **after** they voted, they will not receive the next reminder.

However, they will receive reminders for all follow-up votes. To toggle your reminders off again, simply use the same `*votereminder` command.


---

# 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.tippy.cafe/modules/vote-logging/vote-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.
