# GateWise NG Public Policy Links

GateWise NG is a product of Globulus Technology Limited.

The WebApp Policy Center is the canonical public location for legal, privacy, data protection, deletion, and cookie/cache information. MobileApp screens and internal documentation should link to these URLs instead of duplicating policy text.

## Canonical Links

| Policy | Public URL |
| --- | --- |
| Policy Center | https://gatewise.ng/legal |
| Terms and Conditions | https://gatewise.ng/legal/terms-and-conditions |
| Privacy Policy | https://gatewise.ng/legal/privacy-policy |
| Data Protection Policy | https://gatewise.ng/legal/data-protection-policy |
| Data Retention and Deletion Policy | https://gatewise.ng/legal/data-retention-and-deletion-policy |
| Cookies and Cache Policy | https://gatewise.ng/legal/cookies-and-cache-policy |
| Data Processing Addendum | https://gatewise.ng/legal/data-processing-addendum |
| Security and Incident Response Policy | https://gatewise.ng/legal/security-and-incident-response-policy |

## One-Update Workflow

Update the policy markdown in `docs/legal`, then run:

```powershell
npm.cmd run legal:sync
```

The sync command copies the policy markdown to the WebApp public `legal/` folder and writes a public `policy-links.json` manifest. The MobileApp uses the WebApp URLs, so it does not need embedded copies of the policy text.

If the WebApp workspace is in a different location, set `GATEWISE_WEBAPP_ROOT` before running the command.
