> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/round-object/round_obj/actions.md).

# actions

#### actions

An array of [\<action\_obj>](/action-object/action_obj.md) objects outlining the actions performed within the round in the order that they were performed.

{% hint style="info" %}
Maintaining the order of the actions is important.  The first action should be in array position 0, the second action in array position 1, etc.
{% endhint %}

**Type:** array of [\<action\_obj>](/action-object/action_obj.md) objects

**Example:**

```javascript
"actions": [
    <action_obj>,
    <action_obj>,
    ...
]
```
