# Cookie Policy

## Cookie

A cookie is a small piece of data that allows your browser to maintain a session when visiting different pages on our website.

## Cookie Usage

* **Account Session:** Cookies are used for logging into user accounts and storing data about your website preferences.
* **Analytics:** We use cookies to track usage activity on our website to make conclusions on what to improve. Additionally, we share this activity with creators on our platform so they can track how their content is being viewed.

## Cookies Purpose

Here is a table of the cookies that Ouzox sets on your browser and what their purpose is.

| Cookie Name | Purpose                                                              |
| ----------- | -------------------------------------------------------------------- |
| session\_id | Your session on the site, including the account you are logged onto. |

Likewise, there are third-party services Ouzox uses that may set cookies on the site.

| Service          | Purpose                               | Privacy                                                                                     |
| ---------------- | ------------------------------------- | ------------------------------------------------------------------------------------------- |
| Stripe           | Accept payments and pay users.        | [Stripe Cookie Policy](https://stripe.com/legal/cookies-policy)                             |
| Google Analytics | Measure site traffic and performance. | [Google Analytics Cookie Policy](https://policies.google.com/technologies/cookies?hl=en-US) |


---

# 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://ouzox-games.gitbook.io/ouzox-docs/legal/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.
