> 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/pbi-guides/parallels-browser-isolation-administrators-guide/parallels-browser-isolation-interface/policies.md).

# Policies

The **Policies** category allows you to create and manage policies. Policies control things such as user access, scheduling, URL filtering, and much more.

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

### **Add a policy**

To add a policy:

1. Navigate to the **Policies** category.
2. Click **Add**.
3. Configure the general policy settings:
   * **Name**: The name of the policy.
   * **Description**: The description of the policy.
4. Configure settings in the **Profile** section. This section allows you to create an isolation profile based on users, groups, locations, time zones, and so on.
   * **Users**: Users affected by this policy. Find the user in the Users drop-down menu and click the Add button to the right. Added users will appear in the list below.
   * **Groups**: User groups affected by this policy. Find the group in the **Groups** drop-down menu and click the **Add** button to the right. Added groups will appear in the list below.
   * **Active Hours**: The time period when the policy will be active.
   * **Location**: Locations where the users are affected by this policy. Find the location in the **Country** drop-down menu and the **Add** button to the right. Added locations will appear in the list below.
5. Configure settings in the **Security controls** section. This section allows you to configure specific use cases or features like preventing uploading or downloading, restricting printing, or blocking a URL.
   * **Policy features**: Features that are restricted under the policy.
     * **Disable application**: Disables the application.
     * **Disable printing**: Disables printing from the application.
     * **Disable keyboard**: Disables keyboard usage in the application.&#x20;
     * **Disable downloads**: Disable downloading from the application.
       * Choose the file type extension that you want to specifically disable. E.g., audio files, like `.mp3` or `.wav`.
     * **Disable copy & paste from PBI**: Disables copying from the application.
     * **Disable copy & paste to PBI**: Disables copying to the application.
     * **Disable Uploads**: Disable uploads from the application.
       * Choose the file type extension that you want to specifically disable. E.g., audio files, like `.mp3` or `.wav`.

{% hint style="info" %}
**Note:** Currently Downloads and Uploads do not support Drag and Drop Functionality.
{% endhint %}

* **End user experience**: The indicator that shows that the application is running inside Parallels Browser Isolation.
* **Restrict domains**: The URLs that are blocked under the policy. Specify the domain you want to block in the **Block domain** field and click the **Add** button to the right. Added URLs will appear in the list below. You can add several domains simultaneously by clicking the **Add from File** button and selecting a `.csv` file with the list of domains.
* **Block domains by category (Threat Categorization):** This feature enables administrators to enforce granular web access controls based on predefined domain categories. This capability enhances security posture and simplifies policy management by allowing organizations to block entire classes of risky or non-compliant domains instead of managing individual URLs.

  The categorization engine maps **20+ million domains** into **59 distinct categories**, providing broad and continuously updated coverage of internet destinations.
* **Trusted Domains:** When administrators block websites by category, they can define a list of **trusted domains** that remain accessible, ensuring legitimate business sites aren't disrupted by category-based blocking. Domains can be added by entering them manually or by uploading a list.<br>

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> This feature is only available when <strong>Block domains by category</strong> is enabled.</p></div>

1. Click **Save**.
2. To apply the policy to an application, navigate to the [**Applications**](/landing/pbi-guides/parallels-browser-isolation-administrators-guide/parallels-browser-isolation-interface/applications.md) category and edit the application accordingly. You can see the list of applications the policy is applied to in the **Usage** section of the policy settings.

{% hint style="info" %}
**Note:** If you add or edit a policy for an application that is currently in use, it will not take effect immediately. For the new policy to load, the users will need to close all tabs of the application, wait for five seconds, and open the application again.
{% endhint %}

### **Edit a policy**

To edit a policy:

1. Navigate to the **Policies** category.
2. Click the meatball icon (three vertical dots) in the rightmost column and select **Edit**.
3. Edit the policy as desired.
4. Click **Save**.

{% hint style="info" %}
**Note:** If you add or edit a policy for an application that is currently in use, it will not take effect immediately. For the new policy to load, the users will need to close all tabs of the application, wait for five seconds, and open the application again.
{% endhint %}

### View policy information

To view policy information:

1. Navigate to the **Policies** category.
2. Click on the policy. A side pane with information opens.

### **Remove a policy**

To remove a policy:

1. Navigate to the **Policies** category.
2. Click the meatball icon (three vertical dots) in the rightmost column and select **Remove**.
3. In the dialog that appears, click **Remove**.


---

# 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/pbi-guides/parallels-browser-isolation-administrators-guide/parallels-browser-isolation-interface/policies.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.
