# Priority

When putting a job into a tube, you can set a numeric priority on the job. This priority allows you to dynamically adjust when certain jobs are performed.

For example, you might have a queue with a large number of jobs, but you need a single job to be run **before** all the other existing jobs, you can set a higher priority on a new job and that will be the next job reserved off the tube.


---

# 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://allqueue.gitbook.io/allq/features/priority.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.
