# Queue Management

To prevent network congestion during peak traffic, GigaDrop includes a built-in queue management system within AirdropRoot. The queue follows a FIFO (First-In, First-Out) model to ensure fairness and efficient claim processing. Key queue parameters include:

* Throughput Control: Dynamically managed, the queue can handle between 1 and 120 claims per second, depending on network conditions.
* Session Timeouts: Users inactive for more than 10 minutes are automatically removed, freeing up resources for active users.
* Claim Window: Once users reach the front of the queue, they have up to one hour to complete their claim, ensuring flexibility and accessibility.

This queue system maintains stable performance even during high-traffic periods, offering a smooth user experience.


---

# 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.gigadrop.io/technical-features/queue-management.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.
