# Album

Collect pets in the game and reach a certain number to obtain trainer titles, which increases the pet's combat power (ATK & HP) and rewards a certain number of pet boxes.

| Number of Pets in Album | Trainer Title        | Combat Power Increase |
| ----------------------- | -------------------- | --------------------- |
| 0                       | Practice Trainer     | 0%                    |
| 25                      | Skilled Trainer      | 5%                    |
| 50                      | Junior Trainer       | 10%                   |
| 75                      | Intermediate Trainer | 15%                   |
| 100                     | Advanced Trainer     | 20%                   |
| 125                     | Professional Trainer | 25%                   |
| 150                     | Expert Trainer       | 30%                   |
| 175                     | Mater Trainer        | 35%                   |
| 200                     | Legend Trainer       | 40%                   |
| 225                     | Trainer King         | 45%                   |
| 250+                    | Trainer King         | 50%                   |


---

# 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://litepaper.metamerge.xyz/other-systems/album.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.
