> For the complete documentation index, see [llms.txt](https://docs.lazy.football/how-to-lazy-football/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lazy.football/how-to-lazy-football/how-to-play-lazy-football.md).

# How to Play Lazy Football

## Official Guide to [Lazy Football](https://lazy.football/)​

***

## Join Lazy Football at: [app.lazy.football/](https://app.lazy.football/)

***

## Useful Links

* [Official website](https://lazy.football/)
* [X](https://x.com/LazyFootballApp)
* [Discord](https://discord.com/invite/lazyfootball)

***

## Contents

1. [What is Lazy Football? ](/how-to-lazy-football/what-is-lazy-football.md)
2. [Creating a Team in Lazy Football ](/how-to-lazy-football/creating-team.md)
3. [Player Skills & Power in Lazy Football](/how-to-lazy-football/player-skills-and-power.md)
4. [First Steps in Playing Lazy Football](/how-to-lazy-football/first-steps.md)
5. [Development of Infrastructure in Lazy Football](/how-to-lazy-football/infrastructure.md)
6. [NFTs and Buildings](/how-to-lazy-football/nfts-and-buildings.md)\
   6.1. [Office: Team Management Center in Lazy Football](/how-to-lazy-football/nfts-and-buildings/office.md)\
   6.2. [Training Center: Improving Players' Skills](/how-to-lazy-football/nfts-and-buildings/training-center.md)\
   6.3. [Fitness Center: Player Recovery](/how-to-lazy-football/nfts-and-buildings/fitness-center.md)\
   6.4. [Youth Academy: Development of Young Talents](/how-to-lazy-football/nfts-and-buildings/youth-academy.md)\
   6.5. [Medical Center: Player Health and Safety](/how-to-lazy-football/nfts-and-buildings/medical-center.md)\
   6.6. [Stadium: Center of Profit and Popularity in Lazy Football](/how-to-lazy-football/nfts-and-buildings/stadium.md)
7. [Web3 Wallet in Lazy Football](/how-to-lazy-football/web3-wallet.md)
8. [Lazy Football Game Economy](/how-to-lazy-football/game-economy.md)
9. [Market in Lazy Football](/how-to-lazy-football/market.md)\
   9.1. [Market: Players ](/how-to-lazy-football/market/players.md)\
   9.2. [Market: Packs](/how-to-lazy-football/market/packs.md)\
   &#x20;       9.2.1. [Limited Pack Drops](/how-to-lazy-football/market/packs/9.2.1-limited-pack-drops-archive.md)\
   9.3. [Market: NFTs](/how-to-lazy-football/market/nfts.md)
10. [Managing NFTs in Lazy Football](/how-to-lazy-football/managing-nfts.md)\
    10.1. [Lazy Staff: Main Game NFT Collection in Lazy Football ](/how-to-lazy-football/managing-nfts/lazy-staff.md)\
    10.2. [Lazy Alpha: Genesis Collection in Lazy Football ](/how-to-lazy-football/managing-nfts/11.2.-lazy-alpha.md)\
    10.3. [Lazy Boxes: Special NFTs with Gems in Lazy Football](/how-to-lazy-football/managing-nfts/11.3.-lazy-boxes.md)
11. [Scout Insights: Crafting a Player](/how-to-lazy-football/scout-insights.md)
12. [Tournaments in Lazy Football](/how-to-lazy-football/tournaments-in-lazy-football.md)\
    12.1. [Regional Leagues: Gateway to the Elite](/how-to-lazy-football/tournaments-in-lazy-football/regional-leagues.md)\
    12.2. [Amateur Conference: Pathway to Regional Leagues](/how-to-lazy-football/tournaments-in-lazy-football/amateur-conference.md)\
    12.3. [Champions League: The Pinnacle of Club Competition](/how-to-lazy-football/tournaments-in-lazy-football/champoins-league.md)\
    12.4. [Contenders League: Gateway to Greatness](/how-to-lazy-football/tournaments-in-lazy-football/contenders-league.md)\
    12.5. [Friendlies: Practice, Compete, Connect](/how-to-lazy-football/tournaments-in-lazy-football/friendlies.md)
13. [Unions in Lazy Football: Community and Competition ](/how-to-lazy-football/unions.md)
14. [Match Simulation and Roster](/how-to-lazy-football/match-simulation-and-roaster.md)
15. [Match Visualization & Replay in Lazy Football](/how-to-lazy-football/match-visualization.md)
16. [Season Start in Lazy Football](/how-to-lazy-football/16.-season-start-in-lazy-football.md)


---

# 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.lazy.football/how-to-lazy-football/how-to-play-lazy-football.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.
