> 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/integrations-third-party-services/generic-interfaces.md).

# Generic interfaces

We're providing some data exchange interfaces for Wiclax, which you are free to use for your needs.\
The access and exchange protocols are documented, so all you need to do is develop your part of the service.\
These interfaces cover the following scenarios:

## Electronic acquisitions

You are developing your own RFID system and want to connect it to Wiclax. This is possible by adapting to the communication protocol described [here](https://wiclax.com/documents/Generic-acquisition-protocol-for-Wiclax.pdf).

## Passing cloud

You want to send some competitor passing data to the Wiclax online service from your own devices, or from a mobile application. Contact us for more details.

## Online registrations

You manage your own online registration platform and want to automatically retrieve participant data in Wiclax.\
We offer a simple API schema that can be easily implemented on your servers. Wiclax is ready to connect. Contact us for more details.

## Participant databases&#x20;

You are a sports federation and want to make it easier for timekeepers to register affiliated participants.\
We offer a secure method for accessing your database of individuals, allowing you to enter data into Wiclax by searching by name or license number. Contact us for more details.


---

# 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/integrations-third-party-services/generic-interfaces.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.
