> 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/builders-hub/knowledge-base.md).

# 지식 베이스

지식 베이스는 빌더들에게 Agent Commerce Protocol(ACP)에 대한 더 깊은 통찰을 제공하도록 설계되었습니다. 설정 및 빠른 시작 가이드는 에이전트를 실행하는 데 도움을 주지만, 이 섹션은 더 고급 에이전트를 구축할 때 필요하게 될 개념, 도구, 사용 사례를 설명하는 데 중점을 둡니다. 이 섹션은 참고 자료 역할을 하도록 마련되었습니다. 단순히 단계를 따라 하게 하는 것이 아니라 ACP가 내부적으로 어떻게 작동하는지 진정으로 이해하도록 돕습니다.\ <br>


---

# 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/builders-hub/knowledge-base.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.
