> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-autosky-plugin/virtual-printer.md).

# Virtual Printer

The Virtual Printer is a feature of the Autosky Plugin that allows print jobs from applications running remotely to be routed to printers installed locally on the user’s workstation.

After the initial setup, users can select which local printer they want to use and send documents for printing directly through the platform, without needing additional configuration or authentication.

***

**Installing the Virtual Printer**

To enable local printing, follow these steps:

1. Run the installer you downloaded and confirm the installation.
2. After installation, open the Autosky Plugin and click **Details**.
3. Click **Install Virtual Printer Driver** and wait for the installation to complete.

***

**Using the Virtual Printer**

Once the driver is installed, the Virtual Printer will be available during platform sessions.

* When logging into the Autosky platform, the Virtual Printer icon will appear in the system tray, located in the bottom-right corner of the screen.
* Clicking the icon will display a list of printers installed on the workstation. Select the printer you want to use for your print jobs.
* Within the platform application, send the document to print using the **Virtual Printer** option.
* The print job will automatically be sent to the previously selected printer.

If you need to use a different printer for a future print job, simply click the Virtual Printer icon in the system tray again, select a new printer, and print.

No additional login or session restart is required to change the target printer.

***

The Virtual Printer simplifies printing in remote environments, allowing documents generated in platform applications to be sent directly to local printers quickly and seamlessly. With a straightforward setup and dynamic printer selection, users can easily switch between printing devices without interrupting their current session, ensuring greater flexibility and productivity.


---

# 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.skyone.cloud/english/skyone-autosky-plugin/virtual-printer.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.
