# Legal Pages

> Create essential legal pages including terms of service and privacy policy.

*Canonical: https://makerkit.dev/docs/nextjs-drizzle/marketing-pages/legal-pages*

---

Every SaaS application needs:

- **Terms of Service** - User agreement at `apps/web/app/[locale]/(public)/(legal)/terms-of-service/page.tsx`
- **Privacy Policy** - Data handling practices at `apps/web/app/[locale]/(public)/(legal)/privacy-policy/page.tsx`
- **Cookie Policy** - Cookie usage disclosure at `apps/web/app/[locale]/(public)/(legal)/cookie-policy/page.tsx`

**We highly recommend filling in the content of these pages with your own content once you start having users.**

---

**Next:** [Development Guide →](../development-guide/overview)
