# Consume Data

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [cloud-data-platform-full.txt](https://docs.redpanda.com/cloud-data-platform-full.txt)

---
title: Consume Data
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
latest-redpanda-tag: v26.1.9
docname: consume-data/index
page-component-name: cloud-data-platform
page-version: master
page-component-version: master
page-component-title: Cloud
page-relative-src-path: consume-data/index.adoc
page-edit-url: https://github.com/redpanda-data/cloud-docs/edit/main/modules/develop/pages/consume-data/index.adoc
description: Learn about consumer offsets and follower fetching.
page-git-created-date: "2024-07-25"
page-git-modified-date: "2024-08-01"
---

<!-- Source: https://docs.redpanda.com/cloud-data-platform/develop/consume-data.md -->

-   [Consumer Offsets](consumer-offsets/)

    Redpanda uses an internal topic, `__consumer_offsets`, to store committed offsets from each Kafka consumer that is attached to Redpanda.

-   [Follower Fetching](follower-fetching/)

    Learn about follower fetching and how to configure a Redpanda consumer to fetch records from the closest replica.

-   [Paginate Messages in Redpanda Console](paginate-messages-events/)

    Retrieve more than the default batch of messages in Redpanda Console by paging through larger result sets.