# Install

{% embed url="<https://github.com/lensesio/stream-reactor/releases>" %}
Stream Reactor Release download
{% endembed %}

{% hint style="danger" %}
If you do not use the **`plugin.path`** and add the connectors directly to the CLASSPATH you may have dependency conflicts.
{% endhint %}

Download the release and unpack.

Within the unpacked directory you will find the following structure:

```bash
/opt/stream-reactor-x.x.x-x.x.x
├── bin
├── conf
├── libs
├── LICENSE
```

The libs directory contains all the Stream Reactor Connector jars. Edit your Connect worker properties add the path to the directory containing the connectors and restart your workers. Repeat this process for all the Connect workers in your cluster. The connectors must be available to all the workers.

Example:

```bash
plugin.path=/usr/share/connectors,/opt/stream-reactor-x.x.x-x.x.x/libs
```


---

# 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/connectors/kafka-connectors/install.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.
