# Cultivation

- [Overview](https://docs.sefiraat.dev/cultivation/overview.md): What is cultivation?
- [Crop Breeding](https://docs.sefiraat.dev/cultivation/overview/crop-breeding.md)
- [Crafting Items](https://docs.sefiraat.dev/cultivation/crafting-items.md): This was meant to be hidden... oh well...
- [Tools](https://docs.sefiraat.dev/cultivation/tools.md): These help you cultivate your plants
- [Crop Sticks](https://docs.sefiraat.dev/cultivation/tools/crop-sticks.md)
- [Plant Analyzer](https://docs.sefiraat.dev/cultivation/tools/plant-analyzer.md)
- [Seed Pack](https://docs.sefiraat.dev/cultivation/tools/seed-pack.md)
- [Machines](https://docs.sefiraat.dev/cultivation/machines.md)
- [Garden Cloche](https://docs.sefiraat.dev/cultivation/machines/garden-cloche.md)
- [Cooking Work Stations](https://docs.sefiraat.dev/cultivation/machines/cooking-work-stations.md)
- [Plants](https://docs.sefiraat.dev/cultivation/plants.md)
- [Developers](https://docs.sefiraat.dev/cultivation/developers.md)
- [Adding Food Items via PR](https://docs.sefiraat.dev/cultivation/developers/adding-food-items-via-pr.md)
- [0: Adding new skull textures](https://docs.sefiraat.dev/cultivation/developers/adding-food-items-via-pr/0-adding-new-skull-textures.md)
- [1: SlimefunItemStack](https://docs.sefiraat.dev/cultivation/developers/adding-food-items-via-pr/1-slimefunitemstack.md)
- [2: Creating the Food SlimefunItem](https://docs.sefiraat.dev/cultivation/developers/adding-food-items-via-pr/2-creating-the-food-slimefunitem.md)


---

# 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://docs.sefiraat.dev/cultivation.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.
