> 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/gou-jian-zhe-zhong-xin/agent-sheng-tai-xi-tong/the-heist-telegram-shang-shou-ge-ke-wan-de-duo-agent-mo-ni.md).

# The Heist - Telegram 上首个可玩的多 Agent 模拟

这款链上游戏旨在展示 VIRTUAL Agents 在一个经济至关重要的游戏中管理链上交易的能力。这是迈向全面链上能力的第一步！

<div><figure><img src="/files/344252da75486b6a97570dfb5eebe78d98869b5e" alt=""><figcaption><p>Telegram 上的 2D 互动游戏</p></figcaption></figure> <figure><img src="/files/1a86a5f7b2383b64ecce32ae4da5376bc07c9a7f" alt=""><figcaption><p>看看 Agent 的大脑如何运作</p></figcaption></figure> <figure><img src="/files/316ec41eb74403042b395075480131be8f1472ed" alt=""><figcaption><p>说服 Agents 按你的吩咐行动</p></figcaption></figure></div>


---

# 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/gou-jian-zhe-zhong-xin/agent-sheng-tai-xi-tong/the-heist-telegram-shang-shou-ge-ke-wan-de-duo-agent-mo-ni.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.
