> For the complete documentation index, see [llms.txt](https://hummingbird-group.gitbook.io/hummingbird/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hummingbird-group.gitbook.io/hummingbird/general/cookie-policy.md).

# Cookie Policy

This document extends our [Terms and Conditions](/hummingbird/general/terms.md) and [Privacy Policy](/hummingbird/general/privacy-policy.md).

## **About Cookies**

Cookies are simple text files that are stored on your computer or mobile device by a website’s server. Each cookie is unique to your web browser. It will contain some anonymous information such as a unique identifier, website’s domain name, and some digits and numbers.

## **Types of Cookies that we use**

**Necessary cookies**\
Necessary cookies allow us to offer you the best possible experience when accessing and navigating through our website and using its features. For example, these cookies let us recognize that you have created an account and have logged into that account.

**Functionality cookies**\
Functionality cookies let us operate the site in accordance with the choices you make. For example, we will recognize your username and remember how you customized the site during future visits.

**Analytical cookies**\
These cookies enable us and third-party services to collect aggregated data for statistical purposes on how our visitors use the website. These cookies do not contain personal information such as names and email addresses and are used to help us improve your user experience of the website.

## **Deleting Cookies**

If you want to restrict or block the cookies that are set by our website, you can do so through your browser setting. Alternatively, you can visit [internetcookies.org](https://internetcookies.org/), which contains comprehensive information on how to do this on a wide variety of browsers and devices. You will find general information about cookies and details on how to delete cookies from your device.

Hummingbird also makes use of other web technologies such as web beacons, or pixel tags, that often depend on cookies to function properly. Our platform may not function properly if you decline the use of cookies.

## **Residents of California and the European Union**

Please see our [CCPA](/hummingbird/general/ccpa.md) and [GDPR](/hummingbird/general/gdpr.md) policies for your extended policies that may apply to you.


---

# 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:

```
GET https://hummingbird-group.gitbook.io/hummingbird/general/cookie-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
