---
title: "content.navigation()"
description: "Fetches the navigation tree from the handler's navigation route."
canonical_url: "https://content.comark.dev/reference/client/navigation"
---
# content.navigation()

> Fetches the navigation tree from the handler's navigation route.

## `content.navigation()`

Fetches the navigation tree from the handler's `navigation` route.

**Parameters:** none.

**Returns:** `Promise<`[`NavigationItem[]`](https://content.comark.dev/reference/types/content#navigationitem)`>`

```ts [usage.ts]
const nav = await content.navigation()
```


## Sitemap

See the full [sitemap](https://content.comark.dev/sitemap.md) for all pages.
