---
title: Components
description: API Reference for Next.js built-in components in the Pages Router.
url: "https://nextjs.org/docs/pages/api-reference/components"
version: 16.2.2
lastUpdated: 2026-04-02
router: Pages Router
prerequisites:
  - "API Reference: /docs/pages/api-reference"
---



- [Font](/docs/pages/api-reference/components/font)
  - API Reference for the Font Module
- [Form](/docs/pages/api-reference/components/form)
  - Learn how to use the `<Form>` component to handle form submissions and search params updates with client-side navigation.
- [Head](/docs/pages/api-reference/components/head)
  - Add custom elements to the `head` of your page with the built-in Head component.
- [Image](/docs/pages/api-reference/components/image)
  - Optimize Images in your Next.js Application using the built-in `next/image` Component.
- [Image (Legacy)](/docs/pages/api-reference/components/image-legacy)
  - Backwards compatible Image Optimization with the Legacy Image component.
- [Link](/docs/pages/api-reference/components/link)
  - API reference for the `<Link>` component.
- [Script](/docs/pages/api-reference/components/script)
  - Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.

---

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)