> For the complete documentation index, see [llms.txt](https://whitepaper.soccerarena.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.soccerarena.io/gameplay.md).

# Gameplay

- [Manager](https://whitepaper.soccerarena.io/gameplay/manager.md): Prove that you are the best manager! Level up by participating in competitions and winning matches to become the best manager, earning rewards for that experience.
- [Teams](https://whitepaper.soccerarena.io/gameplay/teams.md): Build your own team to be able to join competitions.
- [Players](https://whitepaper.soccerarena.io/gameplay/players.md): Mint or trade them to build your Team. The building blocks from which teams will be created, allowing you to compete against other users in different competitions.
- [Stadiums](https://whitepaper.soccerarena.io/gameplay/stadiums.md): Stadium owners will be able to organize competitions and earn Tokens just for that. They can also receive rewards lending to users who need them. Their total supply is limited.
- [Youth Academy](https://whitepaper.soccerarena.io/gameplay/youth-academy.md): Soccer stars are born in youth academies. Their total supply is limited.
- [Items & Training Arena](https://whitepaper.soccerarena.io/gameplay/items-and-training-arena.md): Customize, improve and boost your team and players.
- [Competitions](https://whitepaper.soccerarena.io/gameplay/competitions.md): Enjoy playing and winning in different competitions.
- [Leagues](https://whitepaper.soccerarena.io/gameplay/competitions/leagues.md): Be a top soccer manager! Take a soccer team to the top, test your management skills, build your top eleven and join a league to play a season. Top teams will be invited to SACL.
- [Cups](https://whitepaper.soccerarena.io/gameplay/competitions/cups.md): Join cups to play against other Managers and earn experience and rewards.
- [Tournaments](https://whitepaper.soccerarena.io/gameplay/competitions/tournaments.md): There are 4 free tournaments in which you can only win, with no cost to join them.
- [One-to-one](https://whitepaper.soccerarena.io/gameplay/competitions/one-to-one.md): Test your team by facing off against a team of your choice. Play against your friends and show who has the best team of you all.
- [Gameplay](https://whitepaper.soccerarena.io/gameplay/gameplay.md)
- [Ranking](https://whitepaper.soccerarena.io/gameplay/ranking.md): Be at the summit of soccer and earn prizes.
- [Earn](https://whitepaper.soccerarena.io/gameplay/earn.md): Different ways to earn profit and tokens in Soccer Arena


---

# 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://whitepaper.soccerarena.io/gameplay.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.
