# Commands

```
waveshield install (you shouldn't need to run it, it's done automatically)
waveshield uninstall

waveshield ban <serverId> <optional:reason>
waveshield unban <banId> <optional:reason>
waveshield unban all

waveshield reload (reload the anti-cheat configuration without restarting the server)
waveshield clear <peds/vehicles/objects/all>
```

{% hint style="info" %}
You can change the command prefix in the configuration panel, under the settings tab.
{% endhint %}


---

# 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://ayznnn.gitbook.io/waveshield-v4/documentation/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.
