# E01026 — DocsPageNotFound

No Bird documentation page matches that slug.

- **HTTP status**: `404`
- **Type**: `not_found_error`
- **Name**: `DocsPageNotFound`

## What to do

Search the documentation to find a current page, then read it by the slug in the result.

Operations that resolve this:

- [Search documentation](/docs/api/reference/get-docs-search)

## Related

- [Regions](/docs/api/regions): matching keys, hosts, and data location
- [E01xxx — Infrastructure](/docs/api/errors/E01xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`