> 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/passage-conditions.md).

# Passage conditions

Passage conditions allow for more precise control of abnormal passing acquisition cases. For example, a lap of the circuit that is too fast to be real, or a race time that probably corresponds to a withdrawal.

## Settings

For the case of lap races, the minimum lap time (possibly race by race) is entered here:&#x20;

<figure><img src="/files/gBSkOOofhyQcCPq3Wipr" alt="" width="361"><figcaption></figcaption></figure>

For other conditions, you have to go through the settings screen for split points and segments, and click on the icon <img src="/files/nAHC3f6Gn5Uvn59Mco8u" alt="" data-size="line"> in the thumbnail of the desired split:&#x20;

<figure><img src="/files/syQ5tkWizIyE0WKhodj4" alt="" width="375"><figcaption></figcaption></figure>

The form that opens allows you to enter as many conditions as you want, which will add up if they concern the same race:

<figure><img src="/files/bGtqVc7T4GFd0jnyrxGt" alt="" width="375"><figcaption></figcaption></figure>

The + button gives access to other types of conditions than the minimum race time:

<figure><img src="/files/cBIpwH7yBDGSr128qpED" alt="" width="233"><figcaption></figcaption></figure>

Which allow you to reject a passage if:

| A minimum time between 2 points is not respected                         | <img src="/files/gFlmPVaYdyiOPYaegoe7" alt="" data-size="original"> |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| The competitor was not previously detected at one or several checkpoints | <img src="/files/yanbg1zonli9KAec0gLk" alt="" data-size="original"> |
| At least a number of previous checkpoints are missing                    | <img src="/files/bqJxpleyag6CybYFZ5aV" alt="" data-size="original"> |
| Some custom condition is not met                                         | <img src="/files/VQ5jHKz8vj6Ydw2Li51D" alt="" data-size="original"> |

{% hint style="info" %}
Note that most conditions assume that the passages will be integrated in the natural order. For example, if there is a segment time condition between a CP 1 and CP 2, and the CP 1 data is imported after that of CP 2, the times already integrated on the CP 2 will not be affected by the condition.
{% endhint %}

## Monitoring

When a passage is rejected due to a custom condition, its thumbnail displays the information like this:

<figure><img src="/files/nECkLneFtko5ecKaFDLN" alt="" width="136"><figcaption></figcaption></figure>

Information also found in the history of passages on the results form:

<figure><img src="/files/5i238wAwx3xewxh7baDr" alt="" width="232"><figcaption></figcaption></figure>


---

# 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/passage-conditions.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.
