> For the complete documentation index, see [llms.txt](https://wiki.mmorealms.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mmorealms.gg/pixelmon-wiki/general-guides.md).

# General Guides

Here you'll find all of the General Guides which players might find useful for certain mechanics and additions to our server.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🎨 <strong>Nickname &#x26; Colour Help</strong></td><td><a href="/pixelmon-wiki/general-guides/nickname-and-colour-help.md">Nickname &amp; Colour Help</a></td></tr><tr><td><strong>💲 Intro to Earning Pokecoins</strong></td><td><a href="/pixelmon-wiki/general-guides/intro-to-earning-pokecoins.md">Intro to Earning Pokecoins</a></td></tr><tr><td>💎 <strong>Intro to Earning Gems</strong></td><td><a href="/pixelmon-wiki/general-guides/intro-to-earning-gems.md">Intro to Earning Gems</a></td></tr><tr><td>🎭 <strong>Pokemon Forms and How to Change Them</strong></td><td><a href="/pixelmon-wiki/general-guides/pokemon-forms-and-how-to-change-them.md">Pokemon Forms and How to Change Them</a></td></tr><tr><td>🔴 <strong>Complete Guide to Pokeballs</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-guide-to-pokeballs.md">Complete Guide to Pokeballs</a></td></tr><tr><td>✨ <strong>A Complete Guide to Shinies</strong></td><td><a href="/pixelmon-wiki/general-guides/a-complete-guide-to-shinies.md">A Complete Guide to Shinies</a></td></tr><tr><td>🏇 <strong>Complete Overview of Riding Pokemon</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-of-riding-pokemon.md">Complete Overview of Riding Pokemon</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f389">🎉</span> <strong>A Complete Overview of Events</strong></td><td><a href="/pixelmon-wiki/general-guides/a-complete-overview-of-events.md">A Complete Overview of Events</a></td></tr><tr><td>🪨 <strong>Complete Overview of Fossils</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-of-fossils.md">Complete Overview of Fossils</a></td></tr><tr><td>🥚 <strong>Complete Overview of Breeding</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-of-breeding.md">Complete Overview of Breeding</a></td></tr><tr><td>🍒 <strong>Complete Overview of Berries</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-of-berries.md">Complete Overview of Berries</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4bf">💿</span> <strong>A Complete Guide to TMs</strong></td><td><a href="/pixelmon-wiki/general-guides/a-complete-guide-to-tms.md">A Complete Guide to TMs</a></td></tr><tr><td>🔎 <strong>Complete Overview to Hunts</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-to-hunts.md">Complete Overview to Hunts</a></td></tr><tr><td>🏉 <strong>A Complete Guide to Catch Combo</strong></td><td><a href="/pixelmon-wiki/general-guides/a-complete-guide-to-catch-combo.md">A Complete Guide to Catch Combo</a></td></tr><tr><td>💪 <strong>Complete Overview to NPC Gyms</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-to-npc-gyms.md">Complete Overview to NPC Gyms</a></td></tr><tr><td>🎣 <strong>Complete Overview of Fishing</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-overview-of-fishing.md">Complete Overview of Fishing</a></td></tr><tr><td>🪨 <strong>Complete Guide to Mega Pokemon</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-guide-to-mega-pokemon.md">Complete Guide to Mega Pokemon</a></td></tr><tr><td>💥 <strong>Complete Guide to Dynamax Pokemon</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-guide-to-dynamax-pokemon.md">Complete Guide to Dynamax Pokemon</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f536">🔶</span><strong>Complete Guide to Z-Moves</strong></td><td><a href="/pixelmon-wiki/general-guides/complete-guide-to-z-moves.md">Complete Guide to Z-Moves</a></td></tr><tr><td>🤝 <strong>A Complete Guide to Safetrade</strong></td><td><a href="/pixelmon-wiki/general-guides/a-complete-guide-to-safetrade.md">A Complete Guide to Safetrade</a></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.mmorealms.gg/pixelmon-wiki/general-guides.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.
