> 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/local-g-live.md).

# Local G-Live

## G-Live App on local network

With just one click, you can turn your PC into a web server that's accessible to **all devices on the same network**.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2F72jvEOQdnmmAQi2qBzxU%2Fg-live3-ezgif.com-resize.gif?alt=media&amp;token=dcddb7ce-bea8-474c-98c2-f4b118561d35" alt=""><figcaption></figcaption></figure>

In the screenshot below, you can see that the live session is initiated by clicking the Live button in the Results - Rankings tab of the ribbon.

Here in the same menu the G-Live address on your local network is displayed. You can use the computer's network name or IP address (here: PORTABLE-YOGA-S or 192.168.1.100). The complete URL is built by appending port 8070.

The `Open G-live page` button provides you with direct access, as demonstrated in the animation above.

<figure><img src="https://1159484786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJRt17XpwpUQzKYPTGL7Z%2Fuploads%2FRAvx0WokbVgUkENmo1bj%2Fimage.png?alt=media&amp;token=8ec49a19-6871-4f5f-90b8-df39c4408791" alt="" width="428"><figcaption></figcaption></figure>

{% hint style="info" %}
By entering the URL <http://192.168.1.25:8070> or <http://LENOVO-CHRIS:8070> in a browser on another PC or tablet connected to the same local network, you'll instantly access all rankings.
{% 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/local-g-live.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.
