# 404 - Page not found

That path does not exist on clarm.com.

Start from one of these instead:

- [Sitemap](https://clarm.com/sitemap.xml) - Every indexable URL on clarm.com, with last-modified dates.
- [llms.txt](https://clarm.com/llms.txt) - Curated summary of the site for language models.
- [llms-full.txt](https://clarm.com/llms-full.txt) - Extended reference: product detail, pricing, case studies, article inventory.
- [Developer hub](https://clarm.com/developers/) - API reference, OpenAPI spec, widget embed, and the Clarm CLI.
- [OpenAPI spec](https://clarm.com/openapi.json) - Machine-readable description of the public clarm.com API.
- [Blog](https://clarm.com/blog/) - Articles on governed AI agents, deployment patterns, and audit trails.
- [Contact](https://clarm.com/contact/) - How to reach Clarm, and the registered company details.
- [Homepage](https://clarm.com/) - What Clarm Atlas is and who it is for.

## Ask instead of guessing

To resolve a question without crawling, POST it to the public agent endpoint:

```sh
curl -X POST https://clarm.com/api/agent/chat \
  -H "Content-Type: application/json" \
  -d '{"message": "Where do I find the Clarm API reference?"}'
```

Every page on this site also has a markdown representation: request it with `Accept: text/markdown`, or append `.md` to the path.
