> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Queue

> Exports to read and manage the connection queue and its priority.

This page lists the exports available to manage the **queue**.

<CardGroup cols={2}>
  <Card title="Get queue count" icon="hashtag" href="/easy-allowlist/server/queue/get-queue-count">
    Get the count of players currently in queue.
  </Card>

  <Card title="Get queue info" icon="circle-info" href="/easy-allowlist/server/queue/get-queue-info">
    Get the data of players currently in queue.
  </Card>

  <Card title="Set identifier queue priority" icon="arrow-up-short-wide" href="/easy-allowlist/server/queue/set-identifier-queue-priority">
    Set a queue priority for an identifier.
  </Card>

  <Card title="Set player queue priority" icon="arrow-up-short-wide" href="/easy-allowlist/server/queue/set-player-queue-priority">
    Set a queue priority for an online player.
  </Card>

  <Card title="Set Discord role queue priority" icon="arrow-up-short-wide" href="/easy-allowlist/server/queue/set-discord-role-queue-priority">
    Set a queue priority for a Discord role.
  </Card>

  <Card title="Remove identifier queue priority" icon="arrow-down-short-wide" href="/easy-allowlist/server/queue/remove-identifier-queue-priority">
    Remove a queue priority for an identifier.
  </Card>

  <Card title="Remove Discord role queue priority" icon="arrow-down-short-wide" href="/easy-allowlist/server/queue/remove-discord-role-queue-priority">
    Remove a queue priority for a Discord role.
  </Card>
</CardGroup>


## Related topics

- [Get queue count](/easy-allowlist/server/queue/get-queue-count.md)
- [Get queue info](/easy-allowlist/server/queue/get-queue-info.md)
- [Remove identifier queue priority](/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [Set identifier queue priority](/easy-allowlist/server/queue/set-identifier-queue-priority.md)
- [Set player queue priority](/easy-allowlist/server/queue/set-player-queue-priority.md)
