> For the complete documentation index, see [llms.txt](https://gameday-squad.gitbook.io/gameday-squad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game.md).

# Learning The Game

- [Key Difference To Other Platforms](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/key-difference-to-other-platforms.md)
- [Squad Management](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/squad-management.md): Once you've opened your first packs, you’re ready to start building your squad!
- [Positions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/positions.md): Get in position!
- [Player Cards - Aussie Rules](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/player-cards-aussie-rules.md)
- [Scoring](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/scoring.md): Try's are worth more!
- [Rolling Lockouts](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/rolling-lockouts.md)
- [Emergency Style Scoring System](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/emergency-style-scoring-system.md)
- [Competitions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions.md): Something for everyone!
- [Learning About Our Competitions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/learning-about-our-competitions.md)
- [How the Salary Cap Works](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/how-the-salary-cap-works.md): GameDay Squad's unique salary cap system!
- [Standard Competitions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/standard-competitions.md)
- [Special Competition](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/special-competition.md)
- [Fantasy Bro's Sunday Showdown](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/special-competition/fantasy-bros-sunday-showdown.md)
- [Cup Competitions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions.md)
- [The 2026 Classic Cup](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup.md)
- [Week 1](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-1.md)
- [Week 2](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-2.md)
- [Week 3](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-3.md)
- [Week 4](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-4.md)
- [Week 5](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-5.md)
- [Week 6](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-6.md)
- [Week 7](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-7.md)
- [Week 8](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/week-8.md)
- [The Final](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-classic-cup/the-final.md)
- [The 2026 GDS Cup](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/cup-competitions/the-2026-gds-cup.md)
- [Finals Competitions](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/competitions/finals-competitions.md)
- [Common FAQ's](https://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game/common-faqs.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://gameday-squad.gitbook.io/gameday-squad/sports/aussie-rules/learning-the-game.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.
