# game\_type

#### game\_type

The type of game being played.

**Type:** string

**Options:** One of:&#x20;

* Holdem
* Omaha
* OmahaHiLo
* Stud
* StudHiLo
* Draw

{% hint style="warning" %}
If your network spreads a game type that is not supported, please see the [Change Request Process](/contact-us/change-request-process.md) to learn how to submit your request to have the game\_type added to the specification, at which point, we'll add it and increment the spec\_version number to support the new game type.
{% endhint %}

**Example:**

```javascript
"game_type": "Holdem"
```


---

# 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/json-object/game_type.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.
