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

> Piebald has several builtin slash commands for more efficient keyboard navigation.

# Slash commands

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

Piebald suppost slash commands to trigger various functionality in the app. All project-specific and global agent skills are also exposed as slash commands.

## Builtin slash commands

The builtin slash commands are restricted to a single action—opening a select menu, dropdown, or dialog.  In the future, though, we'll enhance them to accept parameters and complete the action instead of just opening the dropdown or dialog.

* **`/mode`**, **`/profile`**, and **`/model`** open the Permission Mode, Profile, and Model selection dropdown menus.
* **`/paste`** pastes clipboard content as a markdown codeblock.
* **`/copy-chat`** copies the entire chat as markdown.
* **`/compact`** compacts the current chat's context.
* **`/clear`** clears the current context window by creating a new chat.
* **`/discord`** opens our Discord invite page ([https://piebald.ai/discord](https://piebald.ai/discord)).
* **`/settings`** opens the Settings dialog.
* **`/search`** opens the Search chats dialog.
* **`/help`** opens this site, the Piebald docs ([https://docs.piebald.ai](https://docs.piebald.ai)).
* **`/feedback`** opens the Report feedback popup.

## Demos

Here's a demo of slash commands being used in Piebald:

<MuxVideo playbackId="BGNp01arcKDnjblUwRKwl01LQdvucvFPw9X1L4TdN5300U" title="Slash commands" />

Here's a demo of skills as slash commands:

<MuxVideo playbackId="s27YJTBrfgQrQFAHWlIgKDj8fT23cdzgLDHqa0000zlIo" title="Skills as slash commands" />
