# Bingo

Bingo is a Pokémon-catching challenge tracked on a Bingo card in the `/bingo` menu. Catch the Pokémon shown on the card to mark squares as complete. Rewards are earned for the **first five-in-a-row** completed (horizontal, vertical, or diagonal), and again for **completing the entire card**. You can refresh your current card at any time with `/bingo reset`.

<figure><img src="/files/KvjqY5RXWBUP0ITJIqJb" alt="" width="286"><figcaption></figcaption></figure>

## Daily Refresh Limits <a href="#daily-refresh-limits" id="daily-refresh-limits"></a>

Certain **Crown Ranks** can refresh a limited number of squares each day by clicking a square.

<table><thead><tr><th width="120.00006103515625" align="center">Rank</th><th width="120" align="center">Daily Refreshes</th></tr></thead><tbody><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1377070066599989308.webp?size=128" alt=":crown_2:"> Platinum</td><td align="center">+1</td></tr><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1377070077744255058.webp?size=128" alt=":crown_3:"> Diamond</td><td align="center">+1</td></tr><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1377070087827357796.webp?size=128" alt=":crown_4:"> Emerald</td><td align="center">+2</td></tr></tbody></table>

## Completion Rewards

{% tabs %}
{% tab title="Single Line" %}

|                                                    Reward                                                   | Chance |
| :---------------------------------------------------------------------------------------------------------: | :----: |
| ![:cosmetics:](https://cdn.discordapp.com/emojis/1169443883965493268.webp?size=128) Random Gambler Cosmetic |  0.6%  |
|      ![:masterball\~1:](https://cdn.discordapp.com/emojis/1169444029080027196.webp?size=40) Master Ball     |  1.2%  |
|    ![:parkball:](https://cdn.discordapp.com/emojis/1169444055416057856.webp?size=96) Random Shiny Pokémon   |   2%   |
|         ![:golden\_shovel:](https://cdn.discordapp.com/emojis/1459657017139527983.webp?size=40)1.5k         |   7%   |
|  ![:rare\_candy:](https://cdn.discordapp.com/emojis/1459656844875399340.webp?size=40) 10 to 15 Rare Candies |   9%   |
|                                         5 to 10 Random Exp. Candies                                         |   14%  |
|                                            Random Evolution Stone                                           |   7%   |
|                                            Random Evolution Item                                            |   7%   |
|                                         Random Pokémon Size Voucher                                         |   1%   |
|             ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)15k            |   7%   |
|             ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)10k            |   14%  |
|             ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)5k             |   28%  |
|                                                 {% endtab %}                                                |        |

{% tab title="Full Card" %}

|                                                  Reward                                                  | Chance |
| :------------------------------------------------------------------------------------------------------: | :----: |
| ![:parkball:](https://cdn.discordapp.com/emojis/1169444055416057856.webp?size=96) Random Shiny Legendary |   2%   |
|    ![:parkball:](https://cdn.discordapp.com/emojis/1169444055416057856.webp?size=96) Random Legendary    |   4%   |
|                                         XXS Pokémon Size Voucher                                         |   1%   |
|                                         XXXL Pokémon Size Voucher                                        |   1%   |
|     ![:keyemerald:](https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40) Cosmetic Key     |   4%   |
|           ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)150k          |   10%  |
|           ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)100k          |   26%  |
|           ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)75k           |   51%  |
|                                               {% endtab %}                                               |        |
|                                               {% endtabs %}                                              |        |


---

# 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.apexcobblemon.com/features/player/bingo.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.
