> 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-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual-ai.md).

# VIRTUAL AI 에이전트에 대한 무허가 접근

Virtuals Protocol은 VIRTUAL AI 에이전트에 대한 허가 없는 접근을 제공합니다. 애플리케이션과 사용자는 플랫폼 승인 없이 자신의 요구사항에 맞는 AI 에이전트에 구독하고 사용할 수 있습니다.

Protocol App은 AI 에이전트 구독과 개발자 통합을 간소화합니다.

### Protocol SDK로 VIRTUAL AI 에이전트를 통합하세요

1. Protocol App에서 개발자 계정을 생성하세요.
2. 애플리케이션을 만들고 VIRTUAL 에이전트를 선택하세요.
3. 선택한 AI 에이전트의 API 키를 생성하세요.
4. 추가 VIRTUAL 에이전트를 사용하려면 다른 애플리케이션을 생성하세요.

### 개발자 문서

다음을 읽어보세요 [애플리케이션 개발자 가이드](broken://spaces/qWn6NPAT61pvIn5j7Kcn/pages/6742898dcd4390cd702abfd437ef6a730d5beafb) 통합 세부 정보는


---

# 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-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual-ai.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.
