> 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/connectors/readme.md).

# Overview

Lenses Kafka Connectors are a collection of open-source, Apache 2.0 licensed, Kafka Connect Connectors. Maintained by Lenses.io to deliver open-source Kafka Connectors to the community.

***

<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>Learn</strong></td><td>Learn how Kafka Connect works.</td><td><a href="/latest/connectors/understanding-kafka-connect.md">Understanding Kafka Connect</a></td><td><a href="https://1499290846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FETXWnZknWA8VhF6SwqCx%2Fuploads%2FzOhHYQrIwz5nSrUE8mmg%2FLearn%20%26%20Provisioning.png?alt=media&amp;token=4efea915-928f-4ee0-a84e-f18c371a84cb">Learn &amp; Provisioning.png</a></td></tr><tr><td><strong>Connectors</strong></td><td>Explore the available connectors in the Stream Reactor and how to configure them.</td><td><a href="/latest/connectors/kafka-connectors.md">Connectors</a></td><td><a href="https://1499290846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FETXWnZknWA8VhF6SwqCx%2Fuploads%2FTFO2YQQ8X8cTpFvi5MFU%2FConnectors.png?alt=media&amp;token=e8a98a20-c621-4e92-8561-9a7ed69811f9">Connectors.png</a></td></tr><tr><td><strong>Secret Providers</strong></td><td>Learn how to secure your secrets in Kafka Connect.</td><td><a href="/latest/connectors/secret-providers.md">Secret Providers</a></td><td><a href="https://1499290846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FETXWnZknWA8VhF6SwqCx%2Fuploads%2FQgC7X3aZy4Pw7K5QrhB4%2FSecret%20Providers.png?alt=media&amp;token=4aba9698-ecb0-456b-8b25-52a343a3c513">Secret Providers.png</a></td></tr><tr><td><strong>Single Message Transform</strong></td><td>Learn how to use SMTs and configure SMTs to transform messages.</td><td><a href="/latest/connectors/single-message-transforms.md">Single Message Transforms</a></td><td><a href="https://1499290846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FETXWnZknWA8VhF6SwqCx%2Fuploads%2FaSSvrY9s2lALdJu03Xnb%2FSingle%20Message%20Transform%20SMT.png?alt=media&amp;token=4b765dde-fe94-49e6-977a-dfe171e2d542">Single Message Transform SMT.png</a></td></tr><tr><td><strong>Support</strong></td><td>Get support from the Community or Enterprise support from Lenses.io for the connectors.</td><td><a href="/latest/connectors/lenses-connectors-support.md">Lenses Connectors Support</a></td><td><a href="https://1499290846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FETXWnZknWA8VhF6SwqCx%2Fuploads%2FCKdW9E6gyokyUyfn0vUM%2FMonitoring%20--%20Alerting.png?alt=media&amp;token=04fe32f9-8909-463a-99cd-452597923976">Monitoring -- Alerting.png</a></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/connectors/readme.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.
