> For the complete documentation index, see [llms.txt](https://vincere.gitbook.io/vincere-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincere.gitbook.io/vincere-docs/server-features/crops-and-farming.md).

# Crops & farming

Vincere has four custom crops to enhance the player-based economy.

Cash crop seeds can be bought at local trade posts, grown, and then the mature crops sold for a huge profit at said trade posts. There are four in total, and they can be crafted into a Bucket of Cash Crops, which can then be sold for even more money. **They can only be grown in their native regions!**

#### Rice

Rice, the staple food of all of East Asia, is found and grown exclusively in said region. It can be sold at nearby trade posts.

<div align="left"><figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2F8cR1nhMTAFkrxOW2X7Kb%2Fimage.png?alt=media&amp;token=752a8ee2-2cac-481a-a782-f79de9ea14d1" alt="" width="157"><figcaption></figcaption></figure></div>

#### Bananas

Bananas, one of the first fruits brought to the Americas by colonizers, are grown in South America and can be sold at nearby trade posts.

<div align="left"><figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FI8hoiFX1MALnZpVxsHnP%2Fimage.png?alt=media&amp;token=e2968ff3-eeb5-45d4-b74b-7ceed10d073e" alt="" width="80"><figcaption></figcaption></figure></div>

#### Corn

Corn is one of the oldest domesticated foods in the world, and is found in Central and North America and can then be sold at nearby trade posts.

<div align="left"><figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2Fx6P5No4QZelDySDS4Mnm%2Fimage.png?alt=media&amp;token=54b0e462-2420-4463-a980-54925897f7ca" alt="" width="101"><figcaption></figcaption></figure></div>

#### Tobacco

Tobacco, while usually used for smoking, can also simply be grown in North America and then sold at nearby trade posts.

<div align="left"><figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FUV3GhMfyqdC5GYrEGdzK%2Fimage.png?alt=media&amp;token=affa9962-d351-4e82-af33-7309fc739826" alt="" width="123"><figcaption></figcaption></figure></div>


---

# 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://vincere.gitbook.io/vincere-docs/server-features/crops-and-farming.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.
