# Changing the Name of Created Channels

PartyBeast can change the created temporary room names based on a template of your choice

1. Ensure you've completed the [Initial Setup](/partybeast/helptopics/initial-setup.md).
2. Go to the server you’ve completed the setup of PartyBeast in and type **/setup** in a text channel PartyBeast can see.
3. PartyBeast will reply with the configuration interaction. Choose *Change Room Names*

![](/files/hobYnqolwMoIQoXupvhT)

4\. PartyBeast will provide you with a menu listing all the currently configured voice creator channels. Choose the voice creator you want to modify the names for:

![](/files/amycUNKnOPO4TfbHz0ff)

5\. A new text box will appear asking you to provide a template for how room names should appear when a temporary room is created:

![](/files/mCXqyQ0fScEaQi8t0brS)

You have multiple variable options to customise your room names:&#x20;

**`%USERNAME%`** which will add the users name into the room name

Example: %USERNAME%'s room would create *Krankie's Room*

**`%NICKNAME%`** which will add the users nickname into the room name\
\&#xNAN;*Username will be substituted where there is no nickname in use*

Example: %NICKNAME%'s Room will create *Real Krankie's Room* if my nickname was set to Real Krankie

**`%INC%`** which will increment the room names by 1 (they may not appear in order)

Example: Room %INC% would create *Room 1* then *Room 2* etc.

**`%LIST%`** which will randomly choose a roomname from a list.

Example: %LIST%London;Paris;Barcelona;Tokyo would create rooms with these names randomly.

**`%GAME%`** which will display the current game a user is playing or **`a game`** if they aren't playing a game currently.

Example: Playing %GAME% would create *Playing Diablo III* if I was playing Diablo 3

{% hint style="info" %}
**Note:** You cannot mix %INC% and %USERNAME%
{% endhint %}

6\. Type out your room template into the text box and press Submit. PartyBeast will confirm back your template in a reply:

![](/files/ADTUTxtaD67POEwAbxcc)


---

# 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://krankey.gitbook.io/partybeast/helptopics/changing-the-name-of-created-channels.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.
