> For the complete documentation index, see [llms.txt](https://wiki.bucketry.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bucketry.net/features/pyro-farming/farmers-market.md).

# Farmers Market

#### Buying Crops <a href="#buying-crops" id="buying-crops"></a>

To start growing and selling plants, you first need to buy seeds. You can find the seed markets by using the command /farm market.

![](https://wiki.voidrealms.net/~gitbook/image?url=https%3A%2F%2F2447806776-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F2IFg8LOtBrett1NUMezr%252Fuploads%252FKobexvVtIpHXEooJ3PEM%252Fimage.png%3Falt%3Dmedia%26token%3D6bba01e0-16e7-480c-a08e-f9574dce1f4e\&width=768\&dpr=4\&quality=100\&sign=2cd5317b\&sv=1)

#### Permanent Shop <a href="#permanent-shop" id="permanent-shop"></a>

Within the permanent shop you can purchase crops, bushes, plants, saplings, and more. These items are always available for purchase, and you don't need to worry about them disappearing.

![](https://wiki.voidrealms.net/~gitbook/image?url=https%3A%2F%2F2447806776-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F2IFg8LOtBrett1NUMezr%252Fuploads%252FWDmKiIWAr958tMLsOr0B%252Fimage.png%3Falt%3Dmedia%26token%3D1e97bb2c-473f-473c-883c-d61588208fb8\&width=768\&dpr=4\&quality=100\&sign=558e47ff\&sv=1)

#### Rotating Stock Shop <a href="#rotating-stock-shop" id="rotating-stock-shop"></a>

Once you reach level 15 you will be able to access this shop. Within the rotating stock shop you can purchase crops, bushes, plants, saplings, and more. Keep in mind that this inventory changes over time, so it's advisable to make your purchases when you come across them.

![](https://wiki.voidrealms.net/~gitbook/image?url=https%3A%2F%2F2447806776-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F2IFg8LOtBrett1NUMezr%252Fuploads%252FlnNvJZiV2RufBFRfRgyn%252Fimage.png%3Falt%3Dmedia%26token%3D33083fea-737a-4aef-ab96-68649a8b85e4\&width=768\&dpr=4\&quality=100\&sign=10d97e68\&sv=1)


---

# 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.bucketry.net/features/pyro-farming/farmers-market.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.
