# 开始之前

## 指令太长？

大部分指令都具有一个或多个别称，你可以在指令页面的 **本地化 & 别称** 栏中找到它们。例如，指令开头的 `/roll` 都可以替换为更简短的 `/r` ，而 `/remind` 可以替换为 `/rd`。大部分指令还提供了多种语言的别称。

## 国际化

也许你正在使用其他时区或者其他语言，别担心！你可以[设置你使用的时区](/roll-bot-project/i18n/user-timezone.md)和[语言偏好](/roll-bot-project/i18n/user-language-prefer.md)

## 我是 qq 群用户，频道是什么？

对于qq来说，一个群组内仅包含一个频道，因此可以看做二者是等同的。此时频道id与群号相同。

但是对于部分平台（如 discord），一个群组内可能有多个频道。因此，你可能需要[通过指令获取你当前的频道id](/roll-bot-project/basic/get-channel-id.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/before-start.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.
