# Bosses

| Boss Name  | Description                                                                                                                            |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| King Croc  | A giant crocodile with powerful jaws and tough skin. It's the first boss that players encounter in the game.                           |
| Stormbird  | A massive bird with sharp talons and powerful winds. It can create thunderstorms that can stun players.                                |
| Fire Drake | A dragon that breathes fire and has razor-sharp claws. It can fly and shoot fireballs from the air.                                    |
| Nightshade | A stealthy ninja with the power of darkness. It can become invisible and strike players from the shadows.                              |
| Dreadmaw   | A giant serpent that lives in the depths of the underworld. It can constrict players with its powerful coils and shoot venomous fangs. |

## Second part:

| Boss Name     | Description                                                          | Unique Abilities                                                                       |
| ------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| Bobcat        | A fierce feline with sharp claws and lightning-fast reflexes.        | Can pounce from a distance and create shockwaves by stomping the ground.               |
| Giant Spider  | A massive arachnid with venomous fangs and the ability to spin webs. | Can trap players in webs, shoot venomous projectiles, and crawl on walls and ceilings. |
| Swamp Monster | A lumbering, mud-covered beast with enormous strength.               | Can charge and smash into players, throw boulders, and create shockwaves.              |
| Snow Yeti     | A hulking, hairy creature adapted to life in the coldest climates.   | Can throw snowballs, create blizzards, and pummel players with icy fists.              |

{% hint style="info" %}
Capy Pals is currently under development, so the content of the technical documentation may change in the future.
{% endhint %}


---

# 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://capy-pals.gitbook.io/product-docs/overview/game-world/bosses.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.
