# Launch Page

By default, the THNDR widget opens on the **game** tab. You can override this by passing a `launchPage` query parameter on the Game API URL, which instructs the widget to open directly on a specific tab.

This is useful when the context on the operator's side implies the player should land somewhere other than the game - for example, redirecting a player from a **pending matches list** straight into the **results** tab.

***

**Query Parameter**

| Parameter    | Type   | Required | Description                                                           |
| ------------ | ------ | -------- | --------------------------------------------------------------------- |
| `launchPage` | string | No       | The tab to open when the widget loads. Defaults to `game` if omitted. |

**Supported Values**

| Value          | Opens                  |
| -------------- | ---------------------- |
| `game`         | The game tab (default) |
| `results`      | The results tab        |
| `leaderboards` | The leaderboards tab   |
| `rules`        | The rules tab          |

**Example Request**

```
GET https://game-sandbox.thndr-cdn.com?operatorId={OPERATOR_123}&gameId=solitaire&language=en&sessionId={SESSION_ABC}&launchPage=results
```

**Notes**

If an unrecognised value is passed, the widget will fall back to the default `game` tab.


---

# 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/customisation/launch-page.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.
