> 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/guides/system-connectivity.md).

# System Connectivity

The System Connectivity guides explain how to connect Connectware to IT systems, cloud platforms, and data services. Each integration guide provides configuration details and usage instructions to ensure smooth data flow from connected machines into higher-level applications and infrastructures.

The guides are grouped by the type of system you want to connect:

| Section                                                                                                     | What you will find                                                                                                               |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [MES, ERP & Business Systems](/guides/system-connectivity/mes-erp-business-systems.md)                      | SAP, Microsoft Dynamics 365, Oracle Fusion Cloud SCM, Odoo, Tulip, Critical Manufacturing, Ignition, AVEVA PI System, Heisenware |
| [Cloud & IoT Platforms](/guides/system-connectivity/cloud-iot-platforms.md)                                 | Azure IoT Hub, Azure IoT Operations, AWS IoT Core, AWS IoT Greengrass, Cumulocity IoT, ThingsBoard                               |
| [Messaging & Event Streaming](/guides/system-connectivity/messaging-event-streaming.md)                     | Apache Kafka, Confluent Cloud, Redpanda, Azure Event Hubs, RabbitMQ, HiveMQ                                                      |
| [Databases & Time-Series Storage](/guides/system-connectivity/databases-time-series-storage.md)             | Microsoft SQL Server, PostgreSQL, MariaDB, TimescaleDB, QuestDB, ClickHouse, InfluxDB, Elasticsearch                             |
| [Analytics, Monitoring & Alerting](/guides/system-connectivity/analytics-monitoring-alerting.md)            | Grafana, Power BI, Datadog, Splunk, ServiceNow, Slack, PRTG                                                                      |
| [Industry Standards & Interoperability](/guides/system-connectivity/industry-standards-interoperability.md) | OPC UA client and server, Sparkplug B, umati, VDA 5050, EUROMAP 77                                                               |

If you want to connect a machine or shop floor device instead, see the [Machine Connectivity](/guides/machine-connectivity.md) guides.


---

# 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/guides/system-connectivity.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.
