# Nav

A `Nav` object contains multiple navigation nodes. Whenever you're dealing with a nav in your template, you have access to the following.

## Attributes

Attribute | Description
--- | ---
`id` | ID for the nav.
`name` | The name of the nav.
`handle` | The handle of the nav.
`instructions` | Any additional instructions for the nav, often for internal use in the control panel.
`maxLevels` | The maximum number of nested level of nodes a nav can allow.
`maxnodes` | The maximum number of nodes a nav can allow.
`propagateNodes` | Whether the propagate (copy) nodes across all your sites.
