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

# Export

Wiclax can export your data directly in different formats:&#x20;

<figure><img src="/files/YOcvMc1KylM8z6Rq6cjp" alt="" width="563"><figcaption></figcaption></figure>

Note the Excel and PDF options which are the most common.

The Other formats menu also offers a series of specific formats which adapt to the requirements of certain federations, such as the ITRA for trail running or UCI for cycling races.

## Main export

<figure><img src="/files/TAP7m2Sra6qtXkfRgJ0Q" alt="" width="563"><figcaption></figcaption></figure>

Whatever the format requested, the dialog that opens allows you to select what you want to export. By default, the current grid, or a selection of participant lists and rankings.

In the context of a **stage race**, it will be possible to request the export of the same selection for all stages in a single operation.

{% hint style="info" %}
A multiple selection targeting Excel will generate a single workbook, with the different grids in separate spreadsheets.
{% endhint %}

## Custom exports

Wiclax can generate files in a format that you have defined yourself. To create a custom format, go to the `Other formats / Open format definition` folder menu.

Here you will find some sample files that define an export format. Copy and edit one of these files to create your format. It will appear in the `Other Formats` menu as soon as the file exists in this folder.

Definition files should be written in XML format, and the definition file contains a reference of all options and variables that can be used. Please contact us if your needs require other data or options than those available.

Once defined, a custom export format can be enabled on demand or designated as the format to use for FTP uploads.

## Copy-paste

Remember that in some cases a simple copy and paste of a grid may be suitable for sending the data to Excel for example.

`Control+A` to select the whole rows, `Control+C` for copy.


---

# 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/export.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.
