# Build with Sovrun

- [Chain Tactics](https://docs.sovrun.org/build-with-sovrun/chain-tactics.md)
- [Who is Chain Tactics for?](https://docs.sovrun.org/build-with-sovrun/chain-tactics/who-is-chain-tactics-for.md)
- [Why Mod Chain Tactics?](https://docs.sovrun.org/build-with-sovrun/chain-tactics/why-mod-chain-tactics.md)
- [Headless Client](https://docs.sovrun.org/build-with-sovrun/chain-tactics/headless-client.md)
- [Sovrun SDK](https://docs.sovrun.org/build-with-sovrun/chain-tactics/sovrun-sdk.md): The Sovrun SDK ties together traditional game development tools with fully on-chain game and Autonomous World generators
- [Game Phases](https://docs.sovrun.org/build-with-sovrun/chain-tactics/game-phases.md)
- [Game Mechanics](https://docs.sovrun.org/build-with-sovrun/chain-tactics/game-mechanics.md)
- [Game Architecture](https://docs.sovrun.org/build-with-sovrun/chain-tactics/game-architecture.md)
- [Expanding Chain Tactics Across EVM-Compatible Chains](https://docs.sovrun.org/build-with-sovrun/chain-tactics/expanding-chain-tactics-across-evm-compatible-chains.md)
- [Chain Tactics Development Roadmap](https://docs.sovrun.org/build-with-sovrun/chain-tactics/chain-tactics-development-roadmap.md)
- [Terminology](https://docs.sovrun.org/build-with-sovrun/chain-tactics/terminology.md)
- [Getting Started Guides](https://docs.sovrun.org/build-with-sovrun/chain-tactics/getting-started-guides.md)
- [Chain Tactics Local Development & Headless Client](https://docs.sovrun.org/build-with-sovrun/chain-tactics/getting-started-guides/chain-tactics-local-development-and-headless-client.md)
- [Lightweight Unity Client](https://docs.sovrun.org/build-with-sovrun/chain-tactics/getting-started-guides/lightweight-unity-client.md): Sample Implementation using Unit
- [Chain Tactics Modding Tutorials](https://docs.sovrun.org/build-with-sovrun/chain-tactics/getting-started-guides/chain-tactics-modding-tutorials.md)
- [Troubleshooting Chain Tactics Local Development](https://docs.sovrun.org/build-with-sovrun/chain-tactics/getting-started-guides/troubleshooting-chain-tactics-local-development.md)
- [ReadyGamer](https://docs.sovrun.org/build-with-sovrun/readygamer.md): A joint venture by Sovrun & Virtuals enabling AI-powered, autonomous decision-making in games through the GAME framework.
- [Joint Venture](https://docs.sovrun.org/build-with-sovrun/readygamer/joint-venture.md): Virtuals + Sovrun = Virtuals
- [Services](https://docs.sovrun.org/build-with-sovrun/readygamer/services.md)
- [Architecture](https://docs.sovrun.org/build-with-sovrun/readygamer/architecture.md)
- [GAME Framework](https://docs.sovrun.org/build-with-sovrun/readygamer/game-framework.md)
- [ReadyGamer API](https://docs.sovrun.org/build-with-sovrun/readygamer/readygamer-api.md)
- [Integration Workflow](https://docs.sovrun.org/build-with-sovrun/readygamer/integration-workflow.md)
- [Roblox Integration](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration.md)
- [Roblox Demo Game - Carnival AI](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-demo-game-carnival-ai.md): Live on Roblox!
- [AI Agent NPC's](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/ai-agent-npcs.md)
- [Roblox AI Agent Module](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module.md)
- [Getting Started](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/getting-started.md)
- [Module Components](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/module-components.md)
- [Creating a Smart NPC](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/creating-a-smart-npc.md)
- [Creating a Continuous Behaviour Script](https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/creating-a-continuous-behaviour-script.md)


---

# 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.sovrun.org/build-with-sovrun.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.
