> For the complete documentation index, see [llms.txt](https://gymleaderdocs.lumitylabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gymleaderdocs.lumitylabs.com/introduction/readme.md).

# Welcome to GymLeader

{% embed url="<https://www.youtube.com/watch?v=AwelMLjpMAk>" %}

### Become a Pokémon Master

**GymLeader** transforms how you use your cards. It allows you to build your own custom gym, a place where your physical collection comes to life through AI agents. You manage your team, interact with your Pokémon, and fight unique battles against leaders worldwide, earning exclusive badges that immortalize your victories.

✨ **Unique Battle Experiences**

> Forget rigid buttons like "Attack" or "Thunderbolt". In Gym Leader, you use Natural Language to command your team, just like in the anime. The AI understands your strategy, making every battle unique.

🛡️ **Limitless, wear-free interaction**

> Your Pokémon cards obtained from CollectorCrypt or Beezie remain safe. Simply connect your wallet to import your assets instantly. You get the full utility of your Gym without ever risking a scratch on the physical slab.

🤝 **Social Immersion & Market Movement**

> Collecting shouldn't be lonely. In GymLeader, every battle is an opportunity to meet other Leaders and see their teams in action. It’s a natural way to discover new cards you didn't know, learn strategies, and connect with collectors worldwide.

{% hint style="success" %}
We are building more than a game; we are creating an environment of new experiences for collectors.
{% 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://gymleaderdocs.lumitylabs.com/introduction/readme.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.
