# Edit action

## Edit action title

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
Click the current **title** of the action you want to edit.

<figure><img src="/files/0HM8HlkCDKAZC0JDFvuy" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Make your edits and press `Enter` on your keyboard to save the changes
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also edit the action title in the same way from the action list on the meeting page and from your personal actions list.
{% endhint %}

## Add or update due date

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
To set or update a due date for a action, hover your mouse over the action and click the `Calendar icon` to the right of the title, then select a date.

<figure><img src="/files/bEjvvm3InRX3dA3Ch7eM" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also edit due date in the same way from the action list on the meeting page and from your personal actions list.
{% endhint %}

## Add or update assigned responsible

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
To assign or update a responsible user to a action, hover your mouse over the action and click the `User icon` to the right of the title, then select a user.

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

{% hint style="info" %}
When a user is assigned an action, they will receive a notification informing them of the assignment.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also edit assigned responsible in the same way from the action list on the meeting page and from your personal actions list.
{% endhint %}

## Add or update description

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
To add or update a action description text, hover your mouse over the action and click the `Arrow icon` to the right of the action item to open the **details panel**.&#x20;

<figure><img src="/files/MzcamRxihf5Gfa3G8Q2k" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **description text field** in the details panel.

<figure><img src="/files/7vpyYcmepMHpRBxkv5jz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Make your edits. They are saved automatically.&#x20;
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also edit the description in the same way from the action list on the meeting page and from your personal actions list.
{% endhint %}

## Mark action as complete

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
Tick the `Checkbox` for the action you want to set as complete

<figure><img src="/files/ROwo9omw9i5ePTHYWeVP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The action will be moved from the **Things to do** section to the **Done** section.

<figure><img src="/files/Ai9r4ZhAF6IQsa162xmY" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also mark an action as complete in the same way from the action list on the meeting page and from your personal actions list.
{% endhint %}

## Mark an action as not completed

{% stepper %}
{% step %}
Navigate to `Actions` in the main menu.&#x20;
{% endstep %}

{% step %}
Untick the `Checkbox` for the action you want to set as complete

<figure><img src="/files/bvgh52ZoMGO0dRpNSrZ6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The action will be moved back from the **Done** section to the **Things to do** section.

<figure><img src="/files/P5Hll0iHtg2i1oxNERzm" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also mark an action as not complete in the same way from the action list on the meeting page and from your personal actions list.
{% 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://help.hippoly.com/using-hippoly/actions/edit-action.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.
