> For the complete documentation index, see [llms.txt](https://docs.cybus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybus.io/2-1-1/documentation/industry-protocol-details.md).

# Industry Protocol Details

This chapter documents the protocols and connectors supported by Connectware and provides detailed configuration parameters for each. These protocols and connectors enable connections between Connectware and various industrial devices and systems in your environment.

<figure><img src="/files/XfLpCoo183BN65bNi62a" alt=""><figcaption></figcaption></figure>

The following sections provide detailed specifications for each supported protocol, including connection parameters, data formats, security considerations, and configuration examples. These specifications will help you implement reliable connections to your existing industrial equipment.

Connectware's protocol support is regularly updated. For protocols not listed in this documentation, you can create [Custom Connectors](/2-1-1/documentation/industry-protocol-details/custom-connectors.md) or [contact us](https://www.cybus.io/en/resources/support-center/) to discuss alternative connectivity options.

## Discover Industry Protocols and Connectors

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>HTTP/REST</strong></td><td><a href="/files/mu2H9UNYvGCJ6DjX2kVE">/files/mu2H9UNYvGCJ6DjX2kVE</a></td><td><a href="/pages/8XWSX7ugosPwuUUdmm58">/pages/8XWSX7ugosPwuUUdmm58</a></td></tr><tr><td align="center"><strong>Siemens SIMATIC S7</strong></td><td><a href="/files/8pysZByQbIGfjo8VzhDi">/files/8pysZByQbIGfjo8VzhDi</a></td><td><a href="/pages/f8TFtMJM8nkX1brXBMDp">/pages/f8TFtMJM8nkX1brXBMDp</a></td></tr><tr><td align="center"><strong>OPC UA</strong></td><td><a href="/files/G0p79lGmc74e4xrkL5uP">/files/G0p79lGmc74e4xrkL5uP</a></td><td><a href="/pages/D0ehpibPwtiSroo0sgyM">/pages/D0ehpibPwtiSroo0sgyM</a></td></tr><tr><td align="center"><strong>Modbus</strong></td><td><a href="/files/qm7ulja6b78bZdHMGqL5">/files/qm7ulja6b78bZdHMGqL5</a></td><td><a href="/pages/OnLsBXMeV1Bi4C2jXEaD">/pages/OnLsBXMeV1Bi4C2jXEaD</a></td></tr><tr><td align="center"><strong>InfluxDB</strong></td><td><a href="/files/pTVxUC92dRQA1FMo6GLb">/files/pTVxUC92dRQA1FMo6GLb</a></td><td><a href="/pages/ufT3ErXUPlv4dVGarWLQ">/pages/ufT3ErXUPlv4dVGarWLQ</a></td></tr><tr><td align="center"><strong>MQTT</strong></td><td><a href="/files/R0PtTM4965ayV2kcl5iu">/files/R0PtTM4965ayV2kcl5iu</a></td><td><a href="/pages/sTDeh5rA4Epe50LnFWgv">/pages/sTDeh5rA4Epe50LnFWgv</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.cybus.io/2-1-1/documentation/industry-protocol-details.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.
