---
title: Deploying the PingIntelligence policy
description: Deploy the PingIntelligence for APIs policy in PingFederate and complete the required configurations.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_integrations:pingintelligence_pf_deploy
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_integrations/pingintelligence_pf_deploy.html
revdate: April 3, 2024
section_ids:
  before-you-begin: Before you begin
  about-this-task: About this task
  steps: Steps
---

# Deploying the PingIntelligence policy

Deploy the PingIntelligence for APIs policy in PingFederate and complete the required configurations.

## Before you begin

Complete the configuration steps in [Preparing for deployment](pingintelligence_pf_preparing.html).

## About this task

To deploy the PingIntelligence policy:

## Steps

1. Download the PingIntelligence for APIs policy file from the [Sideband Integrations](https://www.pingidentity.com/en/resources/downloads/pingintelligence.html) section of the PingIntelligence for APIs download page and copy it to the node hosting PingFederate server.

   |   |                                                                                                                           |
   | - | ------------------------------------------------------------------------------------------------------------------------- |
   |   | If the PingFederate server is deployed in a cluster, then copy the policy to all the runtime engine nodes of the cluster. |

2. Extract the policy file by entering the following command.

   ```shell
   $ untar pi-api-pf-policy-4.3.tar.gz
   ```

3. Stop PingFederate. For more information, see [Start and stop PingFederate](https://docs.pingidentity.com/bundle/pingfederate-101/page/tmg1564002960433.html).

4. Copy the policy to the `pingfederate/server/default/deploy` directory.

   ```shell
   $ cp pingidentity/pf-policy/pf-pi4api-filter.jar  <pf_install>/pingfederate/server/default/deploy/
   ```

5. Complete the following configurations:

   * [Configuring the PingIntelligence servlet filter](pingintelligence_pf_servlet.html)

   * [Configure API JSON in ASE](pingintelligence_pf_api_json.html)

6. Start PingFederate. For more information, see [Start and stop PingFederate](https://docs.pingidentity.com/bundle/pingfederate-101/page/tmg1564002960433.html).
