> 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/event-wizard.md).

# Event wizard

The Event Creation Wizard allows you to quickly initialize a new file with&#x20;

* the settings corresponding to a predefined competition type
* some data resulting from the choice of a sports federation, such as the official set of age groups

All in just 2 steps.

## Step 1

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

In the first step you can start by entering the name of the event, its organizer and its date.

Then the choice of discipline on the left gives access to a certain number of predefined race types. Don't panic if you don't find yours or if your event doesn't have a very standard format, you can always adapt the file settings when you exit the wizard or later.

In some cases, selecting generic criteria can also help you, as in this example where I want to create a running race that will be done in laps and as a time trial:&#x20;

<figure><img src="/files/PAJvkwih9ihMJKoje8yV" alt="" width="563"><figcaption></figcaption></figure>

The choice of the sports federation is important, it makes it possible to automatically retrieve the official categories, to assign the correct nationality code file, etc.

The federation you need is not yet present? Do not hesitate to let us know and we can add it to the list.

## Step 2

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

The second step of the wizard allows you to specify the most important characteristics of the competition according to its type. For example:&#x20;

* the number of laps to be completed or the duration of the race for a lap race
* the number and type of stages for a stage race
* the legs for a relay race

But also the general structure for the event:&#x20;

* the different races if there will be many
* the intermediate split points

From this point on you just have to click on `Create the event` and start working on the data.

{% hint style="info" %}
Good to know, don't forget the `New event from an existing event` feature. Even faster and more efficient if you have already managed the same or a similar test. The new file takes over all the settings of the old one, without the data.
{% endhint %}


---

# 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/event-wizard.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.
