> 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/json-object/pots.md).

# pots

#### pots

The pots and pot results for the hand.

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

**Example:**

```javascript
"pots": [
    <pot_obj>,
    <pot_obj>
]
```
