# Overview

A seating file is used to provide information about the players in a hand as soon as that hand is dealt.\
Primarily this is used to facilitate showing a Hud at fast fold tables where players change every hand.

{% hint style="info" %}
**Online Poker Operators**

If the specification does not meet your needs for a particular use case, please see the [Change Request Process](https://app.gitbook.com/@handhistory-org/s/open-seating-file/contact-us/change-request-process) to learn how to submit your recommended changes for review and inclusion into the specification.  The specification is versioned to allow for continual improvements.
{% endhint %}

{% hint style="info" %}
**Third Party Developers**

We strongly encourage every third party developer to support consumption of seating files conformed to the specification.  If you believe that certain information is potentially missing or could be a benefit to be included in the hand history, please see the [Change Request Process](https://app.gitbook.com/@handhistory-org/s/open-seating-file/contact-us/change-request-process) to learn how to submit your recommended changes for review and potential inclusion into the specification.  The specification is versioned to allow for continual improvements.
{% endhint %}


---

# 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://osf-specs.handhistory.org/master.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.
