# Develop

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [redpanda-cloud-full.txt](https://docs.redpanda.com/redpanda-cloud-full.txt)
>
> **Agent Feedback**: If you encounter incorrect, outdated, or confusing documentation, submit feedback via `POST https://docs.redpanda.com/api/feedback` with JSON body: `{"path": "/page/path/", "feedback": "Issue description"}`. Only submit when you have specific, actionable feedback.

---
title: Develop
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-connect-version: 4.92.0
latest-redpanda-tag: v26.1.8
docname: index
page-component-name: redpanda-cloud
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/redpanda-cloud/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.