01What is a cookie?
A “cookie” is a small piece of text a website asks your browser to store. The site can read it back on the next visit. The same goes for localStorage entries, which behave similarly but live longer and never travel back to the server. We use the term “cookie” loosely on this page to cover both.
02Categories we use
We only use cookies in two narrow categories:
- Strictly necessary. Required for the site to function — for example, holding a session token after sign-in to the operator console.
- Preferences. Remembering low-stakes choices you’ve made, like light or dark theme.
We do not use advertising cookies, behavioral-tracking pixels, social-media trackers, or third-party analytics that profile individual users across sites.
03The full list
| Name | Category | Lifetime | Purpose |
|---|---|---|---|
neurapick-website-theme |
Preferences | Persistent (until cleared) | Stores your light/dark theme choice in localStorage. No personal data. |
np_session |
Strictly necessary | Session (cleared on sign-out) | Operator console authentication token. Only set after sign-in at /console. |
np_csrf |
Strictly necessary | Session | Anti-forgery token for form submissions. Required for security. |
np_console_layout |
Preferences | 365 days | Stores your console layout choices (sidebar width, default screen) in localStorage. |
_grecaptcha |
Strictly necessary (3rd-party) | ~6 months | Set by Google reCAPTCHA Enterprise when you submit the demo form. Used to detect automated abuse. See “Third-party” below. |
04Third-party
Google Fonts
This site loads typefaces from Google Fonts (fonts.googleapis.com and fonts.gstatic.com). Google Fonts does not set cookies in the browser; it does receive your IP address as part of the font request. If you would prefer to self-host fonts in the future, this is on our roadmap — reach out and we’ll prioritize.
Google reCAPTCHA Enterprise
The demo-request form on the homepage and the operator console at /console/ use Google reCAPTCHA Enterprise to block automated abuse. Protected actions include DEMO_REQUEST (marketing-form submit), LOGIN (console sign-in), and FORGOT_PASSWORD (console password-reset request). reCAPTCHA loads JavaScript from www.google.com and www.gstatic.com, may set the _grecaptcha cookie and read certain browser characteristics (mouse movement, scroll, IP, user-agent) to compute a fraud-risk score for each protected action. The data sent to Google is governed by the Google Privacy Policy and Terms of Service. We use the risk score only to gate the specific action; we do not link it back to your identity for any other purpose.
Beyond Google Fonts and reCAPTCHA Enterprise, the site does not embed Facebook pixels, Google Analytics, LinkedIn Insight, Hotjar, or similar profiling/advertising trackers as of the date above.
05Manage cookies
Because we don’t use any non-essential cookies in the categories most consent banners regulate, you won’t see a cookie banner on this site. If you’d like to clear the preference entries we do set, you can do so at any time from your browser’s privacy settings, or by running this in the browser console while on our site:
localStorage.clear(); document.cookie.split(';').forEach(c => document.cookie = c.replace(/^ +/, '').replace(/=.*/, '=;expires=' + new Date(0).toUTCString() + ';path=/'))
Most browsers also let you block all cookies on a per-site basis. Doing so will sign you out of the operator console; the marketing pages will still work.
06Do Not Track
We honor the spirit of Do Not Track by default: we do not run profiling trackers on this site for any visitor, regardless of browser setting. The technical “DNT” header is largely deprecated by major browsers, so we do not specifically key off it.
07Updates
If we add a new cookie or technology, we’ll list it here before it goes live. The “Effective” date at the top of this page reflects the most recent change.
08Contact
Cookie questions: privacy@neurapickrobotics.com. For broader data-protection topics, see our Privacy Policy.
5830 E 2ND ST, STE 7000 #29017
Casper, WY 82609
United States