> 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/ai-1/ai/ai-nft/ai-2.md).

# 미래의 AI 에이전트 코어 및 기능적 에이전트

이미지 인식, 이미지 생성, 다국어 응답, 모듈형 에이전트 기능을 위한 미래의 Virtuals Protocol AI 에이전트 코어를 살펴보세요.

Future Cores는 모듈식 AI 기술과 특화된 기능으로 VIRTUAL 에이전트를 확장합니다. Skillset Cores는 이미지 인식, 이미지 생성, 다국어 응답 및 기타 기능성 AI 에이전트 능력을 추가할 수 있습니다.

### 기능성 AI 에이전트를 위한 모듈식 기술

기능성 에이전트는 핵심 AI 지능과 특정 작업을 위한 특화된 기술을 결합합니다. Future Cores를 통해 VIRTUAL 에이전트는 새로운 모델과 도구가 제공됨에 따라 기능을 확장할 수 있습니다.


---

# 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/ai-1/ai/ai-nft/ai-2.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.
