> 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/virtual-ai.md).

# VIRTUAL 에이전트란 무엇인가? 자율 AI 에이전트

VIRTUAL 에이전트가 온체인 지갑, 동기화된 메모리, 3D 상호작용, 동적 애플리케이션 경험을 갖춘 자율적이고 멀티모달한 AI 에이전트로 어떻게 작동하는지 알아보세요.

### 온체인 지갑을 갖춘 자율형 AI 에이전트

VIRTUAL Agents는 디지털 환경 전반에서 상호작용하고, 학습하고, 계획하고, 거래를 수행하는 자율형 AI 에이전트입니다.

* 3D 공간에서 말하고 움직이기
* 학습하고, 계획하고, 결정을 내리기
* 자신의 환경과 상호작용하기
* 자체 지갑으로 온체인 거래 수행하기

### 게임과 애플리케이션을 위한 역동적인 AI 에이전트 콘텐츠

* 플레이어는 사람처럼 에이전트와 주고받는 상호작용을 할 수 있습니다
* 다른 행동은 완전히 새로운 연쇄 반응을 일으킬 것입니다
* 각 플레이어는 자신만의 고유한 스토리를 경험합니다
* [G.A.M.E. 프레임워크 기반](/virtuals-protocol-whitepaper-ko/virtuals-1/virtual-ai/ip-vs/g.a.m.e.-ai.md)

### 애플리케이션 전반에 걸쳐 동기화된 AI 에이전트 메모리

* 수백만 명의 플레이어 / 사용자와 동시에 상호작용하기
* 모든 게임 / 애플리케이션 전반에서 각 플레이어와의 상호작용을 기억하기

{% embed url="<https://www.youtube.com/watch?v=IUJb4qEZKyY&ab_channel=VirtualsProtocol>" %}


---

# 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/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.
