> For the complete documentation index, see [llms.txt](https://docs.logthm.com/roll-bot-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logthm.com/roll-bot-project/en-us/before-start.md).

# 开始之前

## Instruction too long?

Most commands have one or more individual names, and you can find them in the **Localization & Alias** bar of the command page.For example, the beginning of the command can be replaced by a shorter `/r` and a `/remoind` can be replaced by `/rd`.Most of the directives also provide an alias for multilingualism.

## Internationalization

Maybe you are using another time zone or another language, don't worry!You can[设置你使用的时区](/roll-bot-project/en-us/i18n/user-timezone.md) and[语言偏好](https://github.com/Roll-Bot-Project/docs/blob/main/en-US/i18n/user-language-preference.md)

## I am a qq group user, what is the channel?

For qq, a group contains only one channel and can therefore be considered equivalent.The channel id is the same as the group number at this time.

But for some platforms (e.g. discord), there may be multiple channels within a group.So you may need[通过指令获取你当前的频道id](/roll-bot-project/en-us/basic/get-channel-id.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/en-us/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.
