> 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/action-object/action_obj.md).

# \<action\_obj>

**action**

An object defining the action within the round.

**Type:** object

**Structure:**

```javascript
{
	"action_number": integer,
	"player_id": integer,
	"action": string,
	"description": string,
	"amount": decimal,
	"is_allin": boolean,
	"cards": [
		card string,
		card string
	]
}
```
