# Getting Started

- [Cybus Connectware Documentation](https://docs.cybus.io/2-3-0/getting-started/readme.md): Learn about Connectware's capabilities and how to connect complex production environments to your IT systems.
- [System Requirements](https://docs.cybus.io/2-3-0/getting-started/system-requirements.md): Hardware, software, and virtual host requirements for installing and operating Connectware.
- [Admin UI](https://docs.cybus.io/2-3-0/getting-started/admin-ui.md): The web-based interface for managing, monitoring, and interacting with Connectware.
- [Concepts](https://docs.cybus.io/2-3-0/getting-started/concepts-of-connectware.md): From service commissioning files to connected systems.
- [Connecting Your First Machine](https://docs.cybus.io/2-3-0/getting-started/connecting-your-first-machine.md): In this sample setup, we simulate a machine connecting to Connectware via the OPC UA protocol. The demo instance includes a simulated machine that generates sample data.
- [Your First Service Commissioning File](https://docs.cybus.io/2-3-0/getting-started/connecting-your-first-machine/your-first-service-commissioning-file.md): This service commissioning file allows you to simulate a machine connecting to Connectware via the OPC UA protocol.


---

# 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.cybus.io/2-3-0/getting-started.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.
