# Admin/Storytellers

Both the Bots and Website come built in with features to make managing a game easier for the Admins and Storytellers of a game and server.

## Website

Perhaps the best tool the website provides for managing games is the [Website Dashboard](/how-to/website-dashboard.md). Located at the homepage of the website when logged in, the page allows you to see all character trackers and sheets connected to your discord server. This page updates in real time as players update their sheets and trackers allowing you to keep track of what is happening in your game.

The website also allows for the creation of Character sheets. These sheets allow for Admin/Storytellers to view these sheets in full.

{% hint style="warning" %}
Sheets are currently in Early Access and only available to Vampire 5th edition.
{% endhint %}

***

### Bots

Admins and Storytellers have extended permissions in the bots and website to manage their games. These permission allows them to view every character in their server as well as delete characters out of their server and even update other players characters using the tracker commands.

### /server storytellers

Sometimes the Storytellers in your server are not Server Admins. In this case the bots offer the command [/server storytellers](/server/server-storytellers.md) which allows you to set a role as a storyteller.

### /server tracker

This command allows an admin/storyteller to set a channel within their server to show real time updates to character trackers.

{% hint style="warning" %}
The tracker channel only pushes updates that happen from the bot side. Such as through /vampire update or updates to trackers through rolling. It does not push updates made from the website such as to a character sheet. For this reason it is recommended to use the Website Dashboard if you are using character sheets.
{% endhint %}

### /character find

As an admin/storyteller if you include the @player option when using this command you can find other players characters

{% hint style="info" %}
The Website Dashboard shows all characters in real time so it is a much more powerful tool for viewing or deleting characters.
{% endhint %}

### /character delete

As an admin/storyteller if you include the @player option when using this command you can delete other players characters from your server.

{% hint style="info" %}
If you are deleting another players character either through the bots or the website, it will merely remove the character from your server rather then actually deleting the character from the database.&#x20;
{% endhint %}

### /spat update

As an admin/storyteller if you include the @player option when using this command you can update another players character for them.


---

# 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://v5.realmofdarkness.app/how-to/admin-storytellers.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.
