> 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/presents.md).

# Presents

{% columns %}
{% column width="58.333333333333336%" %}
Presents are collectibles hidden around Spawn and other locations. Use `/presents` to view and search for available Presents.
{% endcolumn %}

{% column width="41.666666666666664%" %}

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

## Categories

<table><thead><tr><th width="160" align="center">Category</th><th width="160" align="center">Presents</th><th width="300" align="center">Rewards</th></tr></thead><tbody><tr><td align="center">Spawn</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> 2 Shiny Keys</td></tr><tr><td align="center">Safari</td><td align="center">50</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> 2 Shiny Keys<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Battle</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> Shiny Key<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Boss</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> Shiny Key<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Mossy Meadows</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> Shiny Key<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Murky Marsh</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> Shiny Key<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Arctic Tundra</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> Shiny Key <br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Scorched Sands</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> 2 Shiny Key<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> Cosmetic Key</td></tr><tr><td align="center">Twilight Cavern</td><td align="center">30</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460051059035869378.webp?size=40" alt=":keylight_blue:"> 2 Shiny Keys<br><img src="https://cdn.discordapp.com/emojis/1460051770200817748.webp?size=40" alt=":keyemerald:"> 2 Cosmetic Keys</td></tr></tbody></table>

<figure><img src="/files/77vztGv1uctcuBQgPVoh" alt="" width="375"><figcaption><p><em>Spawn Present</em></p></figcaption></figure>

## Present Locator

The **Present Locator** helps you track down a specific Present you’re missing. It can be obtained from the **Ultra Crate** with a **3%** drop chance.

<figure><img src="/files/xhzd10c2c684HKiq7zQn" alt="" width="291"><figcaption></figcaption></figure>

<figure><img src="/files/NTH05uVqUuLEGZ46GrFl" alt="" width="291"><figcaption></figcaption></figure>


---

# 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/presents.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.
