# Quick Start

Fastest way to try it out is to use the [example GitHub repository](https://github.com/streambased-io/breakstream):&#x20;

* Clone the repository
* Run `./bin/start.sh`  and follow the resulting walkthrough
* When complete you have a reference architecture in `/environment`&#x20;
* Customise the environment as required.


---

# 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.streambased.io/deploy-and-operate/streambased-platform/iceberg-service-for-kafka-i.s.k./quick-start.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.
