# Servers View

The **Servers** view shows an overview of all active and inactive servers. A server allows clients to access the data. 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-10-2/documentation/services/service-commissioning-files/resources/cybus-node.md) resources, which are defining the available data and its structure.

See also: [Cybus::Server resource](/1-10-2/documentation/services/service-commissioning-files/resources/cybus-server.md)

## Overview

* To open the **Servers** view, click **Services** on the navigation panel and click **Service Resources**. In the **Service Resources** view, click the **Servers** tab.

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

## Details View

* To open the [Details View](#details-view) of a server, click the server.

The Servers Details view contains the following tabs:

**Server Logs**

* Shows the server logs of the selected server.

<figure><img src="/files/5FUstrZvtO0645Y8WcOc" alt=""><figcaption></figcaption></figure>

**Nodes**

* Shows the associated nodes of the selected server.

<figure><img src="/files/3FxoLHBpNqDllANIixdk" 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-10-2/documentation/services/service-resources-view/servers-view.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.
