> 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/key-information.md).

# Key Information

- [Official Links](https://gameday-squad.gitbook.io/gameday-squad/key-information/official-links.md): The official links for GameDay Squad.
- [Announcements](https://gameday-squad.gitbook.io/gameday-squad/key-information/announcements.md)
- [Terms & Conditions](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions.md)
- [GameDay Squad Terms](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-terms.md)
- [GameDay Squad Aussie Rules](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-aussie-rules.md): Official Game Rules for the 2026 GameDay Squad Aussie Rules Season
- [GameDay Squad Rugby League](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-rugby-league.md): Offical Game Rules for the 2026 GameDay Squad Rugby League Season
- [GameDay Squad Women's Aussie Rules](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-womens-aussie-rules.md): Offical Game Rules for the 2024 GameDay Squad Women's Aussie Rules Season
- [GameDay Squad Basketball](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-basketball.md): Offical Game Rules for the 2025 GameDay Squad Basketball Season
- [GameDay Squad Global Cricket Championship](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-global-cricket-championship.md): Offical Game Rules for the 2025 GameDay Squad Global Cricket Championship Season
- [GameDay Squad AUS Cricket](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-aus-cricket.md): Offical Game Rules for the 2025 GameDay Squad AUS Cricket Season
- [GameDay Squad IND Cricket](https://gameday-squad.gitbook.io/gameday-squad/key-information/terms-and-conditions/gameday-squad-ind-cricket.md): Offical Game Rules for the 2025 GameDay Squad IND Cricket Season
- [In Game Wallet (Deposits and Withdrawals)](https://gameday-squad.gitbook.io/gameday-squad/key-information/in-game-wallet-deposits-and-withdrawals.md): All things wallet-wise!
- [Deposit](https://gameday-squad.gitbook.io/gameday-squad/key-information/in-game-wallet-deposits-and-withdrawals/deposit.md)
- [Withdrawal](https://gameday-squad.gitbook.io/gameday-squad/key-information/in-game-wallet-deposits-and-withdrawals/withdrawal.md)
- [New Login - Password Reset](https://gameday-squad.gitbook.io/gameday-squad/key-information/new-login-password-reset.md)
- [Contact Us](https://gameday-squad.gitbook.io/gameday-squad/key-information/contact-us.md): Can't find an answer to a question you have? Or just want to tell us that we're doing a good job? Get in contact with us!


---

# 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/key-information.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.
