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

# स्लैश कमांड्स रेफरेंस

Slash commands Embedder के specific actions trigger करते हैं। कमांड टाइप करके `Enter` दबाएँ। `/` दबाकर suggestions देखें।

## Session और navigation

| Command     | Aliases                     | Description                                |
| ----------- | --------------------------- | ------------------------------------------ |
| `/clear`    | `/reset`, `/new`            | Conversation history साफ                   |
| `/history`  | `/resume`, `/conversations` | Conversation history देखें                 |
| `/rewind`   | -                           | Previous state पर rewind                   |
| `/undo`     | -                           | Last message undo                          |
| `/compress` | `/summarize`                | Context बचाने के लिए conversation compress |
| `/exit`     | `/quit`, `/q`               | App exit                                   |

## Mode और model

| Command | Aliases | Description |
| ------- | ------- | ----------- |
| `/plan` | -       | Plan mode   |
| `/act`  | -       | Act mode    |

## Project और team

| Command       | Aliases                           | Description                 |
| ------------- | --------------------------------- | --------------------------- |
| `/project`    | `/switch-project`                 | Project switch              |
| `/peripheral` | `/peripherals`, `/add-peripheral` | Peripherals जोड़ें          |
| `/init`       | -                                 | `EMBEDDER.md` create        |
| `/tasks`      | `/todos`, `/plan`                 | Current session tasks देखें |

## Tools और utilities

| Command    | Aliases | Description           |
| ---------- | ------- | --------------------- |
| `/serial`  | -       | Serial sidebar toggle |
| `/console` | -       | Web console खोलें     |
| `/billing` | -       | Billing portal खोलें  |
| `/logs`    | -       | Logs folder खोलें     |

## Preferences और help

| Command        | Aliases        | Description            |
| -------------- | -------------- | ---------------------- |
| `/theme`       | `/t`           | Theme change           |
| `/keybindings` | `/keys`, `/kb` | Keybinding mode change |
| `/help`        | `/h`, `/?`     | Docs और commands देखें |
| `/welcome`     | -              | Welcome animation      |

## Account

| Command              | Aliases             | Description |
| -------------------- | ------------------- | ----------- |
| `/logout`            | `/signout`          | Sign out    |
| `/bug [description]` | `/report`, `/issue` | Bug report  |

## Usage examples

```txt embedder theme={null} theme={"system"}
/theme dracula          # Theme set करें
/bug App crashes on X   # Bug report करें
/t nord                 # Short alias
```
