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

# Cookie Policy

### 1. Introduction

FutureSyncx uses cookies to enhance your experience on our website. This Cookie Policy explains how and why we use cookies to improve site functionality, personalize your experience, and analyze site traffic.

### 2. What Are Cookies?

Cookies are small data files stored on your device that help us remember your preferences and enhance your browsing experience. They enable us to understand user behavior and make continuous improvements to our site.

### 3. Use of Cookies

We use cookies for various purposes, including:

•  User Preferences: Saving your settings and preferences for future visits.

•  Analytics: Compiling aggregate data about site traffic and user interactions to help us optimize our services.

•  Personalization: Enhancing the overall user experience by tailoring content and features to your interests.

### 4. Your Choices

You have the option to accept or decline cookies. While most web browsers automatically accept cookies, you can adjust your browser settings to decline cookies if you prefer. Please note that disabling cookies may affect the functionality and performance of our website.

### 5. Changes to This Policy

We may update this Cookie Policy from time to time. We encourage you to review the policy periodically to stay informed about how we use cookies and any changes that may affect you.

### 6. Contact Us

If you have any questions or concerns regarding this Cookie Policy, please contact us at <support@futuresyncx.com>.

By continuing to use the FutureSyncx website, you agree to our use of cookies as described in this policy.


---

# 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://futuresyncx.gitbook.io/future-sync-x/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.
