# readme

Welcome etc!

> If you are viewing this in github you can view the book version of it [HERE](https://ecsrx.gitbook.io/systemsrx/v/main/)

This is an attempt to document most of the important stuff around how to use the library, it is recommended that you follow the order of the TOC, however if you are not using the gitbook version then just look at the summary.md file and follow that order.

The flow is generally:

* Stuff you should ideally know before using the framework
* About the framework and how to use it
* The bits which make up the framework and how to use them
* Making larger applications with the framework
* How the underlying architecture fits together
* How you can extend the framework and use plugins
* How to use the framework in a more performance oriented manner
* Other guff

Feel free to add to the docs or come on the [Discord Channel](https://discord.gg/bS2rnGz) if you need help!


---

# 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://ecsrx.gitbook.io/systemsrx/readme.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.
