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

# Introduction

> Overview of the Queue script

**n4\_queue** is our FiveM resource for managing players who are waiting to join your server when it's full (at max player capacity). Control who gets in and when with configurable slots, priority rules, and more, so your server stays full without the guesswork.

<img src="https://mintcdn.com/n4gg/eQjWIDfx2MVvJvsD/images/queue.png?fit=max&auto=format&n=eQjWIDfx2MVvJvsD&q=85&s=2c493eb4cb57cba02205a7842682eabc" alt="n4_queue join queue UI preview" width="1920" height="1080" data-path="images/queue.png" />

<Note>
  `n4_queue` is a **server-only** resource. It runs entirely on the server and
  does not execute any code on connected clients.
</Note>

## Features

* **Configurable queue** — Set queue size, reserved slots, and when to show "server full."
* **Priority support** — Prioritize players by identifier, permission, or group.
* **Customizable UI & messages** — Adjust queue text, position, and wait-time messages.
* **Drop-in ready** — Works with your existing server and Keymaster license.

## Quick links

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/queue/installation">
    Install and start the resource.
  </Card>

  <Card title="Configuration" icon="sliders" href="/queue/configuration">
    Configure queue behavior and options.
  </Card>

  <Card title="Exports" icon="code" href="/queue/exports">
    Use n4\_queue from other resources.
  </Card>
</CardGroup>
