> 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/all-competition-types/individual-time-trial.md).

# Individual time trial

A time trial is a race in which each participant starts individually. In this case, the race start time - if any - is ignored.

The choice of the Time trial race type can be made from the [event creation](/en/use-wiclax/event-wizard.md) stage. In all cases, the settings can be found here, in the `Timekeeping` tab of the event settings:&#x20;

<figure><img src="/files/scP2U3VoBPLxr1D2Tbfw" alt="" width="398"><figcaption></figcaption></figure>

In a stage event, each stage can be managed as a time trial, independently of the others.

{% hint style="info" %}
Check the *No TT mention* option if you do not want the Time trial text to appear on the event printout titles.
{% endhint %}

## Assigning the start times

Individual start times can be pre-assigned. Either to create a starting list that informs the participants, or because these times will be considered official and there will be no detection on the starting line.

The `Start list` group of the ribbon provides access to the assignment tools:&#x20;

<figure><img src="/files/sNZgL3Jw1UDbeqH50FeJ" alt="" width="461"><figcaption></figcaption></figure>

When operating, you're free to manage the race with any of these 3 possibilities:

* with scheduled start times only
* with both scheduled start times and measured start times
* with measured start times only

[More information about individual start times assignment](/en/use-wiclax/dealing-with-starts.md#building-a-start-list)

## Start session screen

Wiclax offers a remote web page as a display for a time trial start.

<figure><img src="/files/HckRuUvXyhECFDktj2Df" alt="" width="341"><figcaption><p>Opening the TT remote screen from the ribbon</p></figcaption></figure>

On a PC or smart TV connected to the local network, enter for example `http://192.168.8.27:5050/starts` in a browser. The PC name can replace its IP address. \
Ideally, you will place the browser in full screen mode, and you can play with its zoom to perfectly adapt the content to the dimensions of the screen.

The page displays the list of the next competitors to be called, then plays visual and audible countdowns for each start.

<figure><img src="/files/48n4RnOtyQpYrjNZ9H4T" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zVrblWHDKTqefyixs8cx" alt=""><figcaption></figcaption></figure>

### **Acces from the web**

If you have the Web Services option attached to your license, the module is also accessible via the web.

The communication channel is activated here:

<figure><img src="/files/lgcgiPDIzPwpyKcT7dEh" alt="" width="267"><figcaption></figcaption></figure>

And the address to browse becomes <https://wiclax.com/starts>. You will be asked to log in to your usual wiclax.com account.

{% hint style="info" %}
In local access as in web access, the module requires the Wiclax master to be open and connected, with the event file loaded. After initialization, the initial session can continue even if the connection is broken, but if so, it will not respond to any data changes.
{% endhint %}

## Entering results

Good to know in the context of a time trial:&#x20;

* it is possible to manually modify the start time of a competitor from the results entry form
* If you are working with manual timing or with a simple photocell, consider using the `End` key on the bib number field of the results entry form. It allows you to pre-validate the expected competitor and get the next signal from the cell or from the keyboard automatically assigned. The form also displays the next expected bibs according to the starting order.
* to work on a results grid ordered according to the order of passage of the competitors at the finish, display the `Time of day` column (aka Brute time) and sort the grid on this data.

## Race monitoring

The Live screen of the G-Live app allows an ideal follow-up of a TT race. It presents the next competitors to start, those in the race with their time scrolling and their virtual rank, and of course the ranking of the best performances updated live.


---

# 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/all-competition-types/individual-time-trial.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.
