> 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/getting-started/download-and-install.md).

# Download and install

The latest public version of Wiclax can be downloaded from the [wiclax.com](https://www.wiclax.com/) website at this address: [download](https://www.wiclax.com/#Download).

{% hint style="info" %}
Wiclax can be installed on PCs equipped with a version of Windows supported by Microsoft. Namely Windows 10 and Windows 11.
{% endhint %}

{% hint style="info" %}
When launching Wiclax, the following message may be displayed the first time you open it.
{% endhint %}

<figure><img src="/files/8WvEJ3Gr4t8bJgp5WBny" alt="" width="464"><figcaption></figcaption></figure>

{% hint style="info" %}
This is Microsoft's .net core 6 framework that is required to run Wiclax. You must click Yes to start downloading this add-in. The <https://dotnet.microsoft.com/fr-fr/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x64-installer?cid=getdotnetcore> page opens and you have to launch the exe which is downloaded automatically.
{% endhint %}

By default, the software runs on a trial basis. The trial version allows you to use almost all of Wiclax's features without restriction.

The main restriction concerns the number of competitors. Beyond 20 registered competitors, it is no longer possible to change the ranking data.


---

# 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/getting-started/download-and-install.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.
