generate_policies
Generate privacy policies, terms of service, and AI disclosures localized for target markets like GDPR and CCPA. Pass compliance flags to tailor documents to your app's data processing.
Instructions
Generate the legal documents (privacy policy, terms of service and, if applicable, an AI disclosure) localized and tailored to the target markets (GDPR, UK GDPR, CCPA…). Returns Markdown. Pass scan_project's suggestedAnswers as answers so the documents disclose the right processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | No | Data controller / legal entity. | |
| answers | No | Compliance flags; pass scan_project's suggestedAnswers. Recognized keys: usesAnalytics, processesPayments, usesGenerativeAI, collectsEmails, sharesWithThirdParties, platformType. | |
| appName | Yes | ||
| locales | No | ||
| markets | Yes | ||
| contactEmail | No |