> 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/it/inizia-con-wiclax/glossario.md).

# Glossario

## Evento

Un evento è un insieme di gare/prove gestite in un file univoco.

Può consistere in una o più gare ed essere organizzato in una o più tappe.

L'elenco dei partecipanti è globale all'evento, a ogni partecipante viene assegnata una gara.

## Gara

La gara è l'elemento cardinale della struttura di un evento.

Dichiarare più gare su un evento consente di dividere in modo naturale le prove che saranno gestiti nello stesso file Wiclax. Ogni gara genera la propria classifica indipendente dalle altre gare. Ogni gara può essere personalizzata con i propri parametri.

Esempio di un evento che si svolge durante un fine settimana: l'evento può contenere un chilometro verticale il sabato e diverse gare trail la domenica.

{% hint style="success" %}
**Quando creare alcune gare?**

La divisione in gare entra in gioco nel momento in cui alcuni concorrenti&#x20;

* devono essere classificati indipendentemente dagli altri gruppi
* e/o non percorrono lo stesso percorso o la stessa distanza, hanno un numero diverso di giri da effettuare

Al contrario, la classifica delle aziende, ad esempio, non è una gara a sé stante e sarà ottenuta semplicemente utilizzando un filtro.
{% endhint %}

{% hint style="info" %}
Se l'evento consiste in una sola prova, non è necessario creare una gara. La gestione sarà semplificata poiché i partecipanti non devono essere associati a una gara.
{% endhint %}

{% hint style="info" %}
A ciascun partecipante all'evento viene assegnata una e una sola gara, anche se l'evento si compone di più tappe.
{% endhint %}

## Gara focus

Quando in un dato momento si svolge solo una gara dell'evento, ovvero tutte le gare si svolgono una dopo l'altra, è possibile attivare lo stato di gara 'focus'.

La designazione di questa gara di riferimento inciderà, ad esempio, sull'acquisizione di un segnale di partenza e sui dati visualizzati sulle schermate live, che possono essere impostate per reagire al cambio di gara di riferimento.

## Numeri di pettorale

Il numero di pettorale è un identificativo **numerico**, **univoco**, assegnato a ciascun concorrente. È generalmente identico al numero indossato dagli atleti.

Nel caso in cui non fosse possibile rispettare l'unicità (2 gare della manifestazione utilizzano lo stesso range di pettorali) oppure i pettorali indossati non fossero numerici, è possibile utilizzare in aggiunta i dati del pettorale reale.

## Tappe

Un evento può essere costituito da più tappe.

Unlike [races](#race), a participant can belong to several stages.

A [general classification](#general-classification) after each stage can be computed and displayed.

Depending on the sport involved, the wording used to designate a stage can be customized for a better fit. For example **Heat** or **Round**. In the documentation remember we're trying to stick to *stage* most of the time.

<details>

<summary>Dependent and independent stages</summary>

We speak of dependent stages when a competitor can only start a stage if he has finished the previous stage. This is the case of a cycling event like the Tour de France for example.

In the case of dependent stages, competitors are automatically associated with all stages, whether they are starters or not. For independent stages, it is possible to associate them with all or part of the stages (at least one).

</details>

## Tappa attiva

When an event has multiple stages, one of them is designated as the active stage. Symbolized by a green circle on the control to navigate between stages.

The active step primarily dictates which stage results acquisitions will be integrated into by default, as well as the origin of the data displayed on Live screens.

It also triggers warnings in case you try to modify - perhaps accidentally - data from another stage.

## Classifica generale

A general classification, or general ranking, is a ranking obtained by aggregating results from several stages. It's computed by default over the sum of times, but can be adapted to deal with different criteria like a best time, the overall distance, ...

As it always refer to a stage race context in Wiclax, it should never be confused with a kind of 'overall' ranking simply made from a regular race results.

## Acquisizione

Un'acquisizione rappresenta un mezzo per integrare alcuni passaggi, vale a dire un atleta rilevato in un certo luogo e in un certo momento.

Le acquisizioni possono essere di vario tipo:

* collegamento ad un dispositivo di cronometraggio elettronico (RFID)
* importazione regolare di file
* connessione a un servizio cloud
* collegamento con software di terze parti - middleware tra Wiclax e alcuni dispositivi elettronici

## Categorie

Categories are the age or level groups that can be associated with competitors. The reference dictionary for an event - usually from a federation's official categories - allows automatic assignment to athletes based on their gender and age.

Wiclax allows the definition of 2 levels of categories, for example an age category and another level category. A competitor can be classified as *Senior* and *Elite* for example.

Le categorie vengono utilizzate per creare le classifiche di categoria e i podi.

## Intermediate splits

An intermediate split point corresponds to a timed point on the course, somewhere between the start and the finish.

The splits are declared globally for the event, but it is possible to associate them or not with the different races. For example, a split point can be common to several races and in this case does not need to be declared several times.

{% hint style="info" %}
A logical split declared in the event is not always the equivalent of the physical location. For example, if the route passes the same location twice, it's a unique physical location and probably a single acquisition, but in the event it will be necessary to declare 2 separate split points.
{% endhint %}

{% hint style="info" %}
In the case of a **lap race** the increment of the lap number happens through successive passings through the finish line. Thus an intermediate split will rather represent a point of the track, through which competitors have to pass at each lap.
{% endhint %}

## Segments

A segment is a race section defined by its start and its end as timed locations. Between start and an intermediate split points, between 2 intermediate split points or between an intermediate split points and the finish line.

It can be for example: the swimming trial in a triathlon, a non timed transition between 2 climbs, a section of a circuit track.

## Campionato

Un campionato, o trofeo, consente di sommare i risultati di diversi eventi indipendenti, che generalmente si svolgono in date diverse.

Molto spesso per il calcolo della classifica finale viene utilizzato un sistema di assegnazione di punti.


---

# 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/it/inizia-con-wiclax/glossario.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.
