> 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/serial-number.md).

# Serial Number

The # on your [Player Card](broken://pages/aKmx7sSgfCpD2LcPeANd) represents the number in which that [Player Card](/gameday-squad/platform-features/player-cards.md) was pulled from a [Player Pack](/gameday-squad/platform-features/player-card-packs.md). If you hold the #1 card it means that it was the very first card to be pulled from a pack! This serial number will remain tied to that player card as it changes hands when it is [sold](/gameday-squad/platform-features/transfer-market/selling-a-player-card.md) or [traded](/gameday-squad/platform-features/transfer-market/making-a-trade.md) on the [Transfer Market](broken://pages/7kLkl0w8vCoEqatVwwuB). The number after the "/" relates to the total number of cards that exist for that [rarity](/gameday-squad/platform-features/player-cards/rarity.md). It's important to note that the number of cards allocated to each [rarity](/gameday-squad/platform-features/player-cards/rarity.md) will remain the same throughout the lifetime of the cards. The number of cards per player for each level of [rarity](/gameday-squad/platform-features/player-cards/rarity.md) is as follows:\
\
Amount of player cards per rarity tiers for GameDay Squad Aussie Rules, Rugby League, Women's Aussie Rules, Basketball, AUS Cricket and Global Cricket Championship.

<table><thead><tr><th width="192">Rarity</th><th width="238.33333333333331">Scarcity</th><th data-hidden></th></tr></thead><tbody><tr><td>Bronze</td><td>Infinite </td><td></td></tr><tr><td>Silver</td><td>5000</td><td></td></tr><tr><td>Gold</td><td>2500</td><td></td></tr><tr><td>Platinum</td><td>500</td><td></td></tr><tr><td>Diamond</td><td>100</td><td></td></tr><tr><td>Legend</td><td>1</td><td></td></tr></tbody></table>

Amount of player cards per rarity tiers for GameDay Squad IND Cricket and Football.

<table><thead><tr><th width="192">Rarity</th><th width="238.33333333333331">Scarcity</th><th data-hidden></th></tr></thead><tbody><tr><td>Bronze</td><td>Infinite </td><td></td></tr><tr><td>Silver</td><td>25000</td><td></td></tr><tr><td>Gold</td><td>10000</td><td></td></tr><tr><td>Platinum</td><td>2500</td><td></td></tr><tr><td>Diamond</td><td>500</td><td></td></tr><tr><td>Legend</td><td>1</td><td></td></tr></tbody></table>


---

# 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/serial-number.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.
