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

# Quick Start

> Install ClawLink, pair your client, and connect your first app in a few minutes

<Steps>
  <Step title="Sign up at claw-link.dev">
    Go to [claw-link.dev](https://claw-link.dev) and create your account. New accounts start with a 30-day trial.
  </Step>

  <Step title="Choose your client">
    If you use OpenClaw, install the official ClawLink plugin:

    ```bash theme={null}
    openclaw plugins install clawhub:clawlink-plugin
    openclaw gateway restart
    ```

    If you prefer npm, `openclaw plugins install @useclawlink/openclaw-plugin` also works.

    If you use Hermes, open **Dashboard > Install** and copy the Hermes bootstrap prompt.
  </Step>

  <Step title="Pair this device">
    Start pairing from your client. OpenClaw returns a browser URL from the plugin tools. Hermes gives you a browser approval link through its install flow. Open the link, sign in if needed, and approve the device.
  </Step>

  <Step title="Connect your first app">
    In the ClawLink dashboard, open **Connections** and click **Add connection**. Pick the app you want and complete the hosted flow.

    * Apps that are ready today show **Connect**
    * Other apps may show **Coming soon**
  </Step>

  <Step title="Start using your integrations">
    Your agent can now act on your connected integrations. Try prompts like:

    * "Send an email to [sarah@example.com](mailto:sarah@example.com) with subject 'Hello'"
    * "Post a message to #general in Slack saying the deploy is done"
    * "Create a GitHub issue titled 'Fix login bug' in my main repo"
    * "Add a row to my sales tracker Google Sheet"
    * "List my last 5 Stripe customers"
  </Step>
</Steps>

<Tip>
  Start with the apps you use most day to day. Gmail, Slack, Google Calendar, and Notion are good first choices because the setup is quick and the results are easy to verify.
</Tip>

<Note>
  **Settings > API Keys** still exists, but it is an advanced fallback for manual plugin settings and debugging. Browser pairing is the recommended setup path.
</Note>
