> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qwacks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Leaderboards

> Track and compare player scores.

export const Scope = ({children}) => <Info>
    <b>Scope:</b> {children}
  </Info>;

<Note>
  **Leaderboards are under development.** This page describes what's coming — full SDK support and
  ranking views are in progress.
</Note>

**Leaderboards** let you record player scores and read them back to show standings — a leaderboard
per metric you want to rank, such as high score, fastest time, or season points. When it ships, your
game will submit scores for the signed-in player and fetch standings through the SDK.

<Scope>leaderboards are defined per **game**.</Scope>
