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

# The Assistant

> Ask questions and run workflows with natural language

The Assistant is your AI helper that knows about your people, apps, and workflows.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/assistant-overview.png" alt="Assistant chat interface" />
</Frame>

## Opening The Assistant

Press your keyboard shortcut (default: `⌘ + Shift + O`) or click the Orbit menu bar icon and switch to the Assistant tab.

## What You Can Ask

Ask about your network:

* "Who should I follow up with this week?"
* "What do I know about Sarah Chen?"
* "Who do I know at Acme Corp?"

Ask about your schedule:

* "What meetings do I have tomorrow?"
* "When did I last meet with John?"
* "What's on my calendar next week?"

Run workflows:

* "Prep me for my next meeting"
* "Research Acme Corp"
* "Draft a check-in message to Sarah"

Or use workflow shortcuts:

* `/meeting-prep`
* `/company-deep-dive #Acme`
* `/weekly-planning`

## Using Tokens

As you type, use tokens to reference your data:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/assistant-tokens.png" alt="Typing with token suggestions" />
</Frame>

| Token | What it does        |
| ----- | ------------------- |
| `@`   | Reference a person  |
| `#`   | Reference a company |
| `{!}` | Use an app          |
| `/`   | Run a workflow      |

Type the token character and Orbit suggests matches.

<Card title="Token reference" icon="code" href="/concepts/token-system">
  Full guide to the token system
</Card>

## Conversations

Each conversation is saved. Switch between conversations using the sidebar.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/assistant-conversations.png" alt="Conversation list in sidebar" />
</Frame>

Start a new conversation with the **+** button.

## Feedback

Help Orbit improve by rating responses:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/assistant-feedback.png" alt="Rating stars on a response" />
</Frame>

Click the stars to rate, and optionally add a comment about what could be better.

<CardGroup cols={2}>
  <Card title="Asking questions" icon="message-question" href="/assistant/asking-questions">
    What kinds of questions work best
  </Card>

  <Card title="Running workflows" icon="play" href="/assistant/running-workflows">
    How to run workflows from the Assistant
  </Card>
</CardGroup>
