> ## Documentation Index
> Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Repeaters

> The ButterCMS Repeater field groups field types and repeats them in a Page. Create Repeaters, manage items, and fetch data from the API.

# Repeaters

The **Repeater** field is a group of one or more content fields of any combination that can be repeated multiple times within a Page. A commonly used example would be an Image Carousel.

For a deep dive into what repeaters are and how they work, reference the following articles:

<CardGroup cols={2}>
  <Card title="Understanding repeaters" icon="link" href="../../create-content/creating-editing-content/repeaters/understanding-repeaters">
    What repeaters are and how to use them
  </Card>

  <Card title="Creating a Repeater" icon="link" href="../../create-content/creating-editing-content/repeaters/creating-repeater-fields">
    How to set up a Repeater in your ButterCMS Page content
  </Card>

  <Card title="Managing Repeater items" icon="link" href="../../create-content/creating-editing-content/repeaters/managing-repeater-items">
    How to add and remove items to a repeater
  </Card>

  <Card title="Common Repeater use cases" icon="link" href="../../create-content/creating-editing-content/repeaters/creating-repeater-fields#common-use-cases">
    Building common use cases in ButterCMS, including image carousels, feature lists, and more
  </Card>

  <Card title="Working with Repeater data" icon="link" href="../../build-your-app/rendering-complex-field-types/fetching-repeater-data">
    How to fetch Repeater data from the API, and how to add it to your applications
  </Card>
</CardGroup>
