---
title: "Docs Page Not Found"
description: "Could not find a markdown page for /docs/changelogs.md."
canonical_url: "https://docs.carsxe.com/docs/changelogs"
markdown_url: "https://docs.carsxe.com/docs/changelogs.md"
---

# Docs Page Not Found

Could not find a markdown page for `/docs/changelogs.md`.

## Closest Matches

- [API Changelog Preview](/docs/changelogs/2026-06-17.md) (87% confidence) - A sample changelog entry for testing the generated CarsXE changelog pages.

## Recovery

- If a closest match looks right, fetch that markdown URL directly.
- If the match is uncertain, search the docs first and then fetch the smallest page that answers the task.
- Use the sitemap routes below to browse the full docs index before guessing another slug.

## Discovery Routes

Use these discovery routes to find the right page:

- Agent discovery spec: `/.well-known/agent.json`
- Agent discovery fallback: `/.well-known/agent`
- Agent discovery API: `/api/docs/agent/spec`
- Agent instructions: `/AGENTS.md`
- Search endpoint: `/api/docs?query={query}`
- Docs index markdown: `/docs.md`
- Requested markdown API route: `/api/docs?format=markdown&path=changelogs`
- Semantic sitemap: `/sitemap.md`
- Docs-scoped sitemap alias: `/docs/sitemap.md`
- Semantic sitemap well-known alias: `/.well-known/sitemap.md`
- XML sitemap: `/sitemap.xml`

The agent discovery spec is the safest first step because it lists the active markdown, sitemap, robots, search, MCP, and feedback routes for this deployment.

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
