---
title: "Fields"
description: "The building blocks for structured content."
audience: developers
fullWidth: true
lastUpdated: "2025-11-06T01:07:50.000Z"
---

Fields hold pieces of website content, like text, images, and links. They are used to model larger pieces of content, like [pages](https://prismic.io/docs/custom-types.md), [slices](https://prismic.io/docs/slices.md), and [custom types](https://prismic.io/docs/custom-types.md).

Prismic supports many types of fields, each holding a different kind of content. Learn how to use each field type using the links below.

* [Boolean](https://prismic.io/docs/fields/boolean.md): A true or false toggle.
* [Color](https://prismic.io/docs/fields/color.md): A color in hex format.
* [Content Relationship](https://prismic.io/docs/fields/content-relationship.md): A reference to a Prismic page.
* [Date](https://prismic.io/docs/fields/date.md): A date without time.
* [Embed](https://prismic.io/docs/fields/embed.md): A video, song, or oEmbed link.
* [Geopoint](https://prismic.io/docs/fields/geopoint.md): A geographical coordinate.
* [Image](https://prismic.io/docs/fields/image.md): A responsive image.
* [Integration](https://prismic.io/docs/fields/integration.md): A third-party data reference.
* [Link to Media](https://prismic.io/docs/fields/link-to-media.md): A link to a media asset.
* [Link](https://prismic.io/docs/fields/link.md): A link to a website, asset, or page.
* [Number](https://prismic.io/docs/fields/number.md): An integer or float.
* [Repeatable Group](https://prismic.io/docs/fields/repeatable-group.md): A set of fields that editors can repeat.
* [Rich Text](https://prismic.io/docs/fields/rich-text.md): Text with formatting options.
* [Select](https://prismic.io/docs/fields/select.md): A dropdown of options.
* [Table](https://prismic.io/docs/fields/table.md): A structured table.
* [Text](https://prismic.io/docs/fields/text.md): A text string without formatting.
* [Timestamp](https://prismic.io/docs/fields/timestamp.md): A date and time.
* [UID](https://prismic.io/docs/fields/uid.md): A unique identifier.
