> For the complete documentation index, see [llms.txt](https://koipy.gitbook.io/koipy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koipy.gitbook.io/koipy/ji-huo.md).

# 激活

koipy 需要激活码（授权码），获取激活码方式如下：

* 加入内测群 <https://t.me/koipy_group>，然后在 <https://t.me/koipybot> 中输入 `/license <你的BotID>` 获取激活码。（如果没有反应，那可能是暂时封车了，请关注群内消息）
* 寻找能帮你生成激活码的内测相关人员。

## botID获取方式

你的 `bot-token` 前面的数字就是 `botid`，例如：

![botID 示例](/files/ypXM7S3mRktPxV3IkboV)

## 激活条件

激活码是**免费的**。如果你被告知获取激活码需要收费，那么你被骗了。此外如果你发现有人利用它来盈利，请在内测群反馈。

不加入内测群，无法生成激活码。你可以让别人代为生成。

## 使用范围

从 1.8.0 版本开始，生成的激活码不再允许在群组使用 bot，仅允许个人使用。

使用免费激活码的 bot 所产出的所有内容（包括但不限于图片、文字和衍生产物），**均不推荐**进行商用。

## 入群提示

入群需要审核，以下情况可能不会通过：

1. 没头像
2. 名字乱写
3. TG UID 大于 5000000000

另外，在提问问题之前，建议先看文档，可能文档里有你需要的答案。

**没有一丁点的计算机知识，建议放弃，建议放弃，建议放弃。**


---

# 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://koipy.gitbook.io/koipy/ji-huo.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.
