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

# Commands

> Available commands and shortcuts in Alex Sidebar's chat interface

## Available Commands

<Frame>
  <img src="https://mintcdn.com/alex/MU0ta-NVGMnBtJHm/images/commands-chat.png?fit=max&auto=format&n=MU0ta-NVGMnBtJHm&q=85&s=647f83216c23997bebb2865bfe52b203" alt="Available commands and shortcuts in the chat interface showing @ commands menu" width="1288" height="1138" data-path="images/commands-chat.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Files" icon="file" href="#files-command">
    Access and reference files in your project directly from the chat interface.
  </Card>

  <Card title="Codebase" icon="code" href="#codebase-command">
    Search and reference your entire codebase context during chat conversations.
  </Card>

  <Card title="Apple Docs" icon="apple" href="#apple-documentation-command">
    Search and reference official Apple documentation without leaving the chat.
  </Card>

  <Card title="Apple Docs (Individual)" icon="book" href="#individual-apple-documentation-command">
    Access specific Apple documentation entries for targeted reference.
  </Card>
</CardGroup>

## Using Commands

<Steps>
  <Step title="Access Commands">
    Type `@` or click the + button in the chat interface to see available commands.
  </Step>

  <Step title="Search">
    Use the search bar at the top to filter available commands and find what you
    need quickly.
  </Step>
</Steps>

<Note>
  Commands help you efficiently access resources and context without leaving
  your chat workflow.
</Note>

## Files Command

Access your project files directly within the chat interface. Browse, search, and reference specific files during your conversations.

<Frame>
  <img src="https://mintcdn.com/alex/MU0ta-NVGMnBtJHm/images/files-command.png?fit=max&auto=format&n=MU0ta-NVGMnBtJHm&q=85&s=70d184a94ac02e7801be2dab33e33b04" alt="Files command interface showing file browser and search functionality" width="1362" height="1880" data-path="images/files-command.png" />
</Frame>

## Codebase Command

Search through your entire codebase context, find specific implementations, and reference code snippets in your discussions.

<Frame>
  <img src="https://mintcdn.com/alex/MU0ta-NVGMnBtJHm/images/codebase-command.png?fit=max&auto=format&n=MU0ta-NVGMnBtJHm&q=85&s=ca03a399cfe1daa8ec98c60dcf720f24" alt="Codebase command interface showing code search and reference features" width="1362" height="1880" data-path="images/codebase-command.png" />
</Frame>

## Apple Documentation Command

Search and browse through the complete Apple documentation library without switching contexts or leaving your chat.

<Frame>
  <img src="https://mintcdn.com/alex/MU0ta-NVGMnBtJHm/images/apple-docs-command.png?fit=max&auto=format&n=MU0ta-NVGMnBtJHm&q=85&s=e4bc370a5acffc147fa2791f57388e20" alt="Apple Documentation command interface showing documentation search and browsing" width="1362" height="1880" data-path="images/apple-docs-command.png" />
</Frame>

## Individual Apple Documentation Command

Access and reference specific documentation entries, methods, or APIs for technical discussions.

<Frame>
  <img src="https://mintcdn.com/alex/MU0ta-NVGMnBtJHm/images/apple-docs-individual-command.png?fit=max&auto=format&n=MU0ta-NVGMnBtJHm&q=85&s=c8c80d01d15787a2183840186e700797" alt="Individual Apple Documentation command interface showing specific documentation reference" width="1372" height="1882" data-path="images/apple-docs-individual-command.png" />
</Frame>
