# Queueing

Every time you use the **/dream** or **!dream** commands your request is added to the queue for processing. Your commands will be processed in the order they are added.

The queueing system will not process all your individual requests in direct sequential order though. It will alternate between users in the queue so that each user gets inputs back quicker vs. someone that loads lots of requests into the queue at once.

There are currently no limits on usage for holders. If Pixie Bolt AI gets too clogged, we may consider setting a limit per day/week.&#x20;


---

# 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.cyberbrokers.com/user-guide/pixie-bolt-ai/queueing.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.
