> For the complete documentation index, see [llms.txt](https://ecsrx.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecsrx.gitbook.io/project/other/third-party-content.md).

# Third Party Content

Big thanks to all the community who help out with SystemsRx/EcsRx.

## Hey, I want to have my plugin listed too!

Great stuff buddy, all you need to do is add it here in a PR with a link to the plugin (with optional profile link) and a blurb about what the plugin is/does, or if you don't fancy that just raise an issue detailing the above and we can add it for you.

***

## Community Plugins

### [EcsRx.Plugins.UnityUx](https://github.com/Cosmic-Shores/EcsRx.Plugins.UnityUx) - By [Fijo](https://github.com/Fijo)

> A minimalistic MVVM framework for the new Unity UI Toolkit build on EcsRx

***

## Community Examples/Tutorials

### [Unity Roguelike 2d in EcsRx](https://github.com/EcsRx/ecsrx.roguelike2d)

> This was an official EcsRx example for unity consumers but it's often forgotten so adding it here.

### [Battle Kill 9000](https://github.com/grofit/battle-kill-9000) by [Grofit](https://github.com/grofit)

> A simple web based auto battler made using SystemRx, OpenRpg and Blazor. It was mainly done as a live stream but the repo can be used to see how to run SystemsRx/EcsRx in the browser.

***

## Games Made With EcsRx


---

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

```
GET https://ecsrx.gitbook.io/project/other/third-party-content.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.
