# Client Commands

#### fgm OR fgMenu

> Open Admin Menu

### Manage Bans Commands

#### fg reload

> reloads ban list (get new banlist from bans.json file)

#### fg ban \[PlayerId] \[reason]

> bans specific Player with specified reason

#### fg unban \[BanId]

> unban specific Ban Id

#### fg offlineban \[Player Identifier] \[reason]

> bans specific identifier of player, example: fg offlineban steam:111111f000 failrp

### Manage Entities Commands

#### fg clearveh

> Clears all vehicles known to server-side

#### fg clearped

> Clears all peds known to server-side

#### fg clearobj

> Clears all objects known to server-side


---

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