# Nuxt Pages Plus ## Documentation Sets - [Nuxt Pages Plus](https://a06f9725.nuxt-pages-plus.pages.dev/llms-full.txt) ## Docs - [Introduction](https://a06f9725.nuxt-pages-plus.pages.dev/raw/getting-started/introduction.md): Nuxt Pages Plus enhances the routing capabilities of Nuxt Pages, allowing for rapid development of complex routing scenarios. - [Installation](https://a06f9725.nuxt-pages-plus.pages.dev/raw/getting-started/installation.md): Install Nuxt Pages Plus to your Nuxt project using a single line of command using nuxi as shown below. - [Configuration](https://a06f9725.nuxt-pages-plus.pages.dev/raw/getting-started/configuration.md): Nuxt Pages Plus provides a bunch of options to configure your parallel routes as you like in nuxt.config. - [Directory Structure](https://a06f9725.nuxt-pages-plus.pages.dev/raw/getting-started/directory-structure.md): All named parallel routes page files should be placed in the ~/pages/ directory. Nuxt Pages Plus will process these files and generate parallel routes after Nuxt has generated the routes. - [Parallel Routes](https://a06f9725.nuxt-pages-plus.pages.dev/raw/routing/parallel-routes.md): Parallel Routes allows you to render multiple Nuxt pages within a single route, either synchronously or manually. - [Modal Routes](https://a06f9725.nuxt-pages-plus.pages.dev/raw/routing/modal-routes.md): Modal Routes can navigate modal routes with real-time URL changes for seamless browsing. - [](https://a06f9725.nuxt-pages-plus.pages.dev/raw/components/plus-parallel-page.md): Component to use for rendering a parallel page. - [](https://a06f9725.nuxt-pages-plus.pages.dev/raw/components/plus-modal-app.md): Render the modal-aware route together with its Nuxt layout and page. - [](https://a06f9725.nuxt-pages-plus.pages.dev/raw/components/plus-modal-nuxt-page.md): A backward-compatible, page-only component for rendering the background route of a modal. - [](https://a06f9725.nuxt-pages-plus.pages.dev/raw/components/plus-modal-page.md): Component to use for rendering a modal page. - [](https://a06f9725.nuxt-pages-plus.pages.dev/raw/components/plus-modal-link.md): Component to open a modal with a url or navigate inside modal view. - [Composables](https://a06f9725.nuxt-pages-plus.pages.dev/raw/api/composables.md) - [Interfaces](https://a06f9725.nuxt-pages-plus.pages.dev/raw/api/interfaces.md) ## Landing - [Nuxt Pages Plus](https://a06f9725.nuxt-pages-plus.pages.dev/raw/index.md): A Nuxt module that enables complex routing for Nuxt Pages.