# `bird docs read`

## Usage

```bash
bird docs read [flags]
```

## Description

Fetch the full Markdown of one documentation page by the `slug` from a documentation search result. The response URL is the page's citable source. Use `index` for the documentation landing page. This operation requires no authentication.

## Examples

```bash
bird docs read <slug>
```

## Options

| Name                | Description                                                                                                           |
| ------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `--locale`          | Documentation locale to read, as a language-region code such as en-us. Defaults to en-us when omitted or unavailable. |
| `--response-schema` | Print the fields this command returns, then exit                                                                      |

## Related

| Name                                                  | Description                      |
| ----------------------------------------------------- | -------------------------------- |
| [`bird docs search`](/docs/cli/reference/docs-search) | Get documentation search results |