# What is WildBeast?

WildBeast is a wheels-attached Discord bot - meaning the heavy lifting is already done for you, making WildBeast easy to modify and extend to perfectly fit your use case.

This documentation focusses on self-hosting and extending WildBeast. If you don't feel like hosting your own instance, we host a publicly available version of WildBeast known as [WildBot](https://invite.thesharks.xyz/) which you can invite to your own server.

## Getting Started

Ready to get your hands dirty? Pick one of these guides to get started with WildBeast.

{% content-ref url="guides/linux-guides" %}
[linux-guides](https://docs.wildbeast.guide/guides/linux-guides)
{% endcontent-ref %}

### Fundamentals: Dive a little deeper

Looking to write your own commands, or other custom features? Look below for our advanced guides.

{% content-ref url="fundamentals/commands" %}
[commands](https://docs.wildbeast.guide/fundamentals/commands)
{% endcontent-ref %}

{% content-ref url="fundamentals/commands/slash-commands/buttons" %}
[buttons](https://docs.wildbeast.guide/fundamentals/commands/slash-commands/buttons)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.wildbeast.guide/broken-reference)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.wildbeast.guide/broken-reference)
{% endcontent-ref %}


---

# 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://docs.wildbeast.guide/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.
