# Actions

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

{% embed url="<https://youtu.be/S4L6FZVXg5A>" %}

## Overview

In the **Actions** area, users can find a list with all the Actions available in their Tenants. You can find this area under the **Your Vault** section in the left menu.

You'll see all the Actions grouped by the same categories that appear in the Pipeline panel. Click any Action to see its description, the list of input and output ports, and a changelog to see the changes through the different available versions.

Go to **Your Vault > Actions** to check the status of your Actions.

<figure><picture><source srcset="/files/MYAGHmuj1fiAw92CqlT4" media="(prefers-color-scheme: dark)"><img src="/files/4VWUaC0Hsams8rH5cbnf" alt=""></picture><figcaption></figcaption></figure>

## Update Actions

Next to the **Actions** tab in the left menu, you'll see a number that indicates the Actions that have pending updates in your Pipelines. In this area, Actions that have pending updates will show an **Update** tag. To update an Action, follow these steps:

{% stepper %}
{% step %}
Click the type of Action you want to update to access its details.
{% endstep %}

{% step %}
Click the **Update action** button at the top right area.

<figure><picture><source srcset="/files/SFFaubIJG2J9nvp0nZ4N" media="(prefers-color-scheme: dark)"><img src="/files/bcTMh53P2IdQLth0GyX3" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You will see a window that shows all the Pipelines where that Action needs to be updated. Select the required Pipeline and click the arrow that appears to access it.

<figure><picture><source srcset="/files/o3qqCuz1X5IYUQrrpQk4" media="(prefers-color-scheme: dark)"><img src="/files/q2v3dFxLViuQgo3XvCKl" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

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

{% step %}
You'll see a window with the Action changelog. Click the **Update** button to finish the process and update the Action 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/actions.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.
