> For the complete documentation index, see [llms.txt](https://bot.adonisbots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bot.adonisbots.com/site-guides/supported-sites/queue-it.md).

# Queue-it

### [Example csv](https://adonisbots.com/examplefiles/Queueit.csv)

<table><thead><tr><th width="260">Column</th><th>Value</th></tr></thead><tbody><tr><td>SITE</td><td>QUEUEIT</td></tr><tr><td>URL</td><td>Queue url</td></tr><tr><td>EMAIL</td><td>Email address (only needed for certain queues)</td></tr><tr><td>DISCOUNT_CODE</td><td>Invite only code (only needed for certain queues)</td></tr><tr><td>REGION_ID</td><td>Enter here your IMAP details in the following format: host:port:username:password (example: imap.gmail.com:993:myemail@gmail.com:xxxx xxxx xxxx xxxx) (only needed for certain queues) or for AYCD enter your api key</td></tr></tbody></table>

{% hint style="info" %}
**Recommendations:**

* Make sure you have the extension installed
* For all type of queue's you have to run the queue url - make sure it includes "c=" and "e=" in the url. There is only 1 exception being Prodirect - for this site make sure to run the actual product url.
* If your queue link has /softblock/ in it then solve this manually first. This saves you on solving many unnecessary captcha's.
* Use [with captcha](https://footlocker.queue-it.net/?c=footlocker\&e=cxcdtest02\&t=https%3A%2F%2Fwww.footlocker.com%2Fsearch%3Fquery%3D6H053P85\&cid=en-EN) / [without captcha](https://footlocker.queue-it.net/?c=footlocker\&e=stgtimtest\&t=https%3A%2F%2Fstaging.kidsfootlocker.com%2Fproduct%2F~%2FA2MY3001.html\&cid=en-US) to test
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bot.adonisbots.com/site-guides/supported-sites/queue-it.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.
