# Articles

- [Getting Started with AI Agents on Virtuals Protocol: A Comprehensive Guide](https://docs.game.virtuals.io/how-to/articles/getting-started-with-ai-agents-on-virtuals-protocol-a-comprehensive-guide.md): By zer0xdawn, miratisu
- [Prompt Design Playbook for Agent Configuration via GAME](https://docs.game.virtuals.io/how-to/articles/prompt-design-playbook-for-agent-configuration-via-game.md): By zer0xdawn, celesteanglm
- [Simulate Reaction & Output in GAME Cloud](https://docs.game.virtuals.io/how-to/articles/simulate-reaction-and-output-in-game-cloud.md): By Armielyn Obinguar, Celeste Ang
- [GAME Cloud Custom Functions: Retrieving Articles Using Dev.to](https://docs.game.virtuals.io/how-to/articles/game-cloud-custom-functions-retrieving-articles-using-dev.to.md): By Armielyn Obinguar, Celeste Ang
- [Multimodal Custom Function:  Integrating Text-to-Image Generation in Your Agent](https://docs.game.virtuals.io/how-to/articles/multimodal-custom-function-integrating-text-to-image-generation-in-your-agent.md): By Armielyn Obinguar
- [Building Custom Functions with GAME SDK: A TypeScript Guide](https://docs.game.virtuals.io/how-to/articles/building-custom-functions-with-game-sdk-a-typescript-guide.md)
- [How to build Telegram bot (with the GAME Typescript SDK)](https://docs.game.virtuals.io/how-to/articles/how-to-build-telegram-bot-with-the-game-typescript-sdk.md)
- [G.A.M.E Cloud or G.A.M.E SDK? Decoding the Right Choice for Your Project](https://docs.game.virtuals.io/how-to/articles/g.a.m.e-cloud-or-g.a.m.e-sdk-decoding-the-right-choice-for-your-project.md): By: Joey Lau
- [GAME Cloud - How to Define Reply Worker and Worker Prompts](https://docs.game.virtuals.io/how-to/articles/game-cloud-how-to-define-reply-worker-and-worker-prompts.md): By: Joey Lau
- [Dataset Upload for AI Agents in GAME Cloud: Guidelines, Common Issues, and Best Practices](https://docs.game.virtuals.io/how-to/articles/dataset-upload-for-ai-agents-in-game-cloud-guidelines-common-issues-and-best-practices.md): By: Joey Lau


---

# Agent Instructions: 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:

```
GET https://docs.game.virtuals.io/how-to/articles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
