> 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/pot-object/pot_obj/number.md).

# number

#### number

An ordered identifier of the pot within the hand.

{% hint style="warning" %}
The main pot should be 0.  The first side pot would be 1, etc.
{% endhint %}

**Type:** integer

**Example:**

```javascript
"number": 0
```
