> 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/pettos.md).

# Pettos

Pettos are all unique in their way. Some of them can be common and appear often. Others can be Rare or even Ultra Rare. All Pettos have special appearances, character types and are based on the following rarity logic.

## IUCN Red List of Critically Endangered Animals

<https://www.iucnredlist.org/>

| COMMON NAME                                                                                | SCIENTIFIC NAME                                  | CONSERVATION STATUS ↓ |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------ | --------------------- |
| [Sumatra-Tiger](https://www.wwf.de/themen-projekte/artenlexikon/sumatra-tiger)             | Panthera tigris sumatrae                         | Critically Endangered |
| [Giant Panda](https://www.worldwildlife.org/species/giant-panda)                           | Ailuropoda melanoleuca                           | Vulnerable            |
| [Yangtze Finless Porpoise](https://www.worldwildlife.org/species/yangtze-finless-porpoise) | Neophocaena asiaeorientalis ssp. asiaeorientalis | Critically Endangered |
| [Sumatran Orangutan](https://www.worldwildlife.org/species/sumatran-orangutan)             | Pongo abelii                                     | Critically Endangered |
| [Hawksbill Turtle](https://www.worldwildlife.org/species/hawksbill-turtle)                 | Eretmochelys imbricata                           | Critically Endangered |
| [Eastern Lowland Gorilla](https://www.worldwildlife.org/species/eastern-lowland-gorilla)   | Gorilla beringei graueri                         | Critically Endangered |
| [Amur Leopard](https://www.worldwildlife.org/species/amur-leopard)                         | Panthera pardus orientalis                       | Critically Endangered |
| [African forest elephant](https://www.worldwildlife.org/species/african-forest-elephant)   |                                                  | Critically Endangered |
| [Black Rhino](https://www.worldwildlife.org/species/black-rhino)                           | Diceros bicornis                                 | Critically Endangered |
| [Sunda Tiger](https://www.worldwildlife.org/species/sunda-tiger)                           | Panthera tigris sondaica                         | Critically Endangered |
| [Vaquita](https://www.worldwildlife.org/species/vaquita)                                   | Phocoena sinus                                   | Critically Endangered |
| [Orangutan](https://www.worldwildlife.org/species/orangutan)                               | Pongo abelii, Pongo pygmaeus                     | Critically Endangered |
| [Bornean Orangutan](https://www.worldwildlife.org/species/bornean-orangutan)               | Pongo pygmaeus                                   | Critically Endangered |
| [Cross River Gorilla](https://www.worldwildlife.org/species/cross-river-gorilla)           | Gorilla gorilla diehli                           | Critically Endangered |
| [Javan Rhino](https://www.worldwildlife.org/species/javan-rhino)                           | Rhinoceros sondaicus                             | Critically Endangered |
| [Saola](https://www.worldwildlife.org/species/saola)                                       | Pseudoryx nghetinhensis                          | Critically Endangered |
| [Sumatran Elephant](https://www.worldwildlife.org/species/sumatran-elephant)               | Elephas maximus sumatranus                       | Critically Endangered |
| [Sumatran Rhino](https://www.worldwildlife.org/species/sumatran-rhino)                     | Dicerorhinus sumatrensis                         | Critically Endangered |
| [Western Lowland Gorilla](https://www.worldwildlife.org/species/western-lowland-gorilla)   | Gorilla                                          | Critically Endangered |


---

# 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/pettos.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.
