# Welcome

This is the home for documentation for Legion Studios features. This page is still a work in progress, but documentation will be up to date with our [Public Test Build](https://steamcommunity.com/sharedfiles/filedetails/?id=2127086295)!

## Contributing

If you'd like to contribute to the documentation, from something like fixing a typo; phrasing something better; or providing examples; you can create an issue or pull request on the [LegionBook](https://github.com/Legion-Studios/LegionBook) repository.


---

# 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://legion-studios.gitbook.io/legion-studios/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.
