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

# Connections

> Add, inspect, reconnect, and remove connection rows for each app

The page route is still `/dashboard/integrations`, but the current product language is **Connections**. This page is where you authorize ClawLink to act on your behalf in third-party services and where you manage the exact connection rows attached to your account.

You can have multiple connections for the same provider. Each row has its own stable connection id, and one row can be marked as the default connection for that provider.

## Add a connection

<Steps>
  <Step title="Open Connections">
    In the dashboard sidebar, select **Connections**.
  </Step>

  <Step title="Click Add connection">
    This opens the side sheet with the searchable app list.
  </Step>

  <Step title="Pick the app">
    Search for the app you want. Apps that are ready today show **Connect**. Others may show **Coming soon**.
  </Step>

  <Step title="Finish the hosted flow">
    ClawLink opens a popup for the provider flow. When it succeeds, the connection row appears on the page.
  </Step>

  <Step title="Use it from OpenClaw">
    Once the row is connected, OpenClaw can discover tools for that app through the ClawLink plugin.
  </Step>
</Steps>

## What each row shows

Each connection row can show:

* The provider name and icon
* Whether the row is the **Default** connection for that provider
* A **Connected** or **Needs reconnect** badge
* Expandable actions like **Reconnect** and **Remove**
* An optional list of available actions for that provider

## Multiple connections per provider

ClawLink no longer assumes one row per provider.

That means:

* You can connect more than one account for the same provider
* One row is marked as the default connection when ClawLink needs to choose automatically
* Removing one row removes only that exact connection, not every row for the provider

## Connection statuses

| Status              | Meaning                                                   | What to do                                          |
| ------------------- | --------------------------------------------------------- | --------------------------------------------------- |
| **Connected**       | The integration is authorized and working                 | Nothing — it's ready to use                         |
| **Needs reconnect** | The credentials are invalid, expired, or need new consent | Expand the row and click **Reconnect**              |
| **Coming soon**     | The app is listed but not ready for hosted setup yet      | Wait for the hosted flow to ship or request the app |

<Warning>
  If a provider token expires, ClawLink keeps the row but marks it as needing reconnect. Tool calls for that app will fail until you reconnect the account.
</Warning>
