# Vote Reminders

Les rappels de vote sont une fonctionnalité qui enverra aux utilisateurs qui votent un rappel 12 heures après avoir voté. C'est au même moment qu'ils peuvent à nouveau voter.&#x20;

Le rappel leur est envoyé par DM et peut être activé individuellement avec `*votereminder`.&#x20;

S'ils votent alors que leur rappel est activé, ils recevront un rappel 12 heures après. S'ils activent le rappel après avoir voté, ils ne recevront pas le prochain rappel.

Cependant, ils recevront des rappels pour tous les votes de suivi. Pour désactiver à nouveau vos rappels, utilisez simplement la même commande `*votereminder`.


---

# 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/french/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.
