# Create action

## Create action from action list

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

{% step %}
Click the `New action` button and enter a **title** for action.&#x20;

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

{% step %}
Click the `Add` button or hit `Enter` on your keyboard to save the action.

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

{% step %}
To set a due date for the action (optional), 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/go88gKCEmS7H82djL6Wo" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
To assign a responsible user to the action (optional), 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/u4G0ejWeWWFYS44C6lr3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When a user is assigned an action, they receive a notification informing them of the assignment. If the action has a due date, the assigned user also receives a notification on the day it becomes due.
{% endhint %}
{% endstep %}

{% step %}
To add optional descriptive text, hover over the action and click the `Arrow icon` on the right to open the **Details** panel. Enter any additional information in the **Description** field.

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

## Create action from meeting

{% stepper %}
{% step %}
Open the Actions panel by clicking  `Actions` in the right-hand sidebar on the meeting page.

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

{% step %}
Enter an action **title** and click the `Add` button or hit `Enter` on your keyboard to save the action.
{% endstep %}

{% step %}
Hover your mouse over an action to assign a user, set a due date, or open the action’s details panel.
{% 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://help.hippoly.com/using-hippoly/actions/create-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.
