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

# Bulbasaur

## Bulbasaur Spawn Locations (Cobblemon)

{% columns %}
{% column width="58.333333333333336%" %}
Bulbasaur spawns **ultra-rarely** on the ground in **Jungle** biomes, as long as it can see the sky, at **levels 5–32**.

<table><thead><tr><th width="139.3333740234375">Spawn Details</th><th></th></tr></thead><tbody><tr><td>Biomes</td><td>Jungle, Tropical Island</td></tr><tr><td>Conditions</td><td>Must be on natural grass blocks, sky must be visible</td></tr><tr><td>Time</td><td>Daylight</td></tr><tr><td>Rarity</td><td>Ultra-Rare</td></tr><tr><td>Levels</td><td>5-32</td></tr></tbody></table>
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/MmR1JQGrniHEEVvIdnVV" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### <img src="/files/S0an3xlQm1D1PxD5RNaL" alt="" data-size="line">  FAQ

<details>

<summary>Where does Bulbasaur spawn in Cobblemon?</summary>

Bulbasaur spawns ultra-rarely on ground in Jungle biomes, levels 5–32, only if the sky is visible.

</details>

<details>

<summary>What time of day is best to find Bulbasaur?</summary>

During the day, with a light level of 8–15.

</details>

<details>

<summary>Can Bulbasaur spawn underground?</summary>

No, it only spawns if it has sky visibility.

</details>

<h3 align="center"><a href="/pages/DjBdvBMD4iK1xTR6uivS"><img src="/files/MCndrUWlDjtOeKDs9uC1" alt="" data-size="line"></a></h3>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/DjBdvBMD4iK1xTR6uivS">#0002 · Ivysaur</a></td><td data-object-fit="contain"><a href="/files/gUjHVdekpkEhokKOoU6n">/files/gUjHVdekpkEhokKOoU6n</a></td></tr><tr><td><a href="/pages/PSDEOKtlzC9UO3x1K3Up">#0003 · Venusaur</a></td><td data-object-fit="contain"><a href="/files/Ekc8YgGPuXFc4iWPpt6C">/files/Ekc8YgGPuXFc4iWPpt6C</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.cobbletwo.com/pokedex/bulbasaur.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.
