> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/player/bingo.md).

# Bingo

{% columns %}
{% column width="58.333333333333336%" %}
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 each completed **five-in-a-row** line, either horizontal, vertical, or diagonal, and again for **completing the entire card**.

You can refresh your current card at any time with `/bingo reset`.
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/Twoi5f5WftMd6c7W37Qr" alt=""><figcaption><p><em><code>/bingo</code> menu</em></p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

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

{% columns %}
{% column width="58.333333333333336%" %}
Certain [Crown Ranks](/features/player/badges/crown-ranks.md) can refresh a limited number of squares each day by clicking a square.
{% endcolumn %}

{% column width="41.666666666666664%" %}

<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/1377070056999096491.webp?size=40" alt=":crown_1:">20</td><td align="center">+1</td></tr><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1516704762718978078.webp?size=40" alt=":3_:">60</td><td align="center">+2</td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}

## Completion Rewards

Bingo has two reward types: **Single Line** rewards and **Full Card** rewards. Single Line rewards are earned once per completed line, allowing up to **12** Single Line rewards per card if every horizontal, vertical, and diagonal line is completed.

{% 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%   |
|                                            Size Modifier 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 Size Modifier                                            |   1%   |
|                                            XXXL Size Modifier                                            |   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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.apexcobblemon.com/features/player/bingo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
