> For the complete documentation index, see [llms.txt](https://docs.p4warehouse.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4warehouse.com/v2/printers/printer-agent.md).

# Printer Agent

To install a printing agent on your local machine use <https://app.p4warehouse.com/binaries/agent.exe> link to automatically download the file.

{% hint style="info" %}
Notice: your internet browser might prompt a warning about the downloaded file. Rest assured that P4W agent file does not contain any viruses and is safe for your computer.&#x20;
{% endhint %}

Open saved file from the folder and launch agent application as administrator ('Run as administrator').

<figure><img src="/files/E37PQnm4FSrn5woykVD3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Notice: agent.exe file must be launched with administrator rights, otherwise your operating system will prevent the installation process,
{% endhint %}

In the 'Pro4Soft Agent installer' window, paste your P4W URL as shown below.

<figure><img src="/files/NXfOidJWzNZSLtZ3bkcy" alt=""><figcaption></figcaption></figure>

Use your username and password, the same as you use to login to your P4W warehouse management system, and click 'Install'.

<figure><img src="/files/Iwpic6gr5ANBVd1kurTd" alt=""><figcaption></figcaption></figure>

If you see the following message then the printing agent was installed successfully.&#x20;

<figure><img src="/files/3M56hBuezyL3p604NKOY" alt=""><figcaption></figcaption></figure>

Further printing agent setup is done by the implementation team, please contact your official P4W reseller for more information.


---

# 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.p4warehouse.com/v2/printers/printer-agent.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.
