> For the complete documentation index, see [llms.txt](https://help.hippoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hippoly.com/using-hippoly/actions/create-action.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.hippoly.com/using-hippoly/actions/create-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
