> For the complete documentation index, see [llms.txt](https://docs.happyland.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.happyland.finance/gameplay/live-stock-and-pets/pets/dogs.md).

# Dogs

Dogs can help you defend against thieves, increase yield and productivity&#x20;

| STT | Name     | Level | Catching thieves percentage (%) | <p>Penalty to other players if the dog bites<br></p> | Price (HPW) | Total supply (%) |
| --- | -------- | ----- | ------------------------------- | ----------------------------------------------------- | ----------- | ---------------- |
| 1   | Corgi    | 1     | 5%                              | 2 HPW                                                 |             | 30%              |
| 2   | Shiba    | 2     | 10%                             | 2.5 HPW                                               |             | 25%              |
| 3   | Husky    | 3     | 15%                             | 3 HPW                                                 |             | 20%              |
| 4   | Pitbull  | 4     | 20%                             | 5 HPW                                                 |             | 15%              |
| 5   | Labrador | 5     | 30%                             | 7 HPW                                                 |             | 10%              |

Note

* you can own one dog for maximum 30 days&#x20;
* when you buy a dog with higher rarity, the lower rarity dog will disappear&#x20;
* After the user got bitten, the player who got bitten will be sent back to their farm&#x20;

![](https://lh5.googleusercontent.com/8WtHsIad-A2qB2jwQlRM7MDvOhYaFvWnAGwH2VHyn-PJEmHBTpQ9o9xWsxXQ4X-IvLK0bpvHhSKOjQy07Be7THzeNcInlPcbN8CmQCvMMtSVcnXy0xodV5VfcdD4FZusljaJYt7c)


---

# 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.happyland.finance/gameplay/live-stock-and-pets/pets/dogs.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.
