> 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/networking/entering-competitors.md).

# Entering competitors

Wiclax allows you to outsource registration data entry via the network. This is an ideal solution for managing registrations on site or for handing out bibs. However, it is not an alternative to an online registration platform for the days leading up to the event.

Simply activate the feature and any device connected to your local network will be able to open the web entry page.

<figure><img src="/files/8BLWAdysz3DnM18LJAwB" alt="" width="413"><figcaption></figcaption></figure>

Le menu donne l'adresse à rentrer dans un navigateur.

En naviguant vers cette adresse la page de gestion s'ouvre et permet de rechercher des informations sur les participants déjà inscrits, d'en engager de nouveaux ou de faire des modifications.

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

{% hint style="info" %}
The connection will work as long as the master Wiclax remains active, with the event file open. If this connection is broken, an information will be displayed on the remote page.
{% endhint %}

{% hint style="info" %}
Les données saisies sont intégrées immédiatement à l'épreuve, mais ne sont définitivement enregistrées que lors de l'enregistrement du fichier. L'activation de l'enregistrement automatique est donc recommandée.
{% endhint %}

## Through Internet

Si vous avez souscrit à l'option Services Web, la fonctionnalité peut devenir accessible depuis n'importe quel endroit.

En activant le service, vous obtenez un code d'accès qui permettra à un utilisateur de s'identifier à l'adresse `wiclax.com/participants` et ainsi de travailler sur les données de l'épreuve.

<figure><img src="/files/DxiuLf5TctpZ6USfkQzf" alt="" width="298"><figcaption></figcaption></figure>

Comme pour le mode local, la liaison fonctionnera tant que le Wiclax maître reste vivant.


---

# 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/networking/entering-competitors.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.
