# Convoys

&#x20;    A convoy NFT is the minimun unit to go to an orchard to pick fruits and earn rewards.

&#x20;    All the convoys are NFTs created from the combination of Animals and Equipment. Players can add in animals and equipment to an existing convoy and generate a new convoy NFT. Besides, disassembling a convoy is also available. To cull out some members, it’s better to disassemble first, and then gather and reassemble.

&#x20;    Since the number of animals is **limited to 10** for one convoy, please make sure that the animals are strong enough to carry all equipment and the total capacity value is enough for the required value of the orchard you'd like to choose.

{% hint style="info" %}
Each convoy can individually enter an orchard without affecting the others, i.e. if you have 3 convoys, you will be able to harvest 3 times the orchard of your choice.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://cryptofruits.gitbook.io/whitepaper-of-cryptofruits/general/convoys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
