> ## 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.

# Set identifier queue priority

> Set a queue priority for an identifier.

Set an identifier's queue priority.

<CodeGroup>
  ```lua Export theme={null}
  exports["easy_allowlist"]:setIdentifierQueuePriority(identifier, priority)
  ```

  ```lua Example theme={null}
  exports["easy_allowlist"]:setIdentifierQueuePriority("steam:71002010c2f9c5d", 15)
  ```
</CodeGroup>

### Parameters

| Name         | Data Type | Description                  |
| ------------ | --------- | ---------------------------- |
| `identifier` | string    | The player's main identifier |
| `priority`   | integer   | Queue priority               |


## Related topics

- [Queue](/easy-allowlist/server/queue/index.md)
- [Remove identifier queue priority](/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [Set player queue priority](/easy-allowlist/server/queue/set-player-queue-priority.md)
- [Set Discord role queue priority](/easy-allowlist/server/queue/set-discord-role-queue-priority.md)
- [Commands usage](/easy-allowlist/commands-usage.md)
