# Control

The check for every command is every plant process, available control commands are:

* `online`: Set your bots to online if it's status before is `offline`.
* `offline`: Make your bots disconnected and wait for the next status per 30 seconds.
* `stop`: Stop the script.

#### Example

{% hint style="warning" %}
Using control needed to be in **RAW** format.
{% endhint %}

<figure><img src="/files/YivhGrZXRUvEN04CZISv" alt=""><figcaption><p>Example URL Control</p></figcaption></figure>

```lua
control = 'https://rentry.org/exsaraFarmControl/raw'
```


---

# 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://machseeman.gitbook.io/sarafarm/customizing-your-configuration/customizable-configuration/control.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.
