# 腾讯翻译

{% hint style="success" %}
腾讯翻译：<https://cloud.tencent.com/product/tmt>
{% endhint %}

### 登录 & 注册开发者

* 打开腾讯云-机器翻译网站
* 点击右上角注册，可以使用微信注册
* 注册后需要进行「个人认证」。认证可以使用网页，也可以使用微信认证。

![](/files/R67cbzgIeWr2t7ZM0qn6)

### 开通翻译服务

* 登录后在「云产品」菜单中找到「机器翻译」并打开
* 点击开通「免费试用」，如果不介意也可以开通「付费版」

![打开「机翻译」](/files/m69FvhRmgVf6vozOmewv)

### 新建用户

开通服务后需要新建子用户，并开启翻译权限。

* 点击窗口右上角头像菜单，再打开「访问管理」
* 在「访问管理」左边列表中选择「用户」-「用户列表」
* 点击「新建用户」-「快速创建」

![打开「访问管理」](/files/3CFXebjGDRwg7LAe1BNv) ![新建子用户](/files/bPkTslBuaY2kwZL79VJT)

* 在快速创建用户页面按照如下图示填写，请记得更改「访问方式」和「用户权限」

![新建用户](/files/Pe5w78YEZyrv9d27kMY6) ![勾选「机器翻译」权限](/files/eQ5F2yA60CW2y6WjRUJr)

* 用户创建成功后就可以直接获得 API 密钥信息了

![](/files/AgZRjcks1wOzbTvpaqOE)

### 设置 API 密钥

在 HapiGo 的翻译设置中，选择「自定义」，然后点击 + 添加腾讯翻译。在弹出的对话框中填入上图「Secret ID」及「Secret Key」，点击完成后即可。

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


---

# 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-cn.hapigo.com/extention/translate/addtranslate/tencent.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.
