# 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.
