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

# नीतियों को सूचीबद्ध करें

> देखें कि कौन सी नीतियां सक्षम हैं, उनके पैरामीटर और कस्टम नीतियां

```bash theme={null}
failproofai policies
```

सभी नीतियों को उनकी स्थिति, कॉन्फ़िगर किए गए पैरामीटर और कस्टम नीतियों के साथ प्रदर्शित करता है।

## नमूना आउटपुट

```text theme={null}
Failproof AI Hook Policies (user)

  Status  Name                          Description
  ──────  ──────────────────────────────────────────────────────────────
  ✓       block-sudo                    Block sudo commands
            allowPatterns: ["sudo systemctl status"]
  ✓       block-rm-rf                   Block recursive deletions
  ✗       block-curl-pipe-sh            Block curl|bash patterns
  ✓       sanitize-api-keys             Redact API keys from output
            additionalPatterns: [{ regex: "MY_TOKEN_...", label: "..." }]

  ── Custom Policies (/home/alice/myproject/my-policies.js) ──────────────
  ✓       require-jira-ticket           Block commits without ticket
  ✓       approval-gate                 Approval gate for destructive ops
```

`policyParams` में अज्ञात कुंजियों को यहां फ़्लैग किया जाता है ताकि आप जल्दी टाइपो को पकड़ सकें।
