# Common Queue Questions

## Does the queue sync between servers?

Currently, the queue does not sync between servers. However, with the release of version 2.2.0, we have introduced MySQL syncing as the first step towards achieving cross-server queue functionality.

## Can I disable the queue?

Absolutely! If you already have your own queue system in place, you can disable FateHub's queue handling. Please note that you will need to use your own commands for managing the queue since FateHub's queue commands will be disabled.

## Does the queue support Portal?

Yes! The FateHub queue system supports Portal. It automatically integrates with the Portal plugin and syncs the queues accordingly.

## What happens if I get the "queue does not exist message"?

If you encounter the "queue does not exist" message, it usually means that either you haven't set up the servers correctly in the settings.yml file or you are not entering the server name accurately. Please ensure that the server names provided for the /joinqueue command match exactly, including any capitalization.

## I still need help! Can you help?

If you require further assistance or have any additional questions, feel free to reach out to us on our [Discord ](https://bghddevelopment.com/discord)server. We'll be more than happy to help you out!


---

# 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://fatehub.bghddevelopment.com/common-queue-questions.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.
