# FAQ / Troubleshooting

* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">Why can’t I farm here?</mark>*\ <mark style="color:red;">**A**</mark>**:** Check if the area requires a specific job (<mark style="color:red;">`allowed_jobs`</mark>), a tool (<mark style="color:red;">`enableToolRequirement`</mark>), or a vehicle (<mark style="color:red;">`requireVehicle`</mark>). Also verify you have enough inventory space.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">Prices not updating automatically?</mark>*\ <mark style="color:red;">**A**</mark>**:** Ensure your server restarts or triggers the relevant function that recalculates prices. Check your Discord webhook credentials are correct.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">My progress bar never appears.</mark>*\ <mark style="color:red;">**A**</mark>**:** If <mark style="color:red;">`RS.UseCustomProgressBar`</mark> is <mark style="color:red;">`false`</mark>, ensure your script calls a default progress bar. If <mark style="color:red;">`true`</mark>, define <mark style="color:red;">`PushProgressbar`</mark><mark style="color:red;">/</mark><mark style="color:red;">`CancelProgressbar`</mark> properly.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">No item is being spawned when I farm.</mark>*\ <mark style="color:red;">**A**</mark>**:** Verify the <mark style="color:red;">`itemsToFarm`</mark> have correct <mark style="color:red;">`name`</mark>, <mark style="color:red;">`label`</mark>, and <mark style="color:red;">`rarity`</mark> values. If <mark style="color:red;">`rarity`</mark> is set to a low value, it may be too rare. Also ensure your inventory can accept items.<br>
* <mark style="color:orange;">**Q:**</mark> *<mark style="color:orange;">How do I add new crops?</mark>*\ <mark style="color:red;">**A**</mark>**:** Create a new table entry in <mark style="color:red;">`RS.FarmingConfig.farmingPoints`</mark>, specifying location, items, and requirements. You can also add new processors or sellers for the newly created item flow.


---

# 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://risk-scripts.gitbook.io/risk-scripts/scripts/farming-system/faq-troubleshooting.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.
