PagesTools is built so an ordinary visitor can open and use a tool without an account or application session. The Next.js application does not set a cookie in a normal anonymous HTML response.
Essential application cookies
The v2 site has no sign-in, payment plan, language preference, or theme preference that requires an application cookie. Browser-tool values live in the page’s memory while you work. A browser may still keep its own history, form suggestions, cached files, download records, or site permissions; those features are controlled by the browser rather than a PagesTools account.
Optional analytics
Google Analytics code is rendered only when the deployment supplies a GA measurement ID. When it is not configured, that script is absent. If analytics is enabled, Google may use cookies or similar storage and process device and usage information under its own policies. The deployment should request consent where required and should not treat the optional setting as an essential part of a tool.
Optional advertising
Advertising positions render nothing unless advertising is explicitly enabled. An enabled advertising provider may use cookies or similar technologies for delivery, measurement, fraud prevention, or personalization according to its configuration and policies. Applicable consent and opt-out requirements should be addressed before advertising is enabled.
Your browser controls
Most browsers let you inspect, block, or clear cookies and site storage. Blocking optional provider storage should not prevent a core browser tool from performing its local calculation or conversion. Strict privacy settings can affect third-party analytics, advertising, embedded resources, clipboard access, file downloads, or other browser features.
Changes
If PagesTools later adds a feature that requires application storage, this page and the privacy policy should be updated before the feature is treated as available. You can verify the current anonymous response with browser developer tools or an HTTP header request and contact PagesTools with questions.