> For the complete documentation index, see [llms.txt](https://wiki.revolgc.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.revolgc.pro/en/introduction-to-the-game/pitomcy/porucheniya-pitomcev.md).

# Pet errands

The pet can be sent on an errand to receive chests with various supplies.

To do this, click the "Assignment" button in the inventory in the pets tab.

<figure><img src="/files/iPzN7vj4HbMFnqoo9KLv" alt=""><figcaption><p><strong>Pet request button</strong></p></figcaption></figure>

A special window will open:

<figure><img src="/files/wvY6uYRe4mTlDjHeoi7n" alt=""><figcaption><p><strong>Pet quest window</strong></p></figcaption></figure>

{% hint style="danger" %}

* Pet must not be summoned
* You need to send a pet of evolution IV (legendary)
  {% endhint %}

Right-click on a pet and it will go into the correct slot.

{% hint style="info" %}
You can only send 1 pet on a quest.
{% endhint %}

After you have completed the above steps, your pet will go on an errand.

If you hover your mouse cursor over a pet, you will see the remaining time until the end of the assignment

<figure><img src="/files/ukoH10ipeJvgWJ0sRM2B" alt=""><figcaption><p><strong>Order time</strong></p></figcaption></figure>

When the quest timer expires, press the "**End Quest**" button to receive a Supply Chest.

{% hint style="warning" %}

* If you click to complete the task before the end of the time, then you will not receive a chest
* Cannot summon a pet that is on a errand
  {% endhint %}

The type of chest depends on the pet that was running the quest.

{% hint style="info" %}

* ![](https://revolgc.pro/data/items/item/7991.png) Regular pet brings 1 chest per quest
* ![](https://revolgc.pro/data/items/item/8474.png) Special pet brings 2 chests per quest
  {% endhint %}

Depending on the type of pet, you will receive [chest for](/en/introduction-to-the-game/pitomcy/porucheniya-pitomcev/sunduk-za-poruchenie-pitomca.md)pet errand.


---

# 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://wiki.revolgc.pro/en/introduction-to-the-game/pitomcy/porucheniya-pitomcev.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.
