# Random World

Random warping to 5 letter world so it could remove the farm worlds history, less chance of getting all of your farms nuked by our lovely moderators.

{% hint style="info" %}
Set count to `0` to make it follow your worlds count.
{% endhint %}

{% hint style="info" %}
Delay is in milliseconds ( 1000 Milliseconds = 1 Second ).
{% endhint %}

#### Example

```lua
randomWorld = {
    enabled = true,
    count = 0,
    delay = 8000
}
```


---

# 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/options/random-world.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.
