# 简介

Roll Bot 通过 **提醒器** 提供提醒功能。提醒器是一个提醒的时间模板，它指定了发送提醒消息的具体时间或时间模式，例如：

* 在 **6月14日 22:30** 进行提醒（定时提醒器）
* 在 **抽奖结束前 45 分钟** 进行提醒（结束前提醒器）
* **每天 23:00** 进行一次提醒（间隔提醒器）
* **每2小时** 进行一次提醒（间隔提醒器）

通过创建提醒器并将其应用于抽奖，Roll Bot 可以自动提醒用户参与抽奖。

## 提醒器

提醒器用于保存提醒的模式，以便重复使用。

### 定时提醒器

在指定时间提醒一次

### 结束前提醒器

抽奖结束前一定时间提醒一次

### 间隔提醒器

每隔一定时间提醒一次

## 抽奖的默认提醒

创建抽奖时，将根据设置中 `remind.defaultReminders` 项为其启用默认的提醒器。

## 提醒消息的推送范围

提醒消息的推送范围默认与抽奖开放范围相同，且会随抽奖开放范围同步变化。

你可以[自行指定提醒消息的推送范围](/roll-bot-project/advanced/edit-roll.md)，指定后该提醒的范围将不再动态同步。

请注意，提醒消息仅能在其抽奖的开放范围内发送。

## 提醒器的可见范围

为了避免过多信息干扰，提醒器创建后，你只能查询到你自己创建的提醒器。


---

# 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.logthm.com/roll-bot-project/remind/overview.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.
