# Tier 1

#### :crown: **Admin only commands**

### :bulb: **General command for everyone**

<mark style="color:red;">**Required**</mark> parameters will be in \[Square brackets]

<mark style="color:green;">**Optional**</mark> parameters will be in (Curly brackets)

***

## :crown: **Update banner**:

```
/premium update_banner [url] (queue_channel)
```

Change your banner image whenever you want. As an optional parameter, if you have multiple queue channels, you can select a unique banner for each queue. After updating the banner, make sure to run [`/start`](/docs/commands/setup-commands.md#crown-start-a-queue) in your queue channel to apply the changes!

If you want to make it extra fancy, you can even use a GIF as your banner!

### How it works

1. Upload your banner to Imgur or any other image hosting platform of your choice. For this example, we’ll use [Imgur](https://imgur.com/).

<div align="left"><figure><img src="/files/muUqe7mmuNLRC2NufBr8" alt=""><figcaption><p>Customized Queue</p></figcaption></figure></div>

2. Once uploaded, <mark style="color:green;">**right-click**</mark> the image and select <mark style="color:green;">**Copy Image Address**</mark>. Do **not** use the URL of the webpage, as this is not the source image.

<div align="left"><figure><img src="/files/5K2CL0xoQFBAIPXmXw8o" alt=""><figcaption><p>Customized Queue</p></figcaption></figure></div>

3. Run the `/premium update_banner` command and paste the URL you just copied. Then, run `/start` in your queue channel, and your new banner should be applied!

<div align="left"><figure><img src="/files/3QVtMOMfnEBNRcCiaeY3" alt=""><figcaption><p>Customized Queue</p></figcaption></figure></div>

## :crown: **Update Color**:

```
/premium update_color [hexcode] (queue_channel)
```

Change your Queue color whenever you want. If you have multiple queue channels, you can select a unique color for each queue. After updating the color, make sure to run [`/start`](/docs/commands/setup-commands.md#crown-start-a-queue) in your queue channel to apply the changes.

Please ensure you enter a valid [hex code](https://htmlcolorcodes.com/).

<div align="left"><figure><img src="/files/JEEnM9Ic2O8AJ85dPfmF" alt=""><figcaption><p>Customized Queue</p></figcaption></figure></div>

## :crown: Webhook URL

```
/premium webook_url (url) (delete)
```

<mark style="color:red;">InHouseQueue</mark> can send your leaderboard to any Webhook URL you choose after each game. You can use this feature to create your custom leaderboard if you have a website or another API integration.

Read more information about the Webhook feature [here](/docs/features/leaderboard-webhooks.md).


---

# 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.inhousequeue.xyz/docs/premium/premium-commands/tier-1.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.
