> ## 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.

# Apps

> Connect your tools to make Orbit smarter

Orbit connects to the apps you already use — calendar, email, notes, tasks, and more. When you run a workflow, Orbit can pull information from these apps and take actions on your behalf.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/apps-overview.png" alt="Apps library showing connected services" />
</Frame>

## How Apps Work

Apps give Orbit new capabilities:

* **{!google-calendar}** — Check meetings, see attendees, find free time
* **{!todoist}** — Read tasks, create new ones, mark complete
* **{!bear-notes}** — Search notes, create new notes
* **{!gmail}** — Read emails, draft responses

When a workflow says "check my calendar for tomorrow's meetings," it uses the calendar app to get that information.

## Built-in Apps

These apps are always available:

| App             | What it does            |
| --------------- | ----------------------- |
| Google Calendar | Meetings and scheduling |
| Google Contacts | Contact information     |
| Orbit CRM       | Relationship tracking   |
| Todoist         | Task management         |
| Bear Notes      | Note taking             |
| Readwise        | Reading highlights      |
| Granola         | Meeting notes           |
| Web Search      | Research on the web     |

<Card title="Built-in apps" icon="cube" href="/apps/built-in-apps">
  What each built-in app can do
</Card>

## Connecting More Apps

Add more apps from the Apps Library:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/apps-connect.png" alt="Connecting a new app" />
</Frame>

Available apps include:

* **Gmail** — Email management
* **Outlook** — Email for Microsoft 365
* **GitHub** — Repositories and issues
* **Linear** — Project management
* **Fireflies** — Meeting transcripts
* **Zapier** — Connect to 5,000+ other apps

<Card title="Connecting apps" icon="plug" href="/apps/connecting-apps">
  How to connect new apps
</Card>

## Using Apps in Workflows

Reference apps in workflows with `{!app-name}`:

```
Use {!google-calendar} to get my meetings for tomorrow.

Search {!bear-notes} for notes about Acme Corp.

Create a task in {!todoist} to follow up with Sarah.
```

<Card title="Using apps in workflows" icon="arrow-progress" href="/workflows/workflow-tokens">
  How to reference apps in workflows
</Card>

## Managing Apps

View and manage your connected apps:

<Steps>
  <Step title="Open the Apps Library">
    In The Assistant, click the Apps tab.
  </Step>

  <Step title="View connected apps">
    See which apps are connected and their status.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/apps-status.png" alt="App connection status" />
    </Frame>
  </Step>

  <Step title="Disconnect if needed">
    Click an app to see options, including disconnect.
  </Step>
</Steps>
