> Arbitrary text to add at the BEGINNING of the page

# Set up navigation

> Configure tabs, sections, and pages in your docs.yml file

The `docs.yml` file controls the navigation structure of your documentation site. Explore the navigation options below and click through to the Fern documentation for detailed configuration guides.

Organize content into sections with pages and folders

Create top-level navigation groups

Add version switching for your documentation

Support multiple products in one site

Auto-generate API documentation from your spec

Add a changelog section to your docs

## Quick example

Here's a minimal example showing navigation structure in `docs.yml`:

```yaml title="docs.yml"
navigation:
  - section: Getting started
    contents:
      - page: Introduction
        path: docs/pages/intro.mdx
      - page: Quickstart
        path: docs/pages/quickstart.mdx
  - api: API Reference
```

For complete navigation options, see the [navigation documentation](https://buildwithfern.com/learn/docs/configuration/navigation).