# /queuesize

At any point, you can modify the Max Size of the Queue. This represents the maximum amount of raids that can be in the queue at one time.

### Example

<mark style="color:blue;">**`/queuesize MaxSizeHere`**</mark>

Once you have sent the command, such as <mark style="color:blue;">`/queuesize 10`</mark>, then the new max size of the queue will be set. Any raids that are attempted to be added to the queue WHILE the queue has the maximum amount of raids filled, the request to add the raid to the queue will not work.

<figure><img src="/files/1BzrsAzV6bNo0UeIkCiw" alt="" width="203"><figcaption></figcaption></figure>

Want to see the queue?: <mark style="color:blue;">`/queue`</mark>

Want to clear the entire queue?: <mark style="color:blue;">`/clearqueue`</mark>

Want to delete a specific raid from the queue?: <mark style="color:blue;">`/dequeue PositionInQueueHere`</mark>


---

# 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.furiesmellow0x69.com/raid-bot/raid-management/editor-5.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.
