Legal Templates
Cookie policy disclosure
Copy-paste language for the "cookies" section of your policy, covering what the SDK actually sets.
The ARCY AI SDK does not set any cookies. It uses browser localStorage and sessionStorage only. Most cookie policies use "cookies" as a catch-all heading for any client-side storage, so the text below is written to fit under that heading while stating this accurately.
This is boilerplate, not legal advice. Have your own counsel review it before publishing.
What to paste
ARCY AI (Product Assistance)
ARCY AI, which powers in-product guidance inside [Your Product Name], does
not set cookies. It stores the following in your browser's local and session
storage:
| Storage type | Category | Purpose | Lifespan |
|----------------|-------------------------|--------------------------------------------------------------------------------------|-------------------------------------------|
| localStorage | Visitor identifier | An anonymous identifier used to recognize returning visitors | Until you clear browser storage |
| localStorage | Attribution data | Records how you arrived (referring site, campaign parameters) for reporting purposes | Until you clear browser storage |
| localStorage | Feature/flow progress | Tracks which guided walkthroughs or features you've already seen | Until you clear browser storage |
| sessionStorage | Session credentials | Your current session identifier and authorization token with the in-product assistant | Cleared when you close your browser tab |
None of this is used for cross-site advertising or third-party tracking. It
is used only to operate the in-product assistant within [Your Product Name].
You can clear it at any time by clearing your browser's site data for
[Your Product Name].Technical reference (for CMP / cookie-scanner configuration)
If your consent management platform needs literal storage key names to allowlist rather than a purpose description, the current keys are:
| Storage type | Key(s) |
|---|---|
| localStorage | __arcy_vid, __arcy_ft, plus per-flow/feature keys generated per flow ID in your knowledge graph (not fixed strings) |
| sessionStorage | arcy-sid, arcy-sid-token, arcy-sid-pk |
This reference is for your own configuration use, not intended to be pasted into a public-facing policy.
Notes on filling this in
- If your own cookie consent banner or CMP inventories storage by category, classify these as "functional/necessary" storage, not "analytics" or "advertising." Confirm this classification with your own counsel or CMP vendor.
- If you disable the ARCY AI widget entirely for a user (
showWidget={false}or by not mountingARCYProvider), none of this storage is written for that session.