# Seed Packs

Planting will require seed packs. The seed pack's rarity will determine how many seeds will possibly grow on a plot.

|  Seed Pack Rarity  | Growth % Chance | Reference (20 Seeds) |
| :----------------: | :-------------: | :------------------: |
|  Bronze Seed Pack  |     50 - 60%    |     10 - 12 Crops    |
|  Silver Seed Pack  |     60 - 70%    |     12 - 14 Crops    |
|   Gold Seed Pack   |     70 - 80%    |     14 - 16 Crops    |
|  Diamond Seed Pack |     80 - 90%    |     16 - 18 Crops    |
| Platinum Seed Pack |     90 - 99%    |     18 - 20 Crops    |

An example of a seed pack and its anatomy


---

# 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://whitepaper.farluna.land/gameplay/farm/seed-packs.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.
