> For the complete documentation index, see [llms.txt](https://poofyland.gitbook.io/poofyland/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://poofyland.gitbook.io/poofyland/poofies-and-their-elements.md).

# Poofies and their Elements

In the exciting world of Poofyland, players can choose from a plethora of delightful and colorful characters, each with their own distinct abilities and personalities. Recently, the Poofy characters have been classified into four unique elemental groups: aero, earth, pyro, and aqua.

The **Aero** Poofies specialize in manipulating the wind and air around them, allowing them to move with lightning-fast speed and fly high above their opponents. The **Terra** Poofies, on the other hand, are grounded creatures that can control the earth and its elements, allowing them to create walls and obstacles to protect themselves and their teammates.

The **Pyro** Poofies are masters of fire, capable of unleashing powerful flames and scorching their opponents with intense heat. They are a great choice for players who prefer a more aggressive and damaging playstyle. Lastly, the **Aqua** Poofies are water-based creatures that can manipulate water and ice to freeze their enemies in place, heal their teammates, and create a variety of other aquatic effects.

No matter which elemental group players choose, there is a Poofy character that will match their individual playstyle and assist them in achieving victory. So, choose your favorite Poofie and get ready to battle it out in this exciting and imaginative online game!

&#x20;

&#x20;

<br>

&#x20;


---

# 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://poofyland.gitbook.io/poofyland/poofies-and-their-elements.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.
