# Home

## About

Welcome to the Endertainer Rig Wiki! Here, you’ll find documentation and guides to help you use the rig.

To begin, visit the [Getting Started](/endertainer-rig-wiki/guides/getting-started.md) page.

## Community & Support

If you have questions, want to report bugs, or just want a place to share your creations, you can join my [Discord server](https://discord.com/invite/vANwCrPPBu). To support the project, you can [donate on Ko-fi](https://ko-fi.com/endertainer007) or become a [Patreon member](https://www.patreon.com/collection/611208).


---

# 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://endertainer007.gitbook.io/endertainer-rig-wiki/main/home.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.
