# Standard

To launch a game, the Operator must call the [Game API](/integration/launch-game/standard/game-api.md).

THNDR responds with an HTML page that should be displayed on the Operator’s website.

\
The Game API URL can be loaded in either:

* an iFrame (recommended), or
* a full-page redirect.

Once the game is displayed, THNDR sends a server-to-server [Authenticate Users](/integration/launch-game/custom/authenticate-users.md) request to the Operator’s platform. This request validates that the player session and related information are correct.


---

# 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://docs.thndr.io/integration/launch-game/standard.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.
