# Avatar Manager

Avatar management in a poker game involves the handling and customization of player avatars, which are graphical representations of players within the game. Effective avatar management can enhance the user experience by allowing players to personalize their in-game identity.

Navigate to **Primary** **Setting** -> **Avatar** **Management**

As an Admin, you need to upload your personalized avatars by providing a name and images in PNG format. The recommended size is 512x512 or a 1:1 ratio.

This system offers two types of avatars, making it more dynamic and providing a personalized experience.

**Admin-Provided Avatars**\
The game admin or developer provides a set of predefined avatars from which players can choose. These avatars are designed to ensure consistency and appropriateness within the game environment.

**User-Uploaded Avatars**\
Players have the option to upload their own images to use as avatars. This allows for greater personalization and self-expression.

Avatar management in a poker game can significantly enhance player experience through both admin-provided and user-uploaded options. Admin-provided avatars ensure consistency and ease of use, while user-uploaded avatars offer personalization and increased engagement.


---

# 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://framework.pokerscript.net/quickstart-guide/avatar-manager.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.
