> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/universal-scanning/adding-scanning-applications.md).

# Adding scanning applications

### Adding a scanning application

TWAIN applications that will use the Universal Scanning feature have to be added in the TWAIN tab by selecting the **TWAIN Applications** button so they can use the Twain driver, hence making it easier for the administrator to set them up.

To add an application to the list of scanning applications:

1. With the **Universal Scanning** category selected in the RAS Console, click the **TWAIN** tab.
2. Click the **Twain Applications** button (below the **Servers in Site** list) and then click **Add**.
3. In the **TWAIN Applications** dialog, click **Tasks** > **Add** and browse for the application executable. Select the executable and click **Open**.

{% hint style="info" %}
**Note:** Some applications might use different or multiple executables. Make sure that all required executables are added to the list of scanning applications.
{% endhint %}

### Deleting a scanning application

To delete a scanning application from the list, highlight it and click **Tasks** > **Delete**.

{% hint style="info" %}
**Note:** If you delete an application from the list, the installation of the application will not be affected.
{% endhint %}

You can also specify a universal scanning compression policy. For more info see [**Client Policies** > **Experience**](/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/user-device-management-and-client-policies/client-policies/configure-session-settings/experience.md).


---

# 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.parallels.com/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/universal-scanning/adding-scanning-applications.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.
