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

# FAQ

> Frequently asked questions about ClawLink

<AccordionGroup>
  <Accordion title="What is ClawLink?">
    ClawLink is a hosted integration layer for OpenClaw, Hermes, and similar agent workflows. Install once, pair once, connect apps from the dashboard, and let ClawLink handle the provider-side integration work.
  </Accordion>

  <Accordion title="Do I need OpenClaw to use ClawLink?">
    No. OpenClaw is one supported client, and Hermes is another. The setup flow changes slightly per client, but the ClawLink account, connections, and hosted execution layer are shared.
  </Accordion>

  <Accordion title="How is ClawLink different from calling APIs directly?">
    If you wire providers directly, you own auth flows, token refresh, permission drift, retries, logging, and failure handling. ClawLink takes that work off the critical path so the agent can just use connected tools.
  </Accordion>

  <Accordion title="Are my provider credentials stored on my machine?">
    No. ClawLink stores provider credentials on its side, encrypted at rest. Your local client stores only the ClawLink device credential created during pairing.
  </Accordion>

  <Accordion title="Which integrations are supported?">
    ClawLink supports a growing catalog of 100+ apps across communication, productivity, developer tools, CRM, payments, analytics, storage, marketing, AI, and commerce. The docs site covers the most common categories and setup guides, but the dashboard catalog is the current source of truth.
  </Accordion>

  <Accordion title="How do I set it up in OpenClaw?">
    Install the plugin, start browser pairing, approve the device, then connect apps from **Dashboard > Connections**. See [OpenClaw setup](/openclaw) for the full walkthrough.
  </Accordion>

  <Accordion title="How do I set it up in Hermes?">
    Open **Dashboard > Install**, copy the Hermes bootstrap prompt, paste it into Hermes, approve the browser pairing flow, then connect apps from the dashboard. See [Hermes setup](/hermes).
  </Accordion>

  <Accordion title="How do I add an integration that isn't listed?">
    Use **Dashboard > Request App** if it is available in your account, or open an issue in the main ClawLink repository.
  </Accordion>

  <Accordion title="What happened to the older one-command setup docs?">
    Older docs mixed together install, pairing, and edge-case support articles. The current recommended path is simpler: install once, pair once, connect apps from the dashboard, then use them from your agent.
  </Accordion>

  <Accordion title="Do I need to write any code?">
    No for normal use. If you want to extend the platform or contribute integrations, that does require working in the main codebase.
  </Accordion>

  <Accordion title="What happens if an API call fails?">
    ClawLink retries transient failures when it can. If a request still fails, the failure is recorded in **Usage** so you can inspect the integration, action, status, and latency.
  </Accordion>

  <Accordion title="Can I use ClawLink on multiple installs?">
    Yes. Each install should run its own pairing flow so it has its own local device credential. The connected apps still belong to the same ClawLink account.
  </Accordion>

  <Accordion title="Is there a free plan?">
    There is a **30-day trial**. After that, ClawLink costs **\$4.99/month** if you want to keep access active. See the [Billing](/billing) page for details.
  </Accordion>

  <Accordion title="How do I contact support?">
    For bugs or feature requests, open an issue on the ClawLink repository. For account-related questions, use the dashboard support or feedback path available in your workspace.
  </Accordion>
</AccordionGroup>
