> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Create custom slash commands for your workflow

Commands are custom prompts you can trigger with a slash in chat. They're great for repetitive tasks and consistent workflows across a team.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/unK9XP5AkA6wmgZ5/assets/commands.webm?fit=max&auto=format&n=unK9XP5AkA6wmgZ5&q=85&s=7a68c250a55019ba762b385058d4f610" type="video/webm" data-path="assets/commands.webm" />
</video>

Commands help you:

* **Automate repetitive tasks**: Skip writing the same prompts over and over
* **Enforce team standards**: Share workflows like RFC generation or changelog updates
* **Customize behavior**: Set specific models and modes for different tasks

## Built-in Commands

Firebender includes two built-in commands:

* **`/help`**: Get help with anything related to Firebender or configuring Firebender in any way
* **[`/agent`](/multi-agent/subagents)**: Start the agent builder process to create an agent or subagent

## Cookbooks

Ready-to-use command examples:

* [Quick Question](https://github.com/firebenders/cookbooks/tree/main/quick-question): Rapid answers and explanations
* [Review Pull Request](https://github.com/firebenders/cookbooks/tree/main/review-pr): Structured code review with consistent feedback
* [Update Changelog](https://github.com/firebenders/cookbooks/tree/main/update-changelog): Consistent changelog entries based on recent changes
* [Create Design Document](https://github.com/firebenders/cookbooks/tree/main/create-design-doc): Generate technical design documents for features and systems

<Tip>
  Type `/help` in chat to have Firebender create a command for you. For technical configuration details, see the [Commands Reference](/api-reference/commands).
</Tip>
