# Updating Services

You can modify a service by either uploading an updated 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/5IIcjd2lNCrto5dnsDK5" alt=""><figcaption></figcaption></figure>

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

* To install an updated service commissioning file, click **Choose File**. In the file browser, select the updated service commissioning file and click **Open**.
* To update the service configuration in the Admin UI, you can edit the parameters in the **Reconfigure service** section. Depending on the service, default values might be provided for some parameters.

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

* For updating a service that you have originally installed from the Services Catalog, the Update or Reconfigure Service window will display information about available versions. If a newer version exists and you want to upgrade, select the **Use version X.Y.Z** option, where **X.Y.Z** represents the latest version number.

<figure><img src="/files/90SkxIBc5jKlKNpGXrYV" alt=""><figcaption></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/fxcMVzfmidnUODYxWk2T" alt=""><figcaption></figcaption></figure>

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

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


---

# 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/1-8-0/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.
