# Álbum

Álbumes de Pokémon son una lista de coleccionista donde el entrenador debe capturar cierto tipo de Pokémon para ganar recompensas. Cada parte del álbum completada otorga una recompensa, y al completar el 100% de este álbum se desbloquea una recompensa aún mayor.

## 🕸️ Capturando para el álbum

Para capturar un Pokémon para el álbum, primero debes encontrarlo y capturarlo con una Pokébola. Los Pokémon obtenidos a través del GTS o intercambios no contarán. Una vez capturado, debes tomarle una foto usando el ítem [Cámara](https://pixelmonmod.com/wiki/Camera), y así contará para el álbum.

## 🔎 Comprobar álbum

Para verificar tu progreso en los álbumes activos, usa el comando /album y luego haz clic en el álbum que deseas verificar.

![Verificar album](/files/MjhCaTPzMwg1yCBpC3lv)

## 💰 Reclamar recompensa

Para reclamar una recompensa, debes ir a la página del álbum correspondiente y hacer clic en la skin que capturaste. Para la recompensa final, debes hacer clic en el ícono del cofre.

![Reclamar album](/files/YAYI0Y1IlqtW1edprfbg)

## 📋 Álbumes disponibles

|                            Álbum                           |                      Icono                     |
| :--------------------------------------------------------: | :--------------------------------------------: |
|         [Mimikyu](/pixelmon/album/album_mimikyu.md)        | ![Mimikyu Sprite](/files/BbQB12dW2KUDQP4VJhLB) |
| [Compañeros Navideños](/pixelmon/album/album_pixelfest.md) | ![Sylveon Sprite](/files/bObahQmhIVClV4b9xFU1) |
|                             ???                            |                       ???                      |


---

# 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://wiki.mundopixelnet.com/pixelmon/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.
