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

# Slash Commands

> Reference meetings, vault files, to-dos, and Brain conversations inline with / commands.

## Overview

Slash commands let you embed rich references to other Ospri Brain items directly within your messages. Type `/` in the message input to see available commands.

## Reference Commands

These commands open a search modal where you can find and embed items as rich preview cards:

### /meeting

Search and embed a meeting reference.

<Steps>
  <Step title="Type /meeting">
    A modal dialog opens with a search bar.
  </Step>

  <Step title="Search">
    Type to search your meetings by title. Results show meeting title, date, and participants.
  </Step>

  <Step title="Select">
    Click a meeting to embed it. A rich preview card appears in your message with:

    * Meeting title and date
    * Video thumbnail (if recording available)
    * Participant avatars
    * Click-through link to the meeting detail page
  </Step>
</Steps>

<Note>
  **Alex's screenshot note:** Take a screenshot showing the /meeting search modal with search results, then another screenshot showing a meeting reference card embedded in a message (with video thumbnail and participant avatars).
</Note>

### /vault

Search and embed a vault file or document reference.

The modal lets you search across all vault assets by name. The embedded card shows:

* File name and type icon
* File size and last modified date
* Click-through link to view the file

### /todo

Search and embed a to-do reference.

Search your tasks by title. The embedded card shows:

* Task title and status
* Priority level
* Due date (if set)
* Click-through link to the to-do

### /brain

Search and embed a Brain conversation reference.

Search past Brain conversations by title. The embedded card shows:

* Conversation title
* Last activity date
* Click-through link to load the conversation

## Action Commands

These commands trigger immediate actions:

| Command   | Action                                     |
| --------- | ------------------------------------------ |
| `/remind` | Set a reminder (passed to command handler) |
| `/mute`   | Mute the current conversation              |
| `/leave`  | Leave the current channel                  |
| `/topic`  | Set the channel topic                      |
| `/invite` | Invite a user to the channel               |

## How Reference Cards Render

When someone sends a message with an embedded reference, it renders as a rich card inline with the message text. These cards are interactive:

* **Meeting cards** show a video thumbnail (seeking to \~10% of the video for a representative frame) and participant avatars
* **All cards** are clickable — they navigate to the referenced item
* Cards auto-update with the latest information when the message is rendered

<Tip>
  Reference cards are a great way to share context in conversations. Instead of pasting a URL, use `/meeting` to embed a rich preview that gives everyone the full picture at a glance.
</Tip>

## Ospri Link Auto-Unfurling

In addition to slash commands, Ospri Brain automatically unfurls links to internal resources. If you paste a link to a meeting (e.g., `ospribrain.com/meetings/abc123`), it automatically renders as a rich preview card with the meeting details.
