VOOZH about

URL: https://nextjs.org/docs/pages/building-your-application/routing

⇱ Building Your Application: Routing | Next.js


This page is also available as Markdown at /docs/pages/building-your-application/routing.md. For an index of Next.js Pages Router documentation, see /docs/pages/llms.txt.

Routing

Last updated April 15, 2025

The Pages Router has a file-system based router built on concepts of pages. When a file is added to the pages directory it's automatically available as a route. Learn more about routing in the Pages Router:

Was this helpful?