# Player ID

The Player ID serves as the unique identifier for each player within the Supercharge platform. It enables the system to track individual progress, participation, and engagement across various community activities. Each Player ID connects to a personalized profile where players’ achievements, level, and collected experience points (EXP) are displayed. The Player ID also supports tracking participation in events, missions, and interactions within the community, facilitating seamless continuity across game-like experiences. Through the Player ID, community managers and creators can monitor player growth, tailor experiences based on engagement data, and reward active contributors, fostering a dynamic, immersive environment.


---

# Agent Instructions: 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:

```
GET https://docs.superchar.xyz/blocks/playerid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
