> For the complete documentation index, see [llms.txt](https://docs.pett.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pett.ai/overview/what-is-pett.ai.md).

# What is Pett.ai

Pett.ai serves as your *Tamagotchi-like* companion within Telegram, emerging as virtual buddies in the world of AI-Gaming. Players meet charming virtual mascots, lovingly referred to as *"PettBro",* merging the sentimental experience of caring for virtual pets with innovative artificial intelligence & economic gamification features!

### **🌏  Adoption & Nurturing**

***

Players begin their Pett.ai adventure by adopting these delightful digital companions through the Telegram bot interface. Every PettBro is a distinct entity, possessing its own rarity and traits. As players nurture and engage with their PettBros, they undergo interesting and unique developments and transformations!

### ⚙️ **Statistics & Mechanics**

***

In Pett.ai, a variety of statistics and mechanics determine the health and advancement of your virtual companions. Here is a summary of these crucial components:

* 🍔 **Hunger:** PettBros get hungry as time passes. You need to keep'em fed to engage in activities.
* ❤️ **Health:** Neglecting health can have severe consequences! Ensure that both hunger and cleanliness are above 50% to maintain good health.
* 🔋 **Energy:** Energy slowly runs out, influencing their actions and engagements. Let it rest for your PettBro to be as lively as possible!&#x20;
* 😀 **Happiness:** Happiness is essential for your PettBro's health. A content PettBro is more animated and responsive to all your commands.
* 🧼 **Cleanliness:** Cleanliness goes down over time. Regular clean-ups are super important to keep your PettBro cheery and in tip-top shape!

<figure><img src="/files/CYmMVvKwRpYkv1vDxnUj" alt="" width="375"><figcaption><p><strong>Figure 1 -</strong> Current state interface of Pett.ai</p></figcaption></figure>

{% hint style="success" %}
Now that you’ve grasped the fundamentals of what a PettBro is and the way the game functions, you’re ready to begin your journey in the Pett.ai universe!
{% endhint %}


---

# 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://docs.pett.ai/overview/what-is-pett.ai.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.
