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

# Your HQ

> Self-hostable AI agent operations platform — agents, CRM, tasks, knowledge, and routines on infrastructure you control. v0.2.2, running OpenClaw 6.6.

<img className="block dark:hidden" src="https://mintcdn.com/yourhq/QoQTi4Yp4D0kRiTt/images/hero-light.svg?fit=max&auto=format&n=QoQTi4Yp4D0kRiTt&q=85&s=8d922b60a9160226d548517f9a7d3f37" alt="HQ diagram" width="800" height="400" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/yourhq/QoQTi4Yp4D0kRiTt/images/hero-dark.svg?fit=max&auto=format&n=QoQTi4Yp4D0kRiTt&q=85&s=666fca6ddd9b6d8a3adcb72c99319045" alt="HQ diagram" width="800" height="400" data-path="images/hero-dark.svg" />

**HQ is an AI operations workspace — agents, CRM, tasks, knowledge, and routines.** Run it on your own infrastructure or let us host it for you. Currently at v0.2.2, powered by OpenClaw 6.6.

<CardGroup cols={3}>
  <Card title="Hosted — ready in 2 min" icon="cloud" href="/hosted/getting-started">
    Sign up at app.yourhq.ai. We handle infrastructure, you create agents.
  </Card>

  <Card title="Self-host in 15 min" icon="server" href="/getting-started/quickstart">
    Install on your own machine. Full control, completely free.
  </Card>

  <Card title="Not sure where to start?" icon="signs-post" href="/getting-started/choose-your-path">
    Pick a path based on what you want to do.
  </Card>
</CardGroup>

***

## How HQ fits together

```
Your browser  →  HQ dashboard  →  Your database  →  Gateway hosts  →  Agents
```

The **dashboard** is where you manage everything: agents, tasks, CRM, knowledge, routines, and settings.

Your **database** (Supabase) stores all your data — owned by you, on your own account. On hosted, we handle this for you.

**Gateways** are the machines that run agents. One is included by default; you can add more on other machines for scale.

**Agents** are persistent team members: each has its own profile, memory, browser, messaging channel, and skills — they remember everything across sessions.

<CardGroup cols={3}>
  <Card title="Run agents" icon="robot" href="/concepts/agents">
    Templates, memory, channels, knowledge, org chart, and delegation.
  </Card>

  <Card title="Manage work" icon="list-check" href="/concepts/features">
    CRM, tasks with subtasks, knowledge (workspace/agent/library scopes), routines, collections, and notifications.
  </Card>

  <Card title="Self-host anywhere" icon="server" href="/self-host/requirements">
    Laptop, Mac mini, Raspberry Pi, VPS, or multiple hosts. Automatic gateway backups and restore.
  </Card>

  <Card title="Pick models per agent" icon="sliders" href="/guides/connect-model-provider#per-agent-model-overrides">
    Different model and thinking level per agent. Per-task overrides for one-off reasoning. Mix providers freely.
  </Card>

  <Card title="Control spend" icon="gauge-high" href="/guides/usage-budgets">
    Per-agent monthly budgets with soft warnings and hard cutoffs.
  </Card>

  <Card title="Plugins and connectors" icon="puzzle-piece" href="/concepts/plugins">
    Built-in plugin system, source connectors for external data, and webhook integrations.
  </Card>

  <Card title="Fork and extend" icon="code-branch" href="/development/local-development">
    Templates, skills, UI modules, gateway commands, plugins, and migrations.
  </Card>
</CardGroup>

***

## Who HQ is for

<CardGroup cols={2}>
  <Card title="Founders and operators" icon="user">
    Replace scattered AI tools with one workspace. Create agents from templates — no coding needed. CRM, tasks, and knowledge built in.
  </Card>

  <Card title="AI agencies" icon="building">
    Run agent fleets for multiple clients. Per-agent budgets, multi-gateway hosting, and data isolation between workspaces.
  </Card>

  <Card title="Self-hosters" icon="server">
    Full control over your data and infrastructure. Run on a laptop, VPS, Raspberry Pi, or multiple hosts. Completely free.
  </Card>

  <Card title="Developers and contributors" icon="code">
    Standard Next.js + Python + Supabase stack. Write templates, plugins, and UI modules. Fork it, customize it, submit PRs.
  </Card>
</CardGroup>

***

## What's new in v0.2

<CardGroup cols={2}>
  <Card title="Subtasks" icon="list-tree" href="/getting-started/changelog">
    Tasks support one level of subtasks with inline create, progress tracking, and parent breadcrumb navigation.
  </Card>

  <Card title="Gateway backups" icon="cloud-arrow-up" href="/getting-started/changelog">
    Automatic backup to Supabase Storage on shutdown, restore on boot. Manual trigger from Settings. Manages ephemeral and persistent gateways alike.
  </Card>

  <Card title="Knowledge scopes" icon="layer-group" href="/concepts/knowledge">
    Knowledge items can be workspace-wide, agent-scoped, or library-scoped for fine-grained visibility control.
  </Card>

  <Card title="OpenClaw 6.6 runtime" icon="microchip" href="/getting-started/changelog">
    Latest OpenClaw runtime with hardened entrypoint, improved plugin activation, and provider auth bridge.
  </Card>
</CardGroup>

See the full [changelog](/getting-started/changelog) for all releases.

***

## Open source at the core

HQ is open source — the same codebase powers both the self-hosted version and the hosted service. The docs include UI paths, manual paths, operational notes, security risks, and extension points so you can run it yourself, use our hosted version, or build your own.

<CardGroup cols={2}>
  <Card title="Architecture" icon="diagram-project" href="/concepts/architecture">
    Runtime, queues, daemons, files API, and full data flow.
  </Card>

  <Card title="Security model" icon="shield-halved" href="/security/security-policy">
    Trust boundaries before you expose HQ beyond localhost.
  </Card>
</CardGroup>
