> 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/otras-caracteristicas/variables-de-evento.md).

# Variables de evento

Las variables de evento son datos que puedes declarar libremente y luego utilizar:

* en una plantilla de impresión
* en una exportación de datos personalizada
* en una [fórmula de cálculo](/es/otras-caracteristicas/campos-calculados.md)

En los dos primeros casos, será posible definir modelos de impresión o exportación reutilizables, independientemente del evento.

De manera más general, estas variables permiten definir datos a nivel de carrera que no son gestionados de forma nativa por Wiclax, por ejemplo la temperatura del aire, el nombre del árbitro asistente, etc.

Para acceder a la entrada: Pestaña Variables de la ventana de opciones del evento o buscar el comando (`control + p`).

<figure><img src="https://4067006912-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtANROPE4RnaYJQvld3f4%2Fuploads%2FJ2LhkXCskMKicPKKPGTn%2Fimage.png?alt=media&amp;token=5f1ad33f-fa5f-4715-9c24-8f9a337a863c" alt=""><figcaption></figcaption></figure>

El `nombre` de una variable también será su identificador cuando se solicita para una exportación/impresión/fórmula.

Se puede replicar el mismo nombre para proporcionar distintos valores a la misma variable según la raza. La cuadrícula se puede agrupar en la columna de nombre para facilitar la revisión de las variables existentes.

En el caso de una carrera por etapas, cada variable puede igualmente tomar un nuevo valor para cada una de las etapas, siempre duplicando las filas.

{% hint style="info" %}
El botón `Copiar` le permite duplicar una fila variable para todas las carreras del evento.
{% 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/es/otras-caracteristicas/variables-de-evento.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.
