# River City Labs

## What is a Wiki and Why do we need one?

That question is best answered in long form [here](https://business.tutsplus.com/tutorials/what-are-wikis-and-why-should-you-use-them--cms-19540).\
\
TL;DR version: collaborative editing by the users of a site containing a shared commonwealth of knowledge.

## Contributing

If you'd like to help maintain the wiki or add some content, please consult the [contributing ](https://wiki.rivercitylabs.space/guides/contributing)guide and familiarize yourself with the guidelines.

If you know what you're doing, go ahead and [login](https://app.gitbook.com/@rivercitylabs/)


---

# 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/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.
