> For the complete documentation index, see [llms.txt](https://docs-cn.hapigo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-cn.hapigo.com/extention/translate/addtranslate/caiyun.md).

# 彩云小译

{% hint style="success" %}
彩云科技：<https://caiyunapp.com/>
{% endhint %}

### 登录 & 注册开发者

* 打开彩云科技的官网，点击导航栏「开放平台」
* 安装登录页的提示进行账号注册
* 登录后，需要先完善账号信息

![完善账户信息](/files/P4sXoprjDpvExORZAm3o)

![完善令牌申请信息](/files/gA3xdRKwS71IUqIJfXpb)

### 获取并设置 API

提交申请后，需经过彩云小译工作人员人工审核。审核完成后，在左边导航栏点击「应用总览」，就可以看到彩云小译的令牌（Token）信息了。

![](/files/F4RsbdgZSRrRg0k7ZSed)

在 HapiGo 的翻译设置中，选择「自定义」，然后点击 + 添加彩云小译。在弹出的对话框中填入上图「Token」，点击完成后即可。

![设置 API 密钥](/files/MiQiGzehxWNHBRlrZFTK)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-cn.hapigo.com/extention/translate/addtranslate/caiyun.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
