# Servers

A *server* allows clients to access the data. The Connectware already includes a MQTT broker which makes all data available in the internal MQTT API. Additional *server* resources can offer more choices to access the data, such as through OPC UA or RESTful interaction.

The data in the server resource is organized in terms of [node](/1-8-0/documentation/resources/nodes.md) resources, which are defining the available data and its structure.

The Servers pages shows an overview of all active and inactive servers.

See also: [Cybus::Server](/1-8-0/documentation/services/service-commissioning-files/structure-of-service-commissioning-files/resources/cybus-server.md) resource

## Overview

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

By clicking on one of the listed servers you get redirected to the [Details View](#details-view) of the selected server.

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

## Details View

This view shows the associated nodes of this server.

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


---

# 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/1-8-0/documentation/resources/servers.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.
