> For the complete documentation index, see [llms.txt](https://portal.guildofguardians.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portal.guildofguardians.com/universe/pets-and-energy-boosters.md).

# Pets & Energy Boosters

{% hint style="info" %}
Please note: This section is currently in the process of being revised. More information will come soon as the designs are being updated.
{% endhint %}

### **Pet Summary**&#x20;

Pets are creatures that you can ‘bind’ to your team which give various benefits, such as increased crafting resources, increased item drop chances or dungeon rewards. Pets can initially be purchased during the presale, but they can be found for sale by players once the game launches. Upon purchase, players are rewarded with an equipable pet.&#x20;

#### **Pets’ characteristics**

<figure><img src="/files/DieyBZSxA3j00F14Fk2L" alt=""><figcaption></figcaption></figure>

### **Energy Boosters**

Guild of Guardians uses an energy system which refills over time, and is depleted whenever a player enters a dungeon.

Unlike traditional free-to-play games where players have to pay in-app currencies for extra energy, Guild of Guardians will have a unique energy mechanic and have Energy Booster NFTs, which provide a permanent boost to energy. Furthermore, heroes will get ‘fatigued’ if they enter a dungeon too much in one day, which causes them to suffer penalties such as stat reductions or requiring extra energy to use.

Energy boosters will:&#x20;

* remove the Fatigue rate increase a hero would suffer from when going into a Dungeon
* allow players to use their favorite heroes for longer without suffering penalties to Hero Stats


---

# 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://portal.guildofguardians.com/universe/pets-and-energy-boosters.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.
