> 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/leveling-up.md).

# Leveling Up

#### What are levels for? <a href="#h.fhtgxntf63a2_l" id="h.fhtgxntf63a2_l"></a>

Levels are required to purchase specific seeds, craft custom items, & level up your skill archive tree.

#### Getting Experience <a href="#h.avxxkchsk1ma_l" id="h.avxxkchsk1ma_l"></a>

So, how do you earn experience? By farming! Yes, it's true – farming various seeds and crops in a growstation can increase both your farming level and your growstation's capabilities. You'll find every plant listed in the /farm codex. Hover over a crop within the codex, and it will indicate the amount of experience you can gain from growing it.


---

# 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/leveling-up.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.
