> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Policy

Install policy on the specified targets.

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/#web/install-policy~v2.0.1%20).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                         | Description                                                                                                                                                                                                                                                   |
  | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Install Access Control Policy     | Select to install the Access Control Policy. Defaults to `true` if enabled in the policy package.                                                                                                                                                             |
  | Install Desktop Security Policy   | Select to install the Desktop Security Policy. Defaults to `true` if enabled in the policy package.                                                                                                                                                           |
  | Install Quality Of Service Policy | Select to install the Quality of Service Policy. Defaults to `true` if enabled in the policy package.                                                                                                                                                         |
  | Install Threat Prevention Policy  | Select to install the Threat Prevention Policy. Defaults to `true` if enabled in the policy package.                                                                                                                                                          |
  | Policy Package                    | The name of the policy package to install.                                                                                                                                                                                                                    |
  | Revision                          | The unique identifier (UID) of the policy revision to install. If not specified, the latest revision is used.                                                                                                                                                 |
  | Targets                           | A comma-separated list of targets on which to install the policy. Targets can be specified by name or UID.<br /><br />**Note**: In case `Specific gateways` is chosen, input installation targets must be in the specific targets list of the policy package. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                              | Description                                                                                                                                |
  | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
  | Ignore Warning                         | Select to install the policy even if warnings are present.                                                                                 |
  | Install On All Cluster Members Or Fail | Select to install the policy on all cluster members. If installation fails on any member, the policy will not be installed on the cluster. |
  | Prepare Only                           | Select to prepare the policy for installation without installing it.                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"task-id": "01234567-89ab-cdef-0123-456789abcdef"
}
```

## Workflow Library Example

[Install Policy with Check Point Management and Send Results Via Email](https://library.blinkops.com/workflows/install-policy-with-check-point-management-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/install-policy-with-check-point-management-and-send-results-via-email/canvas" />
</div>
