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

# Cookie Policy

This Cookie Policy ("Policy") explains how Instinct Gaming Ltd. and its affiliates use cookies and similar technologies to recognize, collect, and store information when you visit or use the Reload Games platform. By using Reload Games, you accept our use of cookies as described in this Policy.

#### 1. What Are Cookies?

<br>

Cookies are small data files that are placed on your computer or mobile device when you visit a website, mobile app, or use an online platform. Cookies are widely used by online service providers to facilitate and help to make the interaction between users and websites, mobile apps, and online platforms faster and easier, as well as to provide reporting information.

<br>

#### 2. How We Use Cookies

<br>

We use cookies and other similar technologies for several purposes, including:

<br>

\- Authentication and security: To log you into Reload Games, protect your security, and help detect and fight spam, abuse, and other activities that violate Reload Games agreements and policies.

\- Preferences: To remember information about your browser and your preferences and to remember your settings and other choices you've made.

\- Analytics and research: To help us better understand how people use Reload Games, we work with a number of analytics partners, including Google Analytics.

<br>

#### 3. Your Choices

<br>

Most browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. However, this may prevent you from taking full advantage of the website. You can also opt-out of receiving cookies from certain third-party analytics providers.

<br>

#### 4. Changes to this Policy

<br>

We may update this Policy from time to time to reflect changes to our practices or for other operational, legal, or regulatory reasons.

<br>

#### 5. Contact Us

<br>

For more information about our privacy practices, or if you have questions, please contact us at \[insert contact email or form].

\
\ <br>

\---

<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://legal.reload.games/legal/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.
