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

# Rarity

In GameDay Squad, every player has 6 variations of their [Player Card](broken://pages/aKmx7sSgfCpD2LcPeANd), each with an ascending level of rarity. The rarer the card, the higher the [score multiplier](/gameday-squad/platform-features/player-cards/player-score-multiplier-psm.md) - meaning they receive an additional bonus to their standard [score.](broken://pages/s46GMThczMSGvoL7FW4y) Each player has exactly the same amount of standard [Player Cards ](broken://pages/aKmx7sSgfCpD2LcPeANd)as any other player.

The 6 rarities, scarcities and multipliers of [Player Cards](broken://pages/aKmx7sSgfCpD2LcPeANd) are as follows:

Bronze:

<figure><img src="/files/yAHTPaJzPy9fVQBr4nwU" alt=""><figcaption></figcaption></figure>

Silver:

<figure><img src="/files/z5tpWPiKtixjGlyzoeRi" alt=""><figcaption></figcaption></figure>

Gold:

<figure><img src="/files/WH06Pt7fgAOx0AgEKDZK" alt=""><figcaption></figcaption></figure>

Platinum:

<figure><img src="/files/m6Uy7vKdIi9CYcajh4H7" alt=""><figcaption></figcaption></figure>

Diamond:

<figure><img src="/files/ZKARTPOGP4YzS2WhZLna" alt=""><figcaption></figcaption></figure>

Legend:

<figure><img src="/files/o4uq8RppRbTk9ADxgRy8" alt=""><figcaption></figcaption></figure>


---

# 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/rarity.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.
