# amount

#### amount

The amount of the action performed / the total amount put in during this action.

**Type:** decimal (optional)

**Nullable:** true

{% hint style="info" %}
Can be omitted, null or zero if the action does not require a bet amount.\
For example: required for Bet and Raise or Call actions, but optional for Check and Fold actions.
{% endhint %}

{% hint style="warning" %}
For a "Raise" the "amount" specified in the \<action\_obj> should be the amount the player put into the pot for this action.

For example, if a player bet $2 and was raised then re-raised to a total of $20 the amount for the raise should be 18.00
{% endhint %}

{% hint style="warning" %}
If a player faces a $50 bet and raises $100 to $150, the amount is $150.
{% endhint %}

**Example:**

The player raises to $100 flat:

```javascript
"amount": 100.00
```


---

# 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://hh-specs.handhistory.org/action-object/action_obj/amount.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.
