> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin-beta-overview/getting-started/installation.md).

# 安装

## 简介

此页面可帮助您为工作流程选择合适的安装方法。如果您是从头开始，我们建议 **UPM** 以获得最顺畅的更新路径。

## 安装方法

* **UPM**\
  最适合大多数团队。版本管理简单，升级轻松。

{% content-ref url="/pages/066032a7968189be1c9666c496b1dfc9356268cd" %}
[通过 UPM 安装](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin-beta-overview/getting-started/installation/install-via-upm.md)
{% endcontent-ref %}

* **Unity 资源商店**\
  适合偏好 Asset Store 分发和“My Assets”安装的团队。

{% content-ref url="/pages/d23b942d089defdaee984f4abbf870d3b0fd0d6e" %}
[通过 Unity Asset Store 安装](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin-beta-overview/getting-started/installation/install-via-unity-asset-store.md)
{% endcontent-ref %}

## 下一步

安装后，继续前往 **设置 → 配置 API 密钥**.

## 结论

您已为项目选择了最佳安装路径。请使用与您的工作流程相匹配的安装方法，然后继续前往 **设置**.

{% hint style="info" %}
**需要帮助？** 如有疑问，请访问 [**Convai 开发者论坛**](https://forum.convai.com/).
{% endhint %}


---

# 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.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin-beta-overview/getting-started/installation.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.
