> For the complete documentation index, see [llms.txt](https://sekai-guide.tootiejin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sekai-guide.tootiejin.com/contribute.md).

# Contribute

If you would like to make a contribution to this guide, whether providing a translation, suggesting an improvement, or writing your own page (you can check the todo list [here](/contribute/todo.md)), please get in touch with me either via [email](mailto:contact@tootiejin.com) or in any other SNS site in [my website](https://tootiejin.com). **Any help is greatly appreciated.** Your name will be listed here based on the contribution you made.

* *If you want to contribute a translation, you may be asked to maintain it, unless said otherwise.*

The people listed below are chiefly responsible for helping the guide more helpful and complete.

<table><thead><tr><th width="139">Name</th><th>Role</th></tr></thead><tbody><tr><td><a href="https://tootiejin.com">TootieJin</a></td><td>Lead wiki editor</td></tr><tr><td><a href="https://discordid.netlify.app/?id=224607276948783105">moplo</a><br><a href="https://discordid.netlify.app/?id=1249209345141506172">Zero</a><br><a href="https://discordid.netlify.app/?id=472191302239387649">nuezn</a></td><td>Wiki contributor</td></tr><tr><td></td><td><em>waiting for someone...</em></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sekai-guide.tootiejin.com/contribute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
