> 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/es/empezando-con-wiclax/descarga-e-instalacion.md).

# Descarga e instalación

La última versión pública de Wiclax puede descargarse del sitio web wiclax.com en esta dirección: [Descargar](https://www.wiclax.com/#Descargar).

{% hint style="info" %}
Wiclax puede instalarse en ordenadores con una versión de Windows soportada por Microsoft. Entre ellas se incluyen Windows 10 y Windows 11.
{% endhint %}

{% hint style="info" %}
Cuando se inicia Wiclax, puede aparecer el siguiente mensaje la primera vez que se abre.

![](https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FFCBt6e34e09RmSttCzRq%2Fimage.png?alt=media\&token=4bff71c0-a0cc-49b9-978c-592925d6e43c)\
Se trata del framework .net core 6 de Microsoft, necesario para ejecutar Wiclax. Haga clic en Sí para iniciar la descarga de este complemento. Se abrirá la página <https://dotnet.microsoft.com/fr-fr/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x64-installer?cid=getdotnetcore> y deberá ejecutar el archivo exe, que se descarga automáticamente.
{% endhint %}

El software funciona por defecto como versión de prueba. La versión de prueba le permite utilizar casi todas las funciones de Wiclax sin restricciones.

La principal restricción de la versión de prueba se refiere al número de competidores. Más allá de 25 competidores registrados, ya no es posible modificar los datos de la clasificación.


---

# 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/es/empezando-con-wiclax/descarga-e-instalacion.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.
