> 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/web-plugins/playcanvas-plugin.md).

# PlayCanvas 插件

### 概述

### 将 ConvAI 集成到 PlayCanvas 中

ConvAI 是一款强大的工具，可帮助开发者将自然语言处理（NLP）和对话式 AI 功能集成到他们的 PlayCanvas 项目中。通过本指南，你将学习如何将 ConvAI 无缝集成到你的 PlayCanvas 项目中，从而为用户打造引人入胜的互动体验。

为了帮助你快速上手，我们创建了一个演示 ConvAI 集成的 PlayCanvas 参考项目。该项目可作为你进一步构建的基础，帮助你理解将 ConvAI 集成到自己项目中所需的步骤。

{% hint style="success" %} <mark style="color:黄色;">**项目链接：**</mark> [<mark style="color:黄色;">**https://playcanvas.com/project/1216467/overview/convai-sdk**</mark>](https://playcanvas.com/project/1216467/overview/convai-sdk)
{% 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/web-plugins/playcanvas-plugin.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.
