> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/devx/5.5/learn.md).

# Learn

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong></td><td>Launch Lenses local with an all-in-one docker or against your Kafka environment.</td><td><a href="/pages/2Atr1Lsp3YqHqUbwSmL7">/pages/2Atr1Lsp3YqHqUbwSmL7</a></td><td></td></tr><tr><td><strong>Installation</strong></td><td>Learn how to install and automate configuration.</td><td><a href="/pages/4m9EfXODEyI8UhSzb4dc">/pages/4m9EfXODEyI8UhSzb4dc</a></td><td></td></tr><tr><td><strong>Configuration</strong></td><td>Learn how to configure Lenses.</td><td><a href="/pages/INCa8fk0HUKL6Pxr5uXg">/pages/INCa8fk0HUKL6Pxr5uXg</a></td><td></td></tr><tr><td><strong>IAM</strong></td><td>Learn how to set up authentication and authorization of users in Lenses.</td><td><a href="/pages/UDyRDgn8vfWkiFPZqWt9">/pages/UDyRDgn8vfWkiFPZqWt9</a></td><td></td></tr><tr><td><strong>SQL for exploration &#x26; processing</strong></td><td>Learn how to use Lenses SQL to explore and process data.</td><td><a href="/pages/3KvwK8jjimtIvfVXGbmj">/pages/3KvwK8jjimtIvfVXGbmj</a></td><td></td></tr><tr><td><strong>Kafka Connector Management</strong></td><td>Learn how to use Lenses to manage your Kafka Connectors.</td><td><a href="/pages/UTUJ5WowzGMgjNeVjMvH">/pages/UTUJ5WowzGMgjNeVjMvH</a></td><td></td></tr><tr><td><strong>Kafka Connectors</strong></td><td>Lenses provides a collection of open source Connector plugins, available with Enterprize support. Learn about them here.</td><td><a href="https://docs.lenses.io/connectors">https://docs.lenses.io/connectors</a></td><td></td></tr><tr><td><strong>Topics</strong></td><td>Learn how to find, create and manage Kafka topics in the Data catalogue.</td><td><a href="/pages/9v7gXnzQetjNtyqz9WVg">/pages/9v7gXnzQetjNtyqz9WVg</a></td><td></td></tr><tr><td><strong>Schemas</strong></td><td>Learn how to manage Schemas in your schema registries with Lenses.</td><td><a href="https://github.com/lensesio-dev/docs/blob/master/user-guide/schema-management/README.md">https://github.com/lensesio-dev/docs/blob/master/user-guide/schema-management/README.md</a></td><td></td></tr><tr><td><strong>Governance</strong></td><td>Learn how to use Lenses to self serve Data Policies, Kafka ACLs &#x26; Quotas</td><td><a href="/pages/5hiKKrYnxPPCfhWlV3qw">/pages/5hiKKrYnxPPCfhWlV3qw</a></td><td></td></tr><tr><td><strong>Monitoring &#x26; Alerting</strong></td><td>Learn how to configure Lenses to monitor and alert about your Kafka environments and applications.</td><td><a href="/pages/yx6GV10yL5RXlqu3b6Bz">/pages/yx6GV10yL5RXlqu3b6Bz</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lenses.io/latest/devx/5.5/learn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
