> 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/other-useful-addresses.md).

# Other useful addresses

## Link to an individual result

A participant's summary is obtained by adding the argument `B` (for bib) to the URL to access the G-Live of the event, with the desired bib number as the value. For example this loads the results page with the summary of bib 186 directly opened:

`https://monsite.com/resultats/ma-course`**`?B=186`**&#x20;

If another participant ID is present as custom data in your file, you can use the `I` argument instead. For example this gives the summary of the athlete having a value 54863 in his data. Note: this custom data field must be marked as published on the web.

`https://monsite.com/resultats/ma-course`**`?I=54863`**

## Link to a specific race

If you want to post a link to a specific race when the event contains several:

`https://monsite.com/resultats/ma-course`**`?R=2`**

where the argument `R` takes as value the index of the race (1 for the first in the order of declaration in the event, etc.).

## Displaying only the Live tab

With the `live` argument we only get the Live tab of the application, without any skin.

`https://monsite.com/resultats/ma-course`**`?live=1`**&#x20;

Or locally:&#x20;

`http://192.168.1.55:8070/live`&#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.wiclax.com/en/use-wiclax/live-results-broadcast/g-live-app/other-useful-addresses.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.
