# PokéBuilder

Upgrade and modify your Pokémon using ![:battle\_point:](https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56)**Battle Points** in the `/pokebuilder` menu. ![:battle\_point:](https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56)**Battle Points** can be earned from [Raids](/features/battling/raids.md), [Gyms](/features/battling/player-gyms.md), [WorldBosses](/features/battling/world-bosses.md), and the [Battle Tower](/features/battling/battle-tower.md).

{% hint style="danger" %}
Pokémon modified with PokéBuilder will be permanently neutered!
{% endhint %}

<figure><img src="/files/Lc3knn9vP7BwpBN7SInp" alt="" width="401"><figcaption></figcaption></figure>

<table><thead><tr><th width="170" align="center">Modifier</th><th width="170" align="center">Cost</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">Ability Capsule</td><td align="center"> <img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">50</td><td align="center">Changes your Pokémon's ability to it's alternate standard ability</td></tr><tr><td align="center">Ability Patch</td><td align="center"> <img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">500</td><td align="center">Changes your Pokémon's ability to it's hidden ability</td></tr><tr><td align="center">Nature</td><td align="center"> <img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">25</td><td align="center">Changes your Pokémon's nature</td></tr><tr><td align="center">Bronze Bottle Cap</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">300 (set to 0)<br><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">10 (reduce by 1)</td><td align="center">Reduces your Pokémon's IV stats</td></tr><tr><td align="center">Silver Bottle Cap</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">300</td><td align="center">Increases your Pokémon's IV stats to 31</td></tr><tr><td align="center">Gold Bottle Cap</td><td align="center"> <img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:">1,500</td><td align="center">Maxes out your Pokémon's IV stats</td></tr></tbody></table>


---

# 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/pokemon/pokebuilder.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.
