# Setting Up & Configuring Services

This section explains how to manage services using the **Service** view of Connectware. Services are modular components that perform specific functions within your system.

The following sections cover key aspects of service management:

* [Installing Services](/2-1-2/documentation/services/setting-up-and-configuring-services/installing-services.md)
* [Enabling Services](/2-1-2/documentation/services/setting-up-and-configuring-services/enabling-services.md)
* [Updating Services](/2-1-2/documentation/services/setting-up-and-configuring-services/updating-services.md)
* [Disabling Services](/2-1-2/documentation/services/setting-up-and-configuring-services/disabling-services.md)
* [Deleting Services](/2-1-2/documentation/services/setting-up-and-configuring-services/deleting-services.md)

After you have set up and configured your services, you can monitor the data of all services in the [Data Explorer](/2-1-2/documentation/monitoring/data-explorer.md) and of individual services in the [Live Data](/2-1-2/documentation/monitoring/live-data.md) tab.


---

# 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-1-2/documentation/services/setting-up-and-configuring-services.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.
