# Why Mod Chain Tactics?

Modding Chain Tactics offers several benefits:<br>

* **Flexibility:** Developers can create custom frontends, AI agents, or automation tools without altering core mechanics.
* **Community Ownership:** The open-source co-development model, supported by Sovrun Grants and hackathons, empowers modders to shape the game’s evolution.
* **Scalability:** Mods can extend gameplay horizontally, integrating new mechanics, assets, or connections with other games and dApps, creating endless possibilities within the autonomous world framework.

Open-source contributions are welcomed with the following Github repositories to fork and contribute to:

* [Chain Tactics Server](https://github.com/sovrun/chain-tactics-server)
* [Chain Tactics Light-weight Unity Client](https://github.com/sovrun/chain-tactics-unity-client)&#x20;


---

# 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/chain-tactics/why-mod-chain-tactics.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.
