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

# Pokémon Spawning

Each individual pokémon has a specific 'rarity' attached to it. Listed below, are the chances of each rarity spawning:

* **Common** : 93.8%
* **Uncommon** : 5%
* **Rare** : 1%
* **Ultra Rare**: 0.2%

You can use /checkspawn (Rarity) to display the list of pokemon in that specific rarity bracket, depending on where you are standing.\
For example, **/checkspawn common** in a **Plains biome**, will list all of the common spawns in that biome, relevant to where you are standing.

{% content-ref url="/pages/ABgH5hvwQAjxdORmk3qS" %}
[Custom Spawns](/pokemon-spawning/custom-spawns.md)
{% endcontent-ref %}

{% content-ref url="/pages/xf0UTt7ObZ8ND5crYaRI" %}
[Legendary Spawns](/pokemon-spawning/legendary-spawns.md)
{% endcontent-ref %}

{% content-ref url="/pages/ifKmi9NrLA5lPWlEYhKK" %}
[Cobblemon Spawns](/pokemon-spawning/cobblemon-spawns.md)
{% endcontent-ref %}


---

# 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:

```
GET https://wiki.pokehub.org/pokemon-spawning.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.
