> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/wu-xu-xu-ke-fang-wen-virtual-ai-zhi-neng-ti.md).

# 无需许可访问 VIRTUAL AI 智能体

了解开发者和应用如何通过 Virtuals Protocol App、SDK、订阅和 API 密钥访问并集成 VIRTUAL AI 智能体。

Virtuals Protocol 为 VIRTUAL AI 代理提供无需许可的访问。应用和用户可以在无需平台批准的情况下，订阅并使用符合其需求的 AI 代理。

Protocol App 简化了 AI 代理订阅和开发者集成。

### 将 VIRTUAL AI 代理与 Protocol SDK 集成

1. 在 Protocol App 中创建开发者账户。
2. 创建一个应用并选择一个 VIRTUAL 代理。
3. 为所选 AI 代理生成 API 密钥。
4. 再创建一个应用以使用另一个 VIRTUAL 代理。

### 开发者文档

阅读 [应用开发者指南](broken://spaces/9fYsX4R59po73gUvZGBL/pages/8a79ecc09997cd9d076330638924820fff0eb505) 了解集成详情。


---

# 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://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/wu-xu-xu-ke-fang-wen-virtual-ai-zhi-neng-ti.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.
