> ## 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.

# Create Policy

Creates a new policy.

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                      |
  | ----------- | ---------------------------------------------------------------- |
  | Description | An optional text description providing details about the policy. |
  | Name        | Set a unique name for the new policy.                            |
</div>

## Example Output

```json theme={"dark"}
{
	"kind": "tm:security:firewall:policy:policystate",
	"name": "x",
	"partition": "Common",
	"fullPath": "/Common/x",
	"generation": 133,
	"selfLink": "https://localhost/mgmt/tm/security/firewall/policy/~Common~x?ver=14.1.5.3",
	"description": "asd",
	"rulesReference": {
		"link": "https://localhost/mgmt/tm/security/firewall/policy/~Common~x/rules?ver=14.1.5.3",
		"isSubcollection": true
	}
}
```

## Workflow Library Example

[Create Policy with F5 Big Ip and Send Results Via Email](https://library.blinkops.com/workflows/create-policy-with-f5-big-ip-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/create-policy-with-f5-big-ip-and-send-results-via-email/canvas" />
</div>
