# Welcome

{% columns %}
{% column %}
For detailed instructions on installation
{% endcolumn %}

{% column %} <a href="https://docs.lenses.io/latest/deployment/installation" class="button primary" data-icon="wrench">Install against your Kafka</a>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
This user guide is for ≥ 6.2. For 6.1 see [here](/latest/6.1/user-guide/environments.md).
{% endhint %}

{% columns %}
{% column %}

### Get started in 5 minutes

Deploy Lenses with a local Kafka,  you’ll be up and running in minutes—not hours.

<a href="https://docs.lenses.io/latest/getting-started/quickstart" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;
{% endcolumn %}

{% column %}
{% code overflow="wrap" %}

```shellscript
curl -L https://lenses.io/community-edition/download -o docker-compose.yml \
 && ACCEPT_EULA=true docker compose up -d --wait \
 && echo "Lenses.io is running on http://localhost:9991"

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-lightbulb">:lightbulb:</i></h4></td><td><strong>Concepts</strong></td><td>Understand basic concepts in Lenses</td><td></td><td></td><td><a href="/pages/rQif16MasfJIn44yTerR">/pages/rQif16MasfJIn44yTerR</a></td></tr><tr><td><h4><i class="fa-signs-post">:signs-post:</i></h4></td><td><strong>Navigating Lenses</strong></td><td>Learn the how to get the most out of Lenses, how the it works and tips and tricks,</td><td></td><td></td><td><a href="/pages/i73g4LZQanoLj7XtSO18">/pages/i73g4LZQanoLj7XtSO18</a></td></tr><tr><td><i class="fa-searchengin">:searchengin:</i></td><td><strong>Discover</strong></td><td>Find out what Lenses has to offer</td><td></td><td></td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr></tbody></table>


---

# 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.lenses.io/latest/user-guide/readme.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.
