# Guides

Welcome to the official guides for the **Dynyx Weed Growing System** — a fully immersive, performance-friendly growing script made for modern RP servers.\
These guides walk you through how to set up new strains, customize growth behavior, manage harvests, and control planting limits.

***

### ✅ Check out the following guides:

* 🧬 [**Adding & Customizing Weed Strains**](/dynyx-scripts/weed-growing/guides/adding-and-customizing-weed-strains.md)\
  Learn how to create new weed types or modify existing ones with your own names, items, and prop models.
* 💧 [**Water, Fertilizer, and Growth Settings**](/dynyx-scripts/weed-growing/guides/water-fertilizer-and-growth-settings.md)\
  Customize how fast plants grow, how often they dry out, and how players interact with them using water and fertilizer.
* ✂️ [**Harvesting & Processing Buds**](/dynyx-scripts/weed-growing/guides/harvesting-and-processing-buds.md)\
  Control how many buds players get per plant, and how many are needed to convert into a sellable bag.
* ⏳ [**Plant Lifespan & Anti-Spam Settings**](/dynyx-scripts/weed-growing/guides/plant-lifespan-and-anti-spam-settings.md)\
  Set how long plants last, how far apart they must be placed, and how many a player can own at once.
* 📦 [**Required Item Setup**](/dynyx-scripts/weed-growing/guides/required-item-setup.md)\
  Make sure all needed items (pots, seeds, shovels, baggies, etc.) are added correctly in your inventory system.


---

# 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://dynyx-scripts.gitbook.io/dynyx-scripts/weed-growing/guides.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.
