# Documentation - [HindClaw](/docs): Production access control, strategy routing, and a control plane for AI agent memory built on Hindsight. - **GETTING STARTED** - [Installation](/docs/getting-started/installation): Install hindclaw, configure the Hindsight daemon, and enable the plugin in your OpenClaw gateway. - [Verify Memory Works](/docs/getting-started/verify): Four checkpoints that confirm memory operations are running end to end. - **GUIDES** - [Access Control](/docs/guides/access-control): Per-principal memory access control, enforced server-side through policies. - [Terraform Provider](/docs/guides/terraform): Manage the full hindclaw stack as code: users, groups, banks, policies, and service accounts. - [Cross-Agent Recall](/docs/guides/multi-bank-recall): Let one agent recall memories from several banks in parallel. - [Session Start Context](/docs/guides/session-context): Inject mental models into the system prompt before the first user message arrives. - [Reflect on Recall](/docs/guides/reflect): Have the server reason over retrieved memories and return a synthesized response. - [Multi-Server Setup](/docs/guides/multi-server): Route different agents in the same gateway to different Hindsight servers. - **REFERENCE** - [Plugin Configuration](/docs/reference/configuration): Plugin-level defaults and the per-agent behavioral overrides that build on them. - [Permission Model](/docs/reference/access-control): How policies attach to principals and how they are evaluated per endpoint. - **EXAMPLES** - Examples - [Examples](/docs/examples): Sandbox pages that exercise sidebar nesting and page features. - [Flat Page](/docs/examples/flat-page): A page sitting directly inside the Examples folder. - Nested Folder - [First Nested Page](/docs/examples/nested/first): Two levels deep, inside a collapsible folder. - [Second Nested Page](/docs/examples/nested/second): Confirms ordering inside a nested folder. - Deeper Still - [Third Level Page](/docs/examples/nested/deeper/third): Three levels deep — a folder inside a folder inside a folder. - **MORE** - [Docs for AI Agents](/docs/llm): Give your AI tools access to the HindClaw documentation: an index, the full corpus, and raw markdown for any page. - [Development](/docs/development): Set up a local development environment and run the test suites.