> 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/autres-fonctionnalites/prize-money.md).

# Prize money

Les "prize money" correspondent à une attribution de primes à un instant T de la course, par exemple au passage du 3ème tour.

Ils se gèrent de manière similaire à un [classement annexe](/autres-fonctionnalites/classements-annexes.md), si ce n'est qu'on renseigne des grilles de prime plutôt que des points.

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

Exemple de grille de primes, préparé avant le passage des concurrents :&#x20;

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

Vous pouvez créer autant de sous-classements que désiré, même de manière improvisée pendant la course.

Les récipiendaires pourront être saisis manuellement, ou bien automatiquement sur la base d'un passage à un point intermédiaire ou à l'arrivée pour un tour en particulier.


---

# 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/autres-fonctionnalites/prize-money.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.
