# Part

## Number Of Parts

By combining up to 10 kinds of parts such as hairstyle, hair color, eye shadow, blush, glasses, earrings, tops, bottoms, shoes, bags, etc., you can create your own independent female character dress up.

| Part Name  | Number |
| ---------- | ------ |
| Hairstyle  | 19     |
| Hair Color | 20     |
| Foundation | 6      |
| Eye Shadow | 6      |
| Lipsticks  | 6      |
| Eyebrows   | 7      |
| Tops       | 34     |
| Underwear  | 17     |
| Shoes      | 20     |
| Bag        | 13     |
| Background | 47     |


---

# 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://whitepaper.powerofwomen.xyz/game-fi-systems/dress-up/part.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.
