> For the complete documentation index, see [llms.txt](https://whitepaper.farluna.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.farluna.land/gameplay/farm/seed-packs.md).

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

```
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.
