> 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/acquisition-of-timing-data/manual-timekeeping.md).

# Manual timekeeping

While not its primary purpose, Wiclax can be used without external timing equipment.

The first possibility will be to enter "bib/time" pairs manually in the results entry form.

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

For more convenience, Wiclax can be used as a stopwatch. To generate times corresponding to competitors' passages on the line, simply click on the space bar. The times will appear in the right part of the results entry form.

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

To use the times generated in this way, you have two options:

* you can enter the corresponding bib numbers into the bib column.
* you can enter a bib number in the bib field of the form and press the C key to associate the oldest time in the list.

A more concise solution is to enter only a bib number and validate the results entry form to associate the time of passage with the moment of validation. To obtain this behavior, you must use the following option.

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

{% hint style="info" %}
While there we will note two other possible options: \
\- enter gaps, which will allow you to enter diff times from the leader's time, in replacement of finish times.\
\- chronology control that will warn if a time is entered that is lower than that of a competitor already ranked.
{% endhint %}

{% hint style="info" %}
By default, the time base used will be that of the computer's internal clock. But you can use a different time base by initializing the `Wiclax clock`, at the bottom right of the main window.

![](/files/qdyCn9tI5Z7CmFcchpZD)
{% endhint %}

It is also possible to pre-validate the entry of a bib number, by pressing the End key on the keyboard. Useful in case you have good visibility before the finish, a radio announcement, or simply that the order of passage is known. The bib number is highlighted in this way:

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

When a bib is pre-entered in this way, the next time taken manually (space key) or arriving from an external stopwatch will trigger immediate validation of the result.


---

# 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/acquisition-of-timing-data/manual-timekeeping.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.
