# RCL Wiki

## Hosting

The wiki is fully cloud hosted by [Gitbook](https://www.gitbook.com/). The monthly cost is waived for non-profit organizations and open-source projects, so it costs us nothing to host and there's no maintenance required to keep it operating.

## Backups

The entire wiki is currently synced with a [Github Repo](https://github.com/RiverCityLabs/wiki) under the River City Labs organization. Any changes made there will also be synced back to the site and vice versa.

## Updating the wiki

The preferred method of updating the wiki is through the gitbook web app. See the [contributing ](/guides/contributing.md)page for more info.


---

# 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://wiki.rivercitylabs.space/rcl-administration/administration/rcl-wiki.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.
