> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/privacy-and-security/privacy-statement/cookies.md).

# Cookies

**Effective Date:** April 6, 2026

**Last Updated:** March 31, 2026

## How we use Cookies

Cookies are very small text files that are stored on your computer when you visit some websites.

We use cookies to help identify your computer so we can tailor your user experience like keep track of your preferences on certain pages or remember an option you chose on a page.

You can disable any cookies already stored on your computer, but these may stop our website from functioning properly.

### Strictly Necessary Cookies

* This website will remember that you are logged in and that your session is secure
* This website will remember which role you have selected to log in if necessary
* If you have agreed (or not) to our use of cookies on this site

### Analytics Cookies (Optional - Opt-in)

***To provide us a better understanding of how visitors interact with our website so we can improve performance and usability***

* Google Analytics
  * Provider: Google LLC
  * Purpose: Collects information about how visitors use our website, including pages visited, time spent on pages, and referral sources.
  * Data Collected: IP address (may be truncated), device and browser information, usage data\
    Retention: As configured in Google Analytics
  * Google Analytics cookies are only set if you provide consent.

### Sales and Marketing Cookies (Optional - Opt-in)

***Sales and marketing cookies support our business-to-business sales and marketing activities. They help us understand how organizations interact with our website, identify potential business customers, analyze engagement, and support sales outreach.***

* Apollo.io
  * Provider: Zenleads Inc. d/b/a Apollo.io
  * Purpose: Collects IP address information to inform us what organizations are visiting our website.
  * Data Collected: IP address
  * Apollo.io cookies are only set if you provide consent.

### Additional Rights for European Economic Area and United Kingdom Residents

For visitors located in the European Economic Area or the United Kingdom:

* Strictly necessary cookies are processed based on our legitimate interest in operating the website.
* Analytics and sales/marketing cookies are processed based on your consent, which you may withdraw at any time.

If you are located in the European Economic Area or the United Kingdom, you may be entitled to additional rights concerning the personal data collected through cookies under the General Data Protection Regulation (EU) 2016/679 ("GDPR") and the United Kingdom General Data Protection Regulation ("UK GDPR"), respectively.

We have prepared a supplementary document that provides comprehensive information about the specific rights afforded to data subjects under the GDPR and UK GDPR as they relate to cookie-based data processing, including detailed explanations of each right, the circumstances under which each right applies, and instructions for exercising your rights.

To review the full description of your rights as a European data subject, please access our GDPR Data Subject Rights Addendum [GDPR Privacy Statement Addendum](/privacy-and-security/privacy-statement/gdpr-privacy-statement-addendum.md).

You may exercise any of these rights by contacting us at <privacy@littlearms.com> or adjusting your cookie preferences through our cookie consent banner.

## How to Control Cookies

You can manage or withdraw your consent at any time by:

* Clicking the “Cookies Preferences” link in the website footer
* Adjusting your browser settings to block or delete cookies (details below)

You can modify preferences or delete cookies using your browser - for details see [aboutcookies.org](http://www.aboutcookies.org/). You may delete all cookies currently on your computer and adjust them from being placed on your computer in most browsers; however, by doing this you may have to manually adjust preferences on our website every time you visit and some services and functionalities may not work.

## Contact Us

If you have any questions about this Cookie Policy, please contact us:

* By email: <privacy@littlearms.com>
* By visiting this page on our website: <https://zephyr-sim.com/contact>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.zephyr-sim.com/privacy-and-security/privacy-statement/cookies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
