> 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/skyone-autosky-plugin.md).

# Skyone Autosky Plugin

### Overview

The Autosky Plugin is an extension component of the Skyone platform that enhances integration between the user’s environment and applications remotely delivered through Autosky.

The plugin enables local workstation resources to be seamlessly used within remote sessions, providing a more integrated and productive experience for end users.

Currently, the Autosky Plugin offers features such as:

* Local printing through Virtual Printer;
* A1 Digital Certificate Management;
* Integration with operating system resources;
* Communication between the local workstation and remotely executed applications.

{% hint style="info" %}
Some features may vary depending on the operating system and the installed plugin version.
{% endhint %}

***

### Key Features

#### Virtual Printer

The Virtual Printer feature allows print jobs generated within remote applications to be routed to printers installed locally on the user's workstation.

**Benefits:**

* Use local printers without additional configuration in the remote session;
* Dynamically switch the target printer;
* Simplified user experience.

#### A1 Certificate Management

The A1 Certificate Manager allows each user to register and manage their own digital certificates directly through the plugin.

**Benefits:**

* Greater autonomy for end users;
* Automatic installation in RDP sessions;
* Secure certificate storage;
* Reduced need for administrative intervention.

***

### Requirements

#### Windows

Before installing the Autosky Plugin, ensure that your environment meets the following requirements:

* Windows 7 SP1 (32-bit or 64-bit) or later;
* Permission to install software;
* Internet connection.

#### macOS

Before installing the Autosky Plugin, ensure that your environment meets the following requirements:

* macOS 12 (Monterey) or later;
* Permission to install applications;
* Internet connection.

***

### Installation

#### Windows

1. Run the Autosky Plugin installer.
2. Complete the installation by following the setup wizard.
3. Open the plugin.
4. Click **Details**.
5. Select **Install Virtual Printer Driver**.
6. Wait for the installation to complete.

{% hint style="info" %}
After installation, the plugin will be available in the system tray.
{% endhint %}

#### macOS

Before installation, remove any existing versions of the Autosky Plugin and GoGlobal, if present.

**Installing the Autosky Plugin**

1. Download the plugin package.
2. Run the **SkyonePlugin.pkg** file.
3. Follow the installation steps.

**Installing AppController**

After installing the plugin:

1. Download **AppController**.
2. Open the `.dmg` file.
3. Drag the application to the **Applications** folder.

Once the installation is complete, both applications will be available in the macOS **Applications** folder.

***

### Accessing the Plugin

After installation, the Autosky Plugin will be available in the operating system notification area (system tray).

From the plugin, you can:

* View the plugin status;
* Access general settings;
* Manage digital certificates;
* Configure the Virtual Printer;
* Monitor alerts and notifications.

***

### Next Steps

After installing the Autosky Plugin, refer to the documentation for each specific feature:

* Virtual Printer
* A1 Certificate Management


---

# 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/skyone-autosky-plugin.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.
