# WildBeast

## English

- [What is WildBeast?](https://docs.wildbeast.guide/readme.md)
- [Linux guides](https://docs.wildbeast.guide/guides/linux-guides.md)
- [Setup](https://docs.wildbeast.guide/guides/linux-guides/setup.md): Instructions to run WildBeast on Linux
- [Running as a service](https://docs.wildbeast.guide/guides/linux-guides/running-as-a-service.md): Using systemd, run WildBeast as a service for automatic (re)starting
- [Commands](https://docs.wildbeast.guide/fundamentals/commands.md): Write your own custom commands
- [Slash commands](https://docs.wildbeast.guide/fundamentals/commands/slash-commands.md): Slash commands are the primary way to interact with bots
- [Subcommands](https://docs.wildbeast.guide/fundamentals/commands/slash-commands/subcommands.md): Nest multiple separate commands under one base command
- [Options](https://docs.wildbeast.guide/fundamentals/commands/slash-commands/options.md): Add selectable options to your commands
- [Buttons](https://docs.wildbeast.guide/fundamentals/commands/slash-commands/buttons.md): Add buttons for easy follow ups
- [Context menu actions](https://docs.wildbeast.guide/fundamentals/commands/context-menu-actions.md): Add commands to context menus shown on right-click for users and messages
- [Jobs](https://docs.wildbeast.guide/fundamentals/jobs.md): Jobs are a simple way to run code asynchronously on a set schedule, or whenever you need to.
- [VPS recommendations](https://docs.wildbeast.guide/extras/vps-recommendations.md): Need to run WildBeast 24/7? Get a cheap VPS.
- [Creating a bot account](https://docs.wildbeast.guide/extras/creating-a-bot-account.md): This page will describe, in detail, how to obtain a token for your bot.
- [Adding your bot to your server](https://docs.wildbeast.guide/extras/adding-your-bot-to-your-server.md): This page will show you how to invite your bot to your servers.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
