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

# Cookie Policy

**1. Introduction**\
Our website uses cookies to enhance user experience, provide faster access, and optimize platform performance. This policy explains how cookies are used and how users can manage their preferences.

**2. Types of Cookies Used**\
We use different types of cookies to improve platform functionality and performance:

* Essential Cookies: These enable core functionalities such as wallet connection, chain selection, and security-related features. These cookies are required for the proper operation of the website.
* Performance Cookies: These store user preferences related to session data, such as game season information, to enhance user experience.
* Analytics Cookies: We use third-party services such as Google Analytics to collect anonymized usage data for statistical and performance analysis.

**3. Third-Party Cookies**\
Certain third-party providers may place cookies to facilitate specific platform functionalities:

* Reown: May place cookies to facilitate wallet re-connection and session tracking.
* Google Analytics: May use cookies to collect aggregate usage data for platform improvement. Users can review Google’s privacy policy for further details on how their data is handled.

**4. Managing Cookies**\
Users can control and manage cookies via their browser settings.

* Essential cookies cannot be disabled as they are required for the website to function properly.
* Users can opt out of non-essential cookies through browser settings or by adjusting cookie preferences in the website’s cookie settings panel.

**5. Duration of Cookies**\
Cookies are stored based on their intended function:

* Essential cookies: Stored for the duration of the session and expire when the browser is closed.
* Performance & Analytics cookies: Stored for a period of up to 12 months unless manually cleared by the user.
* Users may manually delete cookies at any time via browser settings.

**6. Consent & Opt-Out**

* By continuing to use our website, users consent to the use of cookies as described in this policy.
* Users can opt out of non-essential cookies via the cookie banner displayed upon first visit or by modifying their browser settings.
* For EU users: In accordance with GDPR and ePrivacy Directive, explicit consent is required for non-essential cookies. Users have the right to modify their consent preferences at any time.

**7. Changes to the Cookie Policy**\
We reserve the right to update this Cookie Policy periodically. Continued use of the site after updates constitutes acceptance of the revised policy.

<br>


---

# 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://handsnft.gitbook.io/handsnft/cookie-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.
