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

# Sidebar Agent & Command Palette

> Open the AI agent sidebar to chat with Slashy, search emails, draft replies, manage your calendar, and run commands from a conversational interface.

The agent sidebar is your primary way to interact with Slashy's AI. The command palette gives fast access to every action without touching a mouse.

## Opening the Sidebar

Two ways to open it:

* `p a` -- press `p` then `a` in sequence (panel: agent)
* `Cmd+Shift+L` -- direct shortcut from anywhere

The sidebar opens on the right and stays open as you navigate your inbox. Resize by dragging the left edge.

<Frame>
  <img src="https://mintcdn.com/karvixinc/uASx96CJOndZv6Z-/images/screenshots/using-the-sidebar-agent-command-palette-1.png?fit=max&auto=format&n=uASx96CJOndZv6Z-&q=85&s=cfc0751e5b7be7b525b9932f1ea09a75" alt="Agent sidebar open alongside the inbox" width="2612" height="1464" data-path="images/screenshots/using-the-sidebar-agent-command-palette-1.png" />
</Frame>

## What the Agent Can Do

The agent has full tool access for email and calendar. Tool use indicators show what it did (e.g., "Searched emails," "Created draft").

* **Search emails** -- "Find all emails from Sarah last week about the budget"
* **Read threads** -- "What did John say in his last email?"
* **Draft and send** -- "Draft a reply saying we accept the proposal"
* **Manage calendar** -- "Schedule a 30-minute call with Mike tomorrow"
* **Create automations** -- "Set up an email trigger for receipts"
* **Research contacts** -- "Look up this person on LinkedIn"
* **Manage memories** -- "Remember that I always CC finance@ on vendor invoices"

## Ambient Context

When the sidebar is open, the agent automatically picks up what you have selected or open, and displays a context chip above the input:

* **Email threads selected:** the chip shows "N emails selected." Ask "draft a reply to this" or "summarize these threads" without saying which ones you mean.
* **Calendar event open:** the chip shows the event name. Ask "prep me for this meeting" and the agent uses the attendees, notes, and description from that event.

You can dismiss any chip by clicking the X on it. Dismissed chips exclude that item from the agent's context for that message.

<Frame>
  <img src="https://mintcdn.com/karvixinc/uASx96CJOndZv6Z-/images/screenshots/using-the-sidebar-agent-command-palette-2.png?fit=max&auto=format&n=uASx96CJOndZv6Z-&q=85&s=2e33d528ed2161d2e249fc2c0c45c9ad" alt="Agent input with thread context chip showing selected emails" width="2696" height="1814" data-path="images/screenshots/using-the-sidebar-agent-command-palette-2.png" />
</Frame>

<Tip>
  Select multiple threads before opening the agent to batch-process them, for example: "archive everything that doesn't need a reply" or "which of these need action today?"
</Tip>

## File Upload

Upload files into the conversation via the attachment icon or drag-and-drop. Supports PDF, images, Word docs, and other common formats. The agent processes content and can reference it when drafting.

## Model Selector

| Model      | Best For                           | Speed           |
| ---------- | ---------------------------------- | --------------- |
| **Haiku**  | Quick questions, simple tasks      | Fastest         |
| **Sonnet** | Most tasks -- good balance         | Fast            |
| **Opus**   | Complex reasoning, nuanced writing | Highest quality |

Switch models mid-conversation from the top of the sidebar.

## Conversation History

Past conversations are saved and searchable. Click the history icon at the top of the sidebar to browse previous chats. Start a fresh conversation with `Cmd+Alt+N`.

<Frame>
  <img src="https://mintcdn.com/karvixinc/uASx96CJOndZv6Z-/images/screenshots/using-the-sidebar-agent-command-palette-3.png?fit=max&auto=format&n=uASx96CJOndZv6Z-&q=85&s=cca23d850c7af2564b0ee38ce85ae298" alt="Conversation history panel with past chats" width="1312" height="1152" data-path="images/screenshots/using-the-sidebar-agent-command-palette-3.png" />
</Frame>

## The Command Palette

Press `Cmd+K` to open the command palette. It has three modes:

<Tabs>
  <Tab title="Commands">
    Type any action name: "Archive," "Compose," "Star," "Go to Sent," "Settings." Every action in Slashy is accessible here.
  </Tab>

  <Tab title="Search">
    Find emails with natural language or Gmail-style operators. AI search interprets intent: "emails where someone asked me for a reference."
  </Tab>

  <Tab title="Links">
    Jump to links from the current thread -- URLs, calendar event links, attachment downloads.
  </Tab>
</Tabs>

<Frame>
  <img src="https://mintcdn.com/karvixinc/uASx96CJOndZv6Z-/images/screenshots/using-the-sidebar-agent-command-palette-4.png?fit=max&auto=format&n=uASx96CJOndZv6Z-&q=85&s=f591838b1d9dfcece6c7658f2480d1b0" alt="Command palette in Commands mode" width="2762" height="1488" data-path="images/screenshots/using-the-sidebar-agent-command-palette-4.png" />
</Frame>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="Agent Autonomy" icon="shield-check" href="/features/ai-agent/autonomy">
    What the agent can and cannot do
  </Card>

  <Card title="Email Triggers" icon="bolt" href="/features/automations/email-triggers">
    Automate actions on incoming email
  </Card>

  <Card title="Scheduled Reminders" icon="clock" href="/features/automations/scheduled-reminders">
    Schedule the agent for future tasks
  </Card>

  <Card title="Keyboard Shortcuts" icon="keyboard" href="/how-to-guides/keyboard-shortcuts">
    Every shortcut for navigating Slashy faster
  </Card>
</CardGroup>
