> 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/it/inizia-con-wiclax/scarica-e-installazione.md).

# Scarica e installazione

L'utima version pubblica di Wiclax può essere scaricata dal sito [wiclax.com](https://www.wiclax.com/), a questo indirizzo : [Scarica](https://www.wiclax.com/#T%C3%A9l%C3%A9charger).

{% hint style="info" %}
Wiclax può essere installato sui PC dotati di una versione di Windows supportata da Microsoft, vale a dire Windows 10 e Windows 11.
{% endhint %}

{% hint style="info" %}
All'avvio di Wiclax, il messaggio qui sotto può comparire alla prima apertura.

![](https://2309109415-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMmAbOjoyl6NhBeeNtxJy%2Fuploads%2F0a4EvPIXHIKPJMdA592s%2Fimage.png?alt=media\&token=2fa8316c-8070-4ef5-9fdf-5e8df8f1936e)\
\
Si tratta del framework .net core 6 di Microsoft, necessario per far funzionare Wiclax. È necessario cliccare su `Sì` per avviare il download di questo componente aggiuntivo. La pagina <https://dotnet.microsoft.com/fr-fr/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x64-installer?cid=getdotnetcore> si apre e bisogna eseguire l'exe che viene scaricato automaticamente.
{% endhint %}

Per impostazione predefinita, il software funziona in versione di prova. La versione di prova permette di utilizzare quasi tutte le funzionalità di Wiclax senza restrizioni.

La principale limitazione della versione di prova riguarda il numero di partecipanti. Oltre i 20 partecipanti registrati, non è più possibile modificare i dati di classifica.


---

# 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/it/inizia-con-wiclax/scarica-e-installazione.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.
