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

# Cookies

SimplePay uses a browser feature known as a "cookie" to assign a unique identification to your computer. Cookies are stored on your device's hard drive and help us understand user interactions, evaluate the effectiveness of our site, analyze trends, and administer the platform.

**Types of Cookies**

* Essential Cookies: Necessary for the website to function properly.
* Analytics Cookies: Collect information to improve performance and user experience.
* Functional Cookies: Enable enhanced functionality and personalization.

**Managing Cookies**

You can change your cookie preferences at any time through your browser settings. For more information on managing cookies, visit[ aboutcookies.org](http://www.aboutcookies.org) or[ allaboutcookies.org](http://www.allaboutcookies.org). To opt out of Google Analytics tracking, visit[ Google Analytics Opt-out](http://tools.google.com/dlpage/gaoptout).

**Updates to Cookie Policy**

We may update this Cookies section periodically. Any changes will be posted on this page, and we encourage users to review it regularly.<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:

```
GET https://dev.simplepay.ai/docs/legal/cookies.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.
