---
title: Building Your Application
description: Learn how to use Next.js features to build your application.
url: "https://nextjs.org/docs/pages/building-your-application"
version: 16.2.2
lastUpdated: 2026-04-02
router: Pages Router
---



- [Routing](/docs/pages/building-your-application/routing)
  - Learn the fundamentals of routing for front-end applications with the Pages Router.
- [Rendering](/docs/pages/building-your-application/rendering)
  - Learn the fundamentals of rendering in React and Next.js.
- [Data Fetching](/docs/pages/building-your-application/data-fetching)
  - Next.js allows you to fetch data in multiple ways, with prerendering, server-side rendering or static-site generation, and incremental static regeneration. Learn how to manage your application data in Next.js.
- [Configuring](/docs/pages/building-your-application/configuring)
  - Learn how to configure your Next.js application.

---

For a semantic overview of all documentation, see [/docs/sitemap.md](/docs/sitemap.md)

For an index of all available documentation, see [/docs/llms.txt](/docs/llms.txt)