> For the complete documentation index, see [llms.txt](https://docs.p4.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4.software/p4warehouse-english/printing-and-labels/printers/print-queue.md).

# Print Queue

The Print Queue allows you to view jobs sent to all printers in a grid format that is exportable. Column filtering is available on all columns in the grid.

Reprinting of a label job is done by selecting the correct row and clicking the Reprint Button.

{% hint style="warning" %}
If label status is Printed but the label did not print, then you need to check:

1\. The printer is turned on, has labels and if required ribbon.&#x20;

2\. The server / computer that is running the print agent is turned on and has an internet connection.
{% endhint %}

![](/files/-Mj5xjpyY_5FdY83XTli)

View label data by clicking on the "View" hyperlink under the Data column for the selected print job row.

![P4 Warehouse Print Payload](/files/-Mj5y95cekJx6WrA3ON9)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.p4.software/p4warehouse-english/printing-and-labels/printers/print-queue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
