# How to contribute

This wiki is an accumulation of the work of several people. To keep this wiki in the best state possible we ask of you to contribute wherever you think possible.

### How do I make changes to the wiki?

So you want to contribute to our wiki! Great!

Step 1: Follow [this link](https://app.gitbook.com/invite/jwK8F83i95KDQ1KzK1TO/9ZPz1I0AzIsUG33wnc94) to join as an editor of the wiki.

Step 2: Sign into GitBook using whatever account you'd like your edits to be credited too

Step 3: Click the big **EDIT** button in the top right hand corner of your screen.

![](/files/6MGywk9xxOSt7GMjMsqp)

Step 4: Edit the pages to your hearts content. If you would like to bring your edits to the next level, consider reading up on the [markdown ](https://docs.gitbook.com/editing-content/markdown)format GitBook uses.

Step 5: Submit your changes for review using the button in the lower right corner.

![](/files/ELRX2rb8RG1wTP1uFYPf)

If everything looks good to us, we'll add your changes to the wiki! Thanks for helping the community by spreading your knowledge!


---

# 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://core-keeper-modding.gitbook.io/modding-wiki/how-to-contribute.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.
