# Contributing to the Wiki

Rough Draft:

1. Any downloadable files should be hosted in our google drive and linked here via a publicly shareable link. Be sure to upload and share the file via a rivercitylabs.space gmail account and not a personal email account.
2. Try to limit page heirarchy to a depth of 3 at most.&#x20;
3. DO NOT USE COMMENTS. They currently cannot be deleted for whatever reason.
4. Try to format content as you write it. If you aren't sure, someone else can do it later.
5. Organize the information on the page from most important at the top less important moving downward, when possible

How to edit:

1. create a gitbook account via the invite link in the #wiki slack channel invite (do not post it here).
   1. We recommend signing in with your rivercitylabs.space gsuite (google) account. If you don't have one, please reach out in slack.
2. Login to [app.gitbook.com/@rivercitylabs/](https://app.gitbook.com/@rivercitylabs/) with the account you created

![Select the Wiki Space](/files/-LnDT-NZDDCUCGNCqNGt)

![either click new page to create a new page,](/files/-LnDTAGO-ub92hqoq604)

![or click the page you want to edit](/files/-LnDTuGSboTY05S08Ps3)

![Click the edit button](/files/-LnDR_JmvQgiwv6RH7Px)

![Click the checkmark to save your changes and add them to the commit. X will cancel your changes.](/files/-LnDU0y_-hVxqw6ZD9Oa)

![Click the 'A' content button then the "Merge" button to finalize your changes. You can save multiple changes before clicking the Merge button to batch them together.](/files/-LnDRHyVCJleGtDIDNp_)


---

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