# Updating Services

You can modify a service by either uploading an updated service commissioning file or reconfiguring its parameters in the Admin UI.

1. In the **Service Details** view of the service that you want to update, click **Update**.

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

2. In the **Update or Reconfigure Service** dialog, do one of the following:

* **Upload a service commissioning file**: Click **Choose File**, select the updated service commissioning file in the file browser, and click **Open**.
* **Edit parameters in the Admin UI**: In the **Reconfigure service** section, edit the parameters as needed. Some fields may show default values, depending on the service.

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

* **If the service came from the Services Catalog**: The **Update or Reconfigure Service** dialog shows the available versions. If a newer version is available and you want to upgrade, select **Use version** (the latest version number).

<figure><img src="/files/KXwOYzLpFa4iOFxrBg6E" alt=""><figcaption><p>Version selection for services installed from the Services Catalog</p></figcaption></figure>

3. If the service contains configurable parameters, customized values for the parameters can be entered in the right part of the window.

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

4. Click **Update** to apply your changes.

Result: The service status will temporarily change to **Updating**, then revert to its original state (**Enabled** or **Disabled**).

{% hint style="warning" %}
If the updated configuration is invalid, the service is not updated and the previous configuration is restored.
{% endhint %}


---

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