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

# Candy Stacking

Each type of Exp. Candy can be used to increase experience points for your character or team, making it a valuable resource in progression. Crafting recipes allow you to convert smaller candies into larger ones, optimizing their use for desired growth outcomes in gameplay.

* Exp. Candy **XS** increases a Pokémon's experience by **100** when used.
* Exp. Candy **S** increases a Pokémon's experience by **800** when used.
* Exp. Candy **M** increases a Pokémon's experience by **3,000** when used.
* Exp. Candy **L** increases a Pokémon's experience by **10,000** when used.
* Exp. Candy **XL** increases a Pokémon's experience by **30,000** when used.

<table><thead><tr><th width="136">Exp. Candy</th><th width="346">Crafting Recipe</th><th>Ilustration</th></tr></thead><tbody><tr><td><img src="/files/Gdc0xZ060SG5YBGfKsKo" alt=""> <strong>XS</strong></td><td>-</td><td>-</td></tr><tr><td><img src="/files/GR8Ukuqt5sKydw6A6Fon" alt=""> <strong>S</strong></td><td>x8 Exp. Candy S (<img src="/files/3iPqacRtl9vtexJPletf" alt="">)</td><td><img src="/files/jfEx6EbGysYny8RgCMBb" alt="" data-size="original"></td></tr><tr><td><img src="/files/FpOA1by89vY4xQkzlJcJ" alt=""> <strong>M</strong></td><td>x3 Exp. Candy S (<img src="/files/EPM64GvQtFAwlUvAtJu9" alt="">)<br>x6 Exp. Candy XS (<img src="/files/fX4dtX68dJ0EMJgkk385" alt="">)</td><td><img src="/files/6qv4EsDIes7p8bntEjEH" alt="" data-size="original"></td></tr><tr><td><img src="/files/a7eaRZp8ThT4TzQD0TUD" alt=""> <strong>L</strong></td><td>x3 Exp. Candy M (<img src="/files/jHORTQx9khN4Ory8ZNbG" alt="">)<br>x1 Exp. Candy S (<img src="/files/pI4Mzh4Z5GMLhoosZJoO" alt="">)<br>x2 Exp. Candy XS (<img src="/files/k92EX4wxLTBw1BsMC9cM" alt="">)</td><td><img src="/files/fGhDefJUmc2KVjQADGiE" alt="" data-size="original"></td></tr><tr><td><img src="/files/aOhC62837TIeLNpqPxQQ" alt=""> <strong>XL</strong></td><td>x3 Exp. Candy L (<img src="/files/75Zr1BcaaoHIrLRWoo72" alt="">)<br></td><td><img src="/files/Gx70C2qIpOJBYVYhSnoa" alt="" data-size="original"></td></tr></tbody></table>


---

# 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.cobbletwo.com/features/qol/candy-stacking.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.
