# The Queue & the Distribution Queue

* Each Divies has two queues: the NFT queue and the token queue, containing NFT and token prizes.
* In each queue, the leading segment is called the distribution queue. This is the segment of the queue that actually receives the tokens streamed from Pachinko. These are the prizes that will be released once (1) a round has ended, or (2) their accumulating balance has reached their target price.
* The length of the distribution queue, i.e. how many prizes in a queue are to be simultaneously receiving token streams, is customisable by the pool owner. Pool owners should note that the higher the number set, the more gas intensive the game play will be.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXechGGdoY_FMSbFtuiul8uY2da_mAOe92uFnVrfk_fCKTLcbR7B8NR71N7ArEpk0aRQAfeF1Y7frvrgwwO0uLDyzKz-Ftz7lMCCgbuQnLkGMgjEimC6AA32Wu1YPdF6Ukr2GstkeiqXU0KNQklAvSEhFDI?key=GSwspUFK-C-16SQB4JCpWQ" alt=""><figcaption></figcaption></figure>


---

# 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://pachinko.gitbook.io/pachinko/divies-prizes/the-queue-and-the-distribution-queue.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.
