# /auto-add-djs

Automatically fetches, adds, and calculates stats for each DJ in the community.

{% hint style="warning" %}

### Command Requirements

This command requires an [events channel](/functionalities/commands/server-commands/setup.md#events-channel) to be specified in the setup, and no other stats to exist.
{% endhint %}

***

## Command Details

The command works by retrieving all messages sent in the designated events channel and tallying the occurrences of a user tag (<@userId>) in the content of each message. The end result will be displayed as follows:

* **DJ Number**
* **DJ:** User Tag of the DJ.
* **Status:** The DJ role of the user.
* **Times Played:** Number of times the tag of this user was found in the content of the fetched messages.
* **Last Played:** Timestamp of the most recent message where this user's tag was found.&#x20;

A confirmation message will appear with the fetched results before saving it.


---

# 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.vrave.app/functionalities/commands/server-commands/auto-add-djs.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.
