# Overview

- [Introduction](https://docs.warpstream.com/warpstream/overview/readme.md): The official documentation for WarpStream, a diskless, Apache Kafka-compatible data streaming platform built directly on top of cloud object stores such as S3.
- [Architecture](https://docs.warpstream.com/warpstream/overview/architecture.md): This page provides an overview of WarpStream's architecture.
- [Service Discovery](https://docs.warpstream.com/warpstream/overview/architecture/service-discovery.md): This page explains how WarpStream's custom service discovery mechanism works, as well as how it interacts with Kafka's service discovery system.
- [Write Path](https://docs.warpstream.com/warpstream/overview/architecture/write-path.md): The following page is a summary of WarpStream's approach to persisting data produced from clients.
- [Read Path](https://docs.warpstream.com/warpstream/overview/architecture/read-path.md): The following page describes the mechanism for serving Fetch requests from WarpStream.
- [Life of a Request (Simplified)](https://docs.warpstream.com/warpstream/overview/architecture/life-of-a-request.md): This page explains the flow for a Kafka Produce or Fetch request from client to WarpStream Agent to WarpStream Cloud and back again.
- [Change Log](https://docs.warpstream.com/warpstream/overview/change-log.md): Contains a history of changes made to the Agent.
- [Migrations](https://docs.warpstream.com/warpstream/overview/change-log/migrations.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.warpstream.com/warpstream/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
