# Service Overview

The **Service Overview** allows you to upload, configure, and monitor services. The details of a service are described in a service commissioning file in the text-based YAML format, which includes metadata, parameters, connections, endpoints, mappings, and volumes.

You can click a service to open its [**Service Details** view](/2-1-2/documentation/services/service-details-view.md). This view allows you to gain deep insights into each service, facilitating thorough understanding and precise control of service operations.

* To open the **Service Overview**, click **Services** on the navigation panel.

<div data-with-frame="true"><figure><img src="/files/qgpYtrVBX2MMPArqVMba" alt=""><figcaption><p><strong>Service Overview</strong></p></figcaption></figure></div>

In the Service Overview, the following information and options are available:

**Upload Service**

* Upload service commissioning files to Connectware to [install services](/2-1-2/documentation/services/setting-up-and-configuring-services/installing-services.md).

**Search**

The search allows you to filter the list.

* Minimum search length is 3 characters.
* Search services by service ID or name.
* Search is case-insensitive.

**Service ID**

* The unique identifier of each service.

**Name**

* The name of each service.

**Version**

* The version number of each service, if applicable.

**Links**

* The links for specific functions of the service (e.g. dashboards, servers).

<div data-with-frame="true"><figure><img src="/files/OSOLDJSKRY9ZRZRFA3RI" alt=""><figcaption><p>Links in the <strong>Service Overview</strong></p></figcaption></figure></div>

**Status**

* The current state of the service (e.g., enabled or not enabled).

**Deviation**

* The current state of the [deviations](/2-1-2/documentation/services/deviations.md) (e.g., no deviation or deviation).


---

# 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/service-overview.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.
