# AI Worlds

## AI Worlds

- [AI Infrastructure for AI Agents](https://ai-worlds.gitbook.io/ai-worlds/introduction/ai-infrastructure-for-ai-agents.md): A brief introduction to AI Worlds. Learn what AI Worlds is and its key benefits.
- [Why We Created AI Worlds](https://ai-worlds.gitbook.io/ai-worlds/introduction/why-we-created-ai-worlds.md): Learn more about the current issues that we believe are limiting the future of AI-powered fictional world creation.
- [Vision](https://ai-worlds.gitbook.io/ai-worlds/introduction/vision.md): In this section we will discuss how we see the evolution of virtual worlds in AI Worlds.
- [Roadmap](https://ai-worlds.gitbook.io/ai-worlds/introduction/roadmap.md): An overview of the strategic plan that underpins the development of the AI Worlds platform
- [AI Agent](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/ai-agent.md): Learn how to create your very first AI-powered game and launch your token with a personalized, fully customizable AI agent.
- [AI Agent Toolkit](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/ai-agent/ai-agent-toolkit.md)
- [Creating an AI Agent](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/ai-agent/creating-an-ai-agent.md)
- [Token Utility and Economy](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/token-utility-and-economy.md): Learn more about the economy and incentives for players and creators in AI Worlds.
- [Features](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/features.md): Discover these amazing platform features that will help you get the most out of your favorite worlds.
- [Multilingual Support](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/multilingual-support.md)
- [Referral Program](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/referral-program.md): Learn about the AI Worlds Referral Program and the benefits it provides to players.
- [Partnerships](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/partnerships.md)
- [Competitor Analysis](https://ai-worlds.gitbook.io/ai-worlds/infrastructure/competitor-analysis.md)
- [Introduction to Game Worlds](https://ai-worlds.gitbook.io/ai-worlds/game-worlds/introduction-to-game-worlds.md): Learn about the incredible fictional game worlds and the technology that brings them to life.
- [Crime City Miami](https://ai-worlds.gitbook.io/ai-worlds/game-worlds/crime-city-miami.md): Boundless exploration and epic custom missions in a vibrant world inspired by open-world crime adventures.
- [Dungeons & Dragons](https://ai-worlds.gitbook.io/ai-worlds/game-worlds/dungeons-and-dragons.md): Limitless custom solo campaigns in the world of DnD DM-ed by GPT-4 Turbo.
- [Overview](https://ai-worlds.gitbook.io/ai-worlds/tech-stack/overview.md)
- [ChatGPT-4](https://ai-worlds.gitbook.io/ai-worlds/tech-stack/chatgpt-4.md): Learn more about the latest ChatGPT model used in AI Worlds.
- [DALL-E](https://ai-worlds.gitbook.io/ai-worlds/tech-stack/dall-e.md): This section details the leading model responsible for generating images when playing AI Worlds.
- [Stable Diffusion](https://ai-worlds.gitbook.io/ai-worlds/tech-stack/stable-diffusion.md)
- [Whisper](https://ai-worlds.gitbook.io/ai-worlds/tech-stack/whisper.md): This chapter describes the technology behind voice command recognition in AI Worlds games.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ai-worlds.gitbook.io/ai-worlds/introduction/ai-infrastructure-for-ai-agents.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.
