# Pre-requisites

## Set up requirements checklist

* [ ] &#x20;A Web3 Wallet - You will use this to connect to the web app at [train.flock.io](https://train.flock.io)
* [ ] ETH on Base mainnet for gas fees
* [ ] gmFLOCK tokens which can be converted from \[LINK]

{% hint style="info" %}
After you've joined the platform, head over to our [discord server](https://discord.com/invite/ay8MnJCg2W). To access the developer channels, you can verify your wallet in the [#ai-arena-role](https://discord.com/channels/977200106531082240/1254731167543070831) channel.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.flock.io/flock-products/ai-arena/quickstart/pre-requisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
