> 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/main-interface.md).

# Main interface

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

## The main interface

### Startup screen <a href="#ecran-de-demarrage" id="ecran-de-demarrage"></a>

The Startup screen presents the most common tasks that can be performed when launching the software, such as opening one of the recently used events or creating a new event.

### Ribbon and main menu

The ribbon replaces the old menus and toolbars from previous versions of Wiclax. It allows more intuitive and hierarchical access to all the software's features, which are grouped by theme. The `[Alt]` key activates the ribbon keyboard shortcuts, double-clicking on the tabs frees up the space occupied by the ribbon.

The **main menu** opens by clicking on the software icon, at the top left of the ribbon. It lists the main actions that apply to event files.

By right-clicking on one of the buttons on the ribbon, you can add it to the always-visible shortcut bar at the top of the window.

### Quick search

A search box is always displayed in the title bar of the main window.

You can access it using the keyboard with shortcuts `Control + F` or `Control + P`.

In the first case it is used to search for a competitor, by name or bib number. Once found, you can quickly consult the summary of his information (registration data, results), tell if he has arrived or been timed somewhere, locate him in the active grid or even edit him in the registration or result entry forms.

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

Command search is very convenient because it allows you to perform a task without using the mouse or having to remember where it is located on the ribbon. For example, by typing `Control + P` and then 'po' you can immediately validate with enter to open the podiums.

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

And since the history is preserved, if you want to display the podiums again then Control + P and Enter will do the trick.


---

# 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/main-interface.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.
