# Commands

| Command                                                                    | Description                                  |
| -------------------------------------------------------------------------- | -------------------------------------------- |
| /asteroid                                                                  | Displays the plugin interface in chat        |
| /asteroid toggle                                                           | Enable/Disable the plugin                    |
| /asteroid multi \<multi>                                                   | Set the spoofer multiplier                   |
| /asteroid players \<min/max> \<amount>                                     | Set the min/max of spoofed players           |
| /asteroid delay \<disconnect/jointime> \<min/max> \<time>                  | Set the min/max delay between join/diconnect |
| /asteroid fluctuation \<machine-learning/multiplier/update/toggle>         | Settings for fluctuation                     |
| /asteroid profiles \<generate/remove> (generate)\<number of fake profiles> | Generate/remove profiles                     |
| /asteroid import \<file>                                                   | Import a file                                |
| /asteroid reload                                                           | Reload the config                            |
| /asteroid extra <                                                          |                                              |


---

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