# Develop

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [ROOT-full.txt](https://docs.redpanda.com/ROOT-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-redpanda-tag: v26.1.8
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "false"
page-eol-date: March 31, 2027
latest-connect-version: 4.92.0
docname: index
page-component-name: ROOT
page-version: "26.1"
page-component-version: "26.1"
page-component-title: Self-Managed
page-relative-src-path: index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/main/modules/develop/pages/index.adoc
description: Develop doc topics.
page-git-created-date: "2023-05-30"
page-git-modified-date: "2023-08-21"
support-status: supported
---

<!-- Source: https://docs.redpanda.com/current/develop.md -->

-   [Kafka Compatibility](kafka-clients/)

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

-   [Benchmark Redpanda](benchmark/)

    Learn how to measure the performance of a Redpanda cluster deployed on AWS EC2 instances with the OpenMessaging Benchmark.

-   [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.

-   [Topics](manage-topics/)

    Learn how to manage topics in Redpanda, including creation, configuration, and advanced features.

-   [Edit Topic Configuration in Redpanda Console](https://docs.redpanda.com/current/console/ui/edit-topic-configuration/)

    Learn how to use Redpanda Console to edit the configuration of existing topics in a cluster.

-   [Produce Data](produce-data/)

    Learn how to configure producers and idempotent producers.

-   [Consume Data](consume-data/)

    Learn about consumer offsets and follower fetching.

-   [Data Transforms](data-transforms/)

    Learn about WebAssembly data transforms within Redpanda.

-   [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.