# Multiplier

Paint the perfect balance on your canvas of virtual reality. Tweak the multiplier to finetune the ratio of fake players to real ones, delivering harmony and immersion in equal measure

```yaml
multi: 1.0
min: 0
max: 5000
```

* `multi`: Multiplier for player count
* `min`: Minimum player count
* `max`: Maximum player count


---

# 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://docs.spoof.dev/asteroid/setup/features/multiplier.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.
