> For the complete documentation index, see [llms.txt](https://docs.wiclax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wiclax.com/en/use-wiclax/live-results-broadcast/g-live-app/kiosk-and-tv-modes.md).

# Kiosk and TV modes

## Kiosk mode

In kiosk mode (ideally, touchscreen stations), you can offer a results consultation to participants. By using the /kiosk suffix added to the G-Live base address, you will obtain a simplified version of the interface, limited to searching for competitor results.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2FB6WJaWKHDYiAvQ32HuOH%2Fimage.png?alt=media&amp;token=01021a7d-fef5-4f74-9873-a08d13852bb9" alt=""><figcaption></figcaption></figure>

Ideally, the G-Live web page can be run with an application such as [Android Kiosk](http://www.android-kiosk.com/) for Android, or [Kiosk Browser](https://www.microsoft.com/en-us/store/apps/kiosk-browser/9wzdncrdm7f1) for Windows, rather than with a browser. This trick allows, for example, to avoid accidentally closing the page during an action.

On a touch terminal without a keyboard, it may also be useful to install a virtual keyboard plugin on the browser, such as [Touch Kiosk Keyboard for Chrome](https://chrome.google.com/webstore/detail/touch-kiosk-keyboard/lfaiipcbbikbnfcgcmaldlacamgekmnb).

**Printout**

If a certificate template is available locally for the event, kiosk mode will display a button to print it in a runner's summary. The template can be adapted to fit a label printer.

## TV mode

The TV Screen mode is intended for projection of race rankings on a static screen.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2Fcp8q3Pxb2T7BNT6I2xGM%2Fimage.png?alt=media&amp;token=d4ef3785-d305-4b6c-8c0b-8d5cbb06ba1d" alt=""><figcaption></figcaption></figure>

When your race's G-Live page is loaded, select the results grid of your choice (e.g. general ranking, grouped by categories) and activate TV Screen mode from the page settings menu.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2Fqob4LKbDfsEhbhTfT2jk%2Fimage.png?alt=media&amp;token=3cad8719-8354-40a4-a108-e4a5d7fafad4" alt=""><figcaption></figcaption></figure>

The results grid is in full-page mode and the browser itself can switch to full-screen mode.

The same menu allows you to switch the grid to auto-scroll mode, or to activate the dark display theme, which may be visually more suited to an outdoor context.

Don't forget to also play on the zoom level of the browser for a perfect adaptation to the screen size.

{% hint style="info" %}
TV mode can be loaded directly with the `/tv` suffix added to the base address:&#x20;

`http://192.168.1.55:8070/tv`
{% endhint %}

{% hint style="info" %}
The Wiclax G-Live menu allows you to select the race(s) concerned by the display, to adapt to the chronology of the events.
{% endhint %}


---

# 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.wiclax.com/en/use-wiclax/live-results-broadcast/g-live-app/kiosk-and-tv-modes.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.
