{% extends "base" %} {% block init %} {% set title = "Support" %} {% set page_title = "Create Reminders" %} {% set page_subtitle = "" %} {% endblock %} {% block content %}

Create reminders via commands

You can create reminders with the /remind command.
Fill out the "time" and "content" fields. If you wish, press on "Optional" to view other options for the reminder.

Create reminders via the dashboard

Reminders can also be created on the dashboard. The dashboard offers more options for configuring reminders, and offers templates for quick recreation of reminders. Access the dashboard.

{% endblock %}