> 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/is_allin.md).

# is\_allin

#### is\_allin

Whether or not the player has committed all of their chips into the pot with this action.

**Type:** boolean (optional)

**Nullable:** true

{% hint style="warning" %}
Can be omitted, null or false if the player did not go all-in with this action.
{% endhint %}

**Example:**

```javascript
"is_allin": false
```
