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

# Setting Up and 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](/1-10-2/documentation/services/setting-up-and-configuring-services/installing-services.md)
* [Enabling Services](/1-10-2/documentation/services/setting-up-and-configuring-services/enabling-services.md)
* [Updating Services](/1-10-2/documentation/services/setting-up-and-configuring-services/updating-services.md)
* [Disabling Services](/1-10-2/documentation/services/setting-up-and-configuring-services/disabling-services.md)
* [Deleting Services](/1-10-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](/1-10-2/documentation/monitoring/data-explorer.md) and of individual services in the [Live Data](/1-10-2/documentation/monitoring/live-data.md) tab.


---

# 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:

```
GET https://docs.cybus.io/1-10-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.
