# Client Script

How to create a Client Script: -&#x20;

A Client Script is the business logic which gets called inside the Client Policy.&#x20;

In order to create a Client Script, follow these steps: -&#x20;

1. On navigation, under Script, go to Client Scripts. You will see a list of all the Client Scripts.&#x20;
2. Click on ‘settings icon’ on top left corner and then click ‘new’.&#x20;
3. A form appears where you have to provide the following details: -&#x20;
4. Name - name of the Client Script.&#x20;
5. Script – The JavaScript code (Business Logic Class).&#x20;
6. Click on ‘create’ button. That’s it, you have created the Client Script.&#x20;
