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



- [Font](/docs/15/pages/api-reference/components/font)
  - API Reference for the Font Module
- [Form](/docs/15/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/15/pages/api-reference/components/head)
  - Add custom elements to the `head` of your page with the built-in Head component.
- [Image](/docs/15/pages/api-reference/components/image)
  - Optimize Images in your Next.js Application using the built-in `next/image` Component.
- [Image (Legacy)](/docs/15/pages/api-reference/components/image-legacy)
  - Backwards compatible Image Optimization with the Legacy Image component.
- [Link](/docs/15/pages/api-reference/components/link)
  - API reference for the `<Link>` component.
- [Script](/docs/15/pages/api-reference/components/script)
  - Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.

---

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