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

# Cookies Policy

At Aiden Labs, we understand that privacy is a priority, and we are dedicated to protecting it. Aiden Labs, along with its subsidiaries and affiliates (collectively, “we,” “us,” or “our”), has developed this Cookies Policy (the “Policy”) to outline how we handle cookies and web beacons on our Website. “You” and “your” refer to anyone visiting or interacting with Aiden’s Website, whether as a guest, registered user, or client employee. Any updates to this Policy will be posted on this page, with the “Last Revised” date updated accordingly.

## **What We Collect**

We may collect information about your activity during visits to our Website using automated tools. These tools collect details such as your IP address, pages viewed, and interactions with the site. The main tools we use include:

* **Cookies**: Small data files stored on your device, defined as:
  * **Session Cookies**: Temporary cookies that disappear once you close your browser.
  * **Persistent Cookies**: Remain on your device until manually deleted or expired.

## **Types of Cookies We Use**

1. **Strictly Necessary Cookies**: Essential for Website functionality, allowing navigation and access to features you request.
2. **Performance Cookies**: Collect anonymous data on how visitors use our Website, such as entry points and site navigation, helping us improve performance.
3. **Functionality Cookies**: Remember settings like language and location to enhance the user experience. These cookies may be anonymized and cannot track activity outside our Website.
4. **Targeting/Advertising Cookies**: Gather data on browsing habits to display more relevant ads and manage ad exposure frequency. Often provided by third-party networks, this data is shared with advertisers and other parties.

## **Managing Cookies**

If you prefer to restrict cookies, you may do so via your browser’s settings. However, turning cookies off may limit access to certain Website features and functionality.

## **Web Beacons**

Web Beacons are electronic images embedded in our emails or Websites to monitor engagement, such as if and when you click on a link. They can also be used by our third-party marketing partners to monitor online ads. This data is aggregated and anonymized.

For more details on our commitment to privacy, please visit our full Privacy Policy.


---

# 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://aiden-labs.gitbook.io/aiden-labs/legal-docs/cookies-policy.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.
