# Update Listeners

{% hint style="warning" %}
Note that this feature is only available for certain Tenants. [Contact us](/support/support.md) if you need to use it and don't see it in your Tenant.
{% endhint %}

Next to the **Listeners** tab in the left menu, you'll see a number that indicates the Listeners that have pending updates. In this area, Listeners that have pending updates will show an **Update** tag.&#x20;

{% stepper %}
{% step %}
Click the Listener to open the right-hand panel.
{% endstep %}

{% step %}
Click the **Update Listener** button in the banner that appears.
{% endstep %}

{% step %}
This will open the changelog for this Listener, where you can see a detailed account of what has changed between versions before updating.
{% endstep %}

{% step %}
If you decide to update, click **Update listener.** You will see a window that shows all the Pipelines where that Listener needs to be updated. Select the required Pipeline and click the arrow that appears to access it.
{% endstep %}

{% step %}
Once in the Pipeline, locate the Listener you want to update. You'll see an **Update available** tag over the Listeners with available updates. To update, double-click it to open its details and click the **Update listener** button.
{% endstep %}

{% step %}
You'll see a window with the changelog. Click the **Update** button to finish the process and update the **Listener** type selected.
{% endstep %}
{% endstepper %}


---

# 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.onum.com/the-workspace/listeners/update-listeners.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.
