# Usage

* **Farming**
  * Walk or drive to a **farming point**. If <mark style="color:red;">`requireVehicle = true`</mark>, ensure you’re using the specified vehicle.
  * Press **E** (or your set action key) to start farming. Wait for the **progress bar** or the configured cycle time.
  * If **AFK mode** is enabled, press **E** once and let the script repeatedly gather items until you press **X** to cancel.
* **Processing**
  * Go to a **processor** location.
  * Press **E** to convert raw items (e.g., *kiesel* → *sand*).
  * Wait for the timer (<mark style="color:red;">`processing_time`</mark> seconds). Once complete, you receive the processed item.
* **Selling**
  * Visit a **seller** NPC/location.
  * Press **E** to sell your processed goods.
  * If dynamic pricing is enabled, the price may fluctuate within the <mark style="color:red;">`min_price`</mark> and <mark style="color:red;">`max_price`</mark> range.
* **Discord Logs & Price Updates**
  * If configured, Discord notifications appear in your channel for each processing, selling, or price update event.
  * Admin logs can help track suspicious activity or large sales.


---

# 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/usage.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.
