# Features

{% embed url="<https://youtu.be/CZah3u1F6vY>" %}

**This Discord bot allows you to manage your FiveM server directly from Discord using a range of helpful commands.**

## Features

#### Player Management

* `playerinfo` - View player details.
* `warn` - Warn players.
* `ban/unban` - Ban or unban players.
* `kick` - Kick players.
* `kill/revive` - Kill or revive players.

#### Server Control

* `start_resource / stop_resource` - Manage server resources.

#### Economy & Inventory

* `giveitem` - Give items to players.
* `givemoney/setmoney` - Manage player money.
* `clearinventory` - Clear player inventories.

#### World Management

* `clearprops / clearvehicles / clearpeds / clearall` - Clean up server props, vehicles, peds, or all at once.

#### Vehicles

* `spawnvehicle` - Spawn a vehicle.
* `fixvehicle` / cleanvehicle - Repair or clean vehicles.
* `givecar` - Assign cars to players.

#### Teleportation & Customization

* `tp / customtp` - Teleport players or yourself.
* `spawn` - Spawn entities or characters.
* `pedmenu` - Change player models.

#### Announcements & Notifications

* `notify` - Send notifications to players.
* `announcement` - Broadcast messages to the server.

#### Advanced Tools

* `recordscreen` - View player screens.
* `setjob` - Assign or change jobs.
* `checkinventory` - Inspect player inventories.
* `dm` - Send private messages to players.
* `manage` - Perform management tasks


---

# 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://upik.gitbook.io/scripts/discord-bot/features.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.
