# Service Details View

The **Service Details** view serves as a comprehensive interface for examining individual services, offering users the ability to delve into specific service configurations, monitor real-time data, and efficiently manage various service-related aspects. This view allows you to gain deep insights into each service, facilitating thorough understanding and precise control of service operations.

Key components include:

* **Service Configuration**: View and modify service settings
* **Live Data**: Monitor real-time MQTT topic data
* **Metrics**: Analyze service performance and usage statistics
* **Logs**: Access service-specific log entries for troubleshooting

## Opening the Service Details View

* To open the **Service Details** view for a service, click **Services** in the navigation panel and click a service.

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

## Sections of the Service Details View

The **Service Details** view contains the following functions:

* The top left displays essential service attributes, including the service name, [ServiceID](/2-1-2/documentation/services/serviceid.md), description, agent, provider, status, and any detected [deviations](/2-1-2/documentation/services/deviations.md). If defined in the service commissioning file, service-specific action buttons are also presented here.
* On the top right, you can [enable](/2-1-2/documentation/services/setting-up-and-configuring-services/enabling-services.md), [disable](/2-1-2/documentation/services/setting-up-and-configuring-services/disabling-services.md), and [update](/2-1-2/documentation/services/setting-up-and-configuring-services/updating-services.md) the service, including the option to download the corresponding [service commissioning file](/2-1-2/documentation/services/service-commissioning-files.md).
* The lower section is organized into [tabs](#tabs-of-the-service-details-view), each representing different resources utilized by the service.

## Tabs of the Service Details View

The **Service Details** view contains the following tabs:

* **Service Logs**: Displays operational logs and events related to the service. For more information, see [Service Logs](/2-1-2/documentation/services/service-logs.md).
* **Live Data**: Allows you to monitor MQTT topics of the selected service for insights into topic activity. For more information, see [Live Data](/2-1-2/documentation/monitoring/live-data.md).
* **Servers**: Lists physical or virtual servers associated with the service. For more information, see [Servers View](/2-1-2/documentation/services/service-resources-view/servers-view.md).
* **Containers**: Shows containerized components of the service, if applicable. For more information, see [Containers View](/2-1-2/documentation/services/service-resources-view/containers-view.md).
* **Volumes**: Displays information about storage volumes allocated to the service. For more information, see [Volumes View](/2-1-2/documentation/services/service-resources-view/volumes-view.md).
* **Connections**: Details network connections and integrations used by the service. For more information, see [Connections View](/2-1-2/documentation/services/service-resources-view/connections-view.md).
* **Endpoints**: Lists service endpoints. For more information, see [Endpoints View](/2-1-2/documentation/services/service-resources-view/endpoints-view.md).
* **Mappings**: Displays any data or resource mappings configured for the service. For more information, see [Mappings View](/2-1-2/documentation/services/service-resources-view/mappings-view.md).
* **Deviations**: Provides a detailed view of any detected anomalies or deviations from expected service behavior. For more information, see [Deviation](/2-1-2/documentation/services/deviations.md).


---

# 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-details-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.
