> For the complete documentation index, see [llms.txt](https://petto.gitbook.io/petto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://petto.gitbook.io/petto/animal-support/how-does-it-work.md).

# How does it work?

Pettos are game characters that can be mythical or real animals. In the case of real animals, we are creating a specific category of “Ultra Rare” animals and exist as limited characters throughout the entire game. The availability of the Ultra Rare characters is based on the IUCN list for critically endangered species. Every game character which is based on an endangered species is ultra rare and only available in the exact number of the animals remaining in the wild. With this approach we want to raise the problem awareness and the value for such characters at the same time. The game character selection process is a crucial part of our approach. We are using the information provided by the IUCN and the “Red List of Threatened Species”, to determine the status and availability of each species.

Endangered species will represent the most unique and rare game characters in the whole Pettoverse. The initial simple gameplay of nurturing the acquired pet will evolve into a social game experience where the players can interact with their pettos and participate in different in-game activities. Through that additional financial support can be created for animal conservation.

For example, there are only 370 Sumatra Tigers left on the planet. In this case, the game would only have 370 of the specific tiger characters, and the proceeds from the game character sales would be directed to selected animal conservation organizations.


---

# 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://petto.gitbook.io/petto/animal-support/how-does-it-work.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.
