# FiveM Status Embed

The FiveM Statistics feature allows you to create an embed which tracks your server's status, and automatically updates every 60 seconds.

#### OBJECTIVES

* [Setup a statistics embed](#setup)

<figure><img src="/files/JVhAl41mqCIG8R7gk2Cy" alt=""><figcaption></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

## Setup

To use this functionality, firstly follow the steps to setup the [FiveM Server Integration](/fivem-integration.md). Once you have successfully configured this, run the [`/fivemstatus setup`](/commands/fivemstatus/setup.md) command then supply the relevant information. The optional `cfx-code` parameter will be optionally used to display a Connect Link button at the bottom of the panel.

{% hint style="info" %}
To modify the configuration, you can simply re-run the [`/fivemstatus setup`](/commands/fivemstatus/setup.md) command and use the new information you desire!
{% endhint %}

#### **Colour**

The embed colour is determined by the branding colour, so it is only possible to change this if you use a [Custom Bot ](/features/custom-instances.md)which requires the **Deluxe Tier.** You can change this using the [`/branding colour`](/commands/branding/colour.md) command.

#### **Banner**

The image in the embed is by default your Discord Server Banner. However, if your server does not have a banner, we will derive it instead from the server profile.

<figure><img src="/files/lV87CZ2fJuV5llpkvlz0" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/fivemstatus.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.
