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

# Cookie Policy

**Effective Date:** June 21, 2026 **Last Updated:** July 3, 2026

This Cookie Policy explains how TokenBot ("we," "us," "our") uses cookies and similar tracking technologies on our **websites** — including [tokenbot.com](https://tokenbot.com), our status page, and our documentation (collectively, the "Websites").

> **The `tokenbot` CLI does not use cookies.** Cookies apply only when you visit our Websites in a browser.

***

## Table of Contents

1. [What Are Cookies](#1-what-are-cookies)
2. [How We Use Cookies](#2-how-we-use-cookies)
3. [Types of Cookies We Use](#3-types-of-cookies-we-use)
4. [Third-Party Cookies](#4-third-party-cookies)
5. [Managing Cookies](#5-managing-cookies)
6. [Do Not Track](#6-do-not-track)
7. [Changes to This Policy](#7-changes-to-this-policy)
8. [Contact Us](#8-contact-us)

***

## 1. What Are Cookies

Cookies are small text files placed on your device when you visit a website. They are widely used to make websites work efficiently, provide a better user experience, and supply information to website operators.

Similar technologies include:

* **Local Storage:** Data stored in your browser for longer-term persistence.
* **Session Storage:** Data stored for the duration of a browser session.
* **Web Beacons / Pixels:** Small transparent images used to track user behavior.

***

## 2. How We Use Cookies

We use cookies and similar technologies on our Websites to:

* **Remember** your preferences and settings.
* **Secure** the Websites by detecting fraud and unauthorized access.
* **Analyze** how visitors interact with the Websites to improve performance and content.

***

## 3. Types of Cookies We Use

### 3.1 Strictly Necessary Cookies

These cookies are essential for the Websites to function and cannot be disabled.

| Cookie           | Purpose                                 | Duration |
| ---------------- | --------------------------------------- | -------- |
| `csrf_token`     | Cross-site request forgery protection   | Session  |
| `cookie_consent` | Records your cookie consent preferences | 1 year   |

### 3.2 Functional Cookies

These cookies enable enhanced functionality and personalization.

| Cookie     | Purpose                                   | Duration |
| ---------- | ----------------------------------------- | -------- |
| `theme`    | Remembers your light/dark mode preference | 1 year   |
| `language` | Stores your language preference           | 1 year   |

### 3.3 Analytics Cookies

These cookies help us understand how visitors interact with the Websites.

| Cookie  | Purpose                                              | Duration |
| ------- | ---------------------------------------------------- | -------- |
| `_ga`   | Google Analytics — distinguishes individual visitors | 2 years  |
| `_gid`  | Google Analytics — distinguishes individual visitors | 24 hours |
| `_ga_*` | Google Analytics 4 — persists session state          | 2 years  |

We use **Google Analytics 4 (GA4)** to understand aggregate Website usage. These analytics cookies are **consent-gated**: they are not set unless you accept analytics cookies in the consent banner.

### 3.4 Performance Cookies

These cookies collect information about Website performance.

| Cookie         | Purpose                                    | Duration |
| -------------- | ------------------------------------------ | -------- |
| `perf_metrics` | Page load times and performance monitoring | Session  |

***

## 4. Third-Party Cookies

We minimize the use of third-party cookies. Currently, third-party services that may set cookies include:

| Provider           | Purpose         | Privacy Policy                                                     |
| ------------------ | --------------- | ------------------------------------------------------------------ |
| Google Analytics 4 | Usage analytics | [policies.google.com/privacy](https://policies.google.com/privacy) |

We do **not** use advertising cookies or allow third-party advertising networks to set cookies on the Websites.

***

## 5. Managing Cookies

### 5.1 Cookie Consent

When you first visit the Websites, you will be presented with a cookie consent banner allowing you to accept or customize your cookie preferences.

### 5.2 Browser Settings

You can control cookies through your browser settings:

* **Chrome:** Settings → Privacy and Security → Cookies
* **Firefox:** Settings → Privacy & Security → Cookies
* **Safari:** Preferences → Privacy → Cookies
* **Edge:** Settings → Cookies and Site Permissions

### 5.3 Impact of Disabling Cookies

Disabling strictly necessary cookies may prevent you from using the Websites. Disabling other cookies may affect functionality and your experience.

### 5.4 Clearing Cookies

You can delete existing cookies at any time through your browser settings. Note that this may log you out of the Websites and reset your preferences.

***

## 6. Do Not Track

Some browsers support a "Do Not Track" (DNT) signal. Since there is no industry-standard interpretation of DNT, we do not currently respond to DNT signals. However, analytics on our Websites are consent-gated — we do not load analytics or set analytics cookies unless you opt in via the cookie consent banner.

***

## 7. Changes to This Policy

We may update this Cookie Policy from time to time. Changes will be posted on this page with an updated "Last Updated" date. Material changes will be communicated through the Websites or via email.

***

## 8. Contact Us

For questions about our use of cookies:

* **Email:** <privacy@tokenbot.com>
* **Website:** [tokenbot.com](https://tokenbot.com)


---

# 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://docs.tokenbot.com/home/legal-information/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.
