> For the complete documentation index, see [llms.txt](https://docs.thesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesports.com/help-center/readme.md).

# Help Center

<h2 align="center">What can we help you find?</h2>

<p align="center">Browse the topics below or use the GitBook Assistant to ask anything you need help with.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">How can we help?</button><a href="/spaces/dosu4ynmwSCtMBPWJpmP/pages/2XzsrvhAnc3B0IEKV7sk" class="button secondary" data-icon="paper-plane">Contact support</a></p>

&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-power-off" style="color:$danger;">:power-off:</i></h3></td><td><h4>First Integration</h4></td><td>General questions for your first integration of TheSports</td><td><a href="/pages/faHr0bYiLZWZAuJiiah5">/pages/faHr0bYiLZWZAuJiiah5</a></td></tr><tr><td><h3><i class="fa-money-bill-wave" style="color:$danger;">:money-bill-wave:</i></h3></td><td><h4><strong>Plans and Billing</strong></h4></td><td>Get help with your billing</td><td><a href="/pages/4bkDITG9fU9dxAMLy6fW">/pages/4bkDITG9fU9dxAMLy6fW</a></td></tr><tr><td><h3><i class="fa-browser" style="color:green;">:browser:</i></h3></td><td><h4>Live Experiences</h4></td><td>Live tracker, Widgets, Video Streaming</td><td><a href="/pages/XvdaniKQcuMdlkDOigqg">/pages/XvdaniKQcuMdlkDOigqg</a></td></tr><tr><td><h3><i class="fa-futbol" style="color:blue;">:futbol:</i></h3></td><td><h4><strong>Football</strong></h4></td><td>General API questions for Football</td><td><a href="/pages/sY809Cp8jUdtKtqwMxGt">/pages/sY809Cp8jUdtKtqwMxGt</a></td></tr><tr><td><h3><i class="fa-basketball" style="color:blue;">:basketball:</i></h3></td><td><h4><strong>Basketball</strong></h4></td><td>General API questions for Basketball</td><td><a href="/pages/vN2RCKwskuqLDmcjoMzV">/pages/vN2RCKwskuqLDmcjoMzV</a></td></tr></tbody></table>

&#x20;

&#x20;

{% columns %}
{% column %}

### Popular articles

{% content-ref url="/pages/wNorH8sQBvkqMxj6PWLZ" %}
[Websocket User Guide](/help-center/first-integration/websocket-user-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/WuokbCRCfRn0c7wNiBQ7" %}
[Error message list](/help-center/first-integration/error-message-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/hD1GQ3u5NZC5Kh13p3mz" %}
[Calculation of match minutes](/help-center/football/calculation-of-match-minutes.md)
{% endcontent-ref %}

{% content-ref url="/pages/9wl0MVqp0ggYuPlHelCk" %}
[How to use the uid field for duplicate data？](/help-center/football/how-to-use-the-uid-field-for-duplicate-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/iTqEiLTZO6vNAu1q9AdD" %}
[Description of 'placeholder team'](/help-center/football/description-of-placeholder-team.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}

### Recently updated

{% content-ref url="/pages/hD1GQ3u5NZC5Kh13p3mz" %}
[Calculation of match minutes](/help-center/football/calculation-of-match-minutes.md)
{% endcontent-ref %}

{% content-ref url="/pages/Uc0PJSasktDzndEdwUPE" %}
[Trend data in football](/help-center/football/trend-data-in-football.md)
{% endcontent-ref %}

{% content-ref url="/pages/YkN8YiYbExVCI94B6Xkp" %}
[Yellow card and red card rules](/help-center/football/yellow-card-and-red-card-rules.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thesports.com/help-center/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
