# Develop

> 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: Develop
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: index
page-component-name: cloud-data-platform
page-version: master
page-component-version: master
page-component-title: Cloud
page-relative-src-path: index.adoc
page-edit-url: https://github.com/redpanda-data/cloud-docs/edit/main/modules/develop/pages/index.adoc
description: Develop doc topics.
page-git-created-date: "2024-06-06"
page-git-modified-date: "2024-06-07"
---

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

-   [Kafka Compatibility](kafka-clients/)

    Kafka clients, version 0.11 or later, are compatible with Redpanda. Validations and exceptions are listed.

-   [Topics](topics/)

    Overview of standard topics in Redpanda Cloud.

-   [Produce Data](produce-data/)

    Learn how to configure producers and idempotent producers.

-   [Consume Data](consume-data/)

    Learn about consumer offsets and follower fetching.

-   [Use Redpanda with the HTTP Proxy API](http-proxy/)

    HTTP Proxy exposes a REST API to list topics, produce events, and subscribe to events from topics using consumer groups.

-   [Data Transforms](data-transforms/)

    Learn about WebAssembly data transforms within Redpanda Cloud.

-   [Transactions](transactions/)

    Learn how to use transactions; for example, you can fetch messages starting from the last consumed offset and transactionally process them one by one, updating the last consumed offset and producing events at the same time.

-   [Kafka Connect](managed-connectors/)

    Use Kafka Connect to stream data into and out of Redpanda.