---
title: "About Amnesia Docs"
description: "Learn what this documentation site is and what it covers."
canonical: https://amnesia-docs.pages.dev/about/
source: "src/content/docs/about.md"
---

# About Amnesia Docs

Amnesia Docs is the canonical documentation site for the Amnesia documentation ecosystem.
It serves product guidance, API references, examples, and trust anchors for teams and agentic
consumers that need stable source documentation.

The site is intentionally documentation-first and keeps implementation details scoped to:

- Public API contract behavior.
- Eventing and command surfaces.
- Reference implementation expectations and limits.
- Integration guidance for plugin authors and automations.

The docs site is authored in Markdown and built as a static documentation output so the
content stays readable by humans and machine consumers. It is published independently from
the Amnesia application runtime so the documentation remains a stable, auditable source.

If you are integrating with the Amnesia product, start at the API overview, then move to
the guides and reference sections where examples and boundaries are called out explicitly.

For compliance and trust signals, this site also publishes:

- `/about` for editorial context
- `/contact` for support channels
- `/privacy` for data handling expectations
- `/llms.txt` for machine-assisted entry points

Use this documentation as your first stop before proposing changes to API usage or
automation assumptions.
