# Enabling Services

After uploading a service commissioning file, you must enable each configured service in the Admin UI.

1. In the **Services** view, click the service that you want to enable to open its **Service Details** view.
2. In the upper right corner, click **Enable**.

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

3. The **Authorization Required** dialog displays the resources that the service must access. Review the requirements, then click **Allow**.

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

The service shows **Enabling** at the status while creating all resources specified in the service commissioning file. Once complete, the status changes to **Enabled**.

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

<figure><img src="/files/41hRWKWcqIrjaqCty3ag" alt=""><figcaption></figcaption></figure>

4. Select the **Live Data** tab to get insights into topic activity, message content, and associated resources of your service. For more information, see [Live Data](/2-1-2/documentation/monitoring/live-data.md).

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

{% hint style="warning" %}
If a service does not work as expected, it may have a deviation. Check the [Deviation](/2-1-2/documentation/services/deviations.md) tab to see all deviated services.
{% endhint %}

## Troubleshooting

### Invalid Service Commissioning Files

If a service commissioning file with invalid resources, references, or other defects is installed, it will fail to be enabled and will result in the service being deviated.

If this happens, manually reinstall the previous working version of the service commissioning file. Keep backups of stable versions so they can be restored when needed.

To prevent such issues, it is recommended to validate your service commissioning files before installation and maintain backups of working configurations.


---

# 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/enabling-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.
