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

# Fundamentals

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