> 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/platform-features/player-cards.md).

# Player Cards

Player Cards can only enter the GameDay Squad ecosystem through opening [Player Packs](/gameday-squad/platform-features/player-card-packs.md). This means that every time a coach pulls a player from a pack, they are the first and sole owner of that individual Player Card. What can you do with your Player Cards? The decision is up to you. You might look to [sell](/gameday-squad/platform-features/transfer-market/selling-a-player-card.md) or [auction](/gameday-squad/platform-features/transfer-market/auction.md) them off on the [Transfer Market](broken://pages/7kLkl0w8vCoEqatVwwuB), you may find yourself [trading](/gameday-squad/platform-features/transfer-market/making-a-trade.md) them with another coach, you could choose to play your cards in your [active squad](broken://pages/iwJes0HCvgyXOPZN1AgM) in our round-by-round [competitions](broken://pages/lGR6iQbhsE3hFtACdPgX) or perhaps you just simply enjoy collecting your favourite players. At GameDay Squad we are always exploring ways to add utility to the Player Cards that coaches own, even beyond retirement - Stay tuned!\
\
In the event that player cards have retired, been delisted, moved to overseas competitions, been placed in reserves/lower league competitions or any other player movement that results in the player card no longer participating in GameDay Squad competitions but later returns to competitions, the player card will simply return to GameDay Squad player card packs and all existing cards will be able to be used in competition.&#x20;

Player Cards consist of:&#x20;

*Team colour*

*Player's name*

*Player's number (Aussie Rules, Basketball, Women's Aussie Rules, IND Cricket, AUS Cricket, Global Cricket Championship player cards only)*

*Score multiplier*

*Card rarity*

*Player's position*&#x20;

*Serial number*

*Current & historical statistics*


---

# 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/platform-features/player-cards.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.
