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

# Cookie Policy

**Introduction**

This Cookie Policy explains how Degen Martians ("we," "our," "us") uses cookies and similar tracking technologies on our website. By using our website, you consent to the use of cookies as described in this policy.

**1. What Are Cookies?**

Cookies are small data files that are placed on your device (computer, smartphone, tablet) when you visit a website. Cookies allow the website to recognize your device and store certain information about your preferences or past actions.

**2. How We Use Cookies**

We use cookies to enhance your experience on our website, including:

* **Essential Cookies:** These cookies are necessary for the basic functioning of our website. They enable core features such as security, network management, and accessibility.
* **Performance Cookies:** These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. They allow us to improve the performance and user experience of our site.
* **Functional Cookies:** These cookies allow our website to remember choices you make and provide enhanced, personalized features. This includes remembering your login details and preferences.
* **Targeting Cookies:** These cookies are used to deliver relevant advertisements and track the effectiveness of our marketing campaigns. They may also be used to limit the number of times you see an ad and to help measure the effectiveness of an advertising campaign.

**3. Third-Party Cookies**

In addition to our own cookies, we may also use various third-party cookies to report usage statistics of the website, deliver advertisements, and understand user behavior. These third-party services may collect information about your online activities over time and across different websites.

**4. Managing Cookies**

You have the right to decide whether to accept or reject cookies. You can set or amend your web browser controls to accept or refuse cookies. If you choose to reject cookies, you may still use our website, but your access to some functionality and areas of our website may be restricted.

**How to Manage Cookies in Different Browsers:**

* **Google Chrome:** Instructions
* **Mozilla Firefox:** [Instructions](https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences)
* **Safari:** [Instructions](https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac)
* **Microsoft Edge:** [Instructions](https://support.microsoft.com/en-us/microsoft-edge/delete-cookies-in-microsoft-edge-63947406-40ac-c3b8-57b9-2a946a29ae09)

**5. Changes to This Cookie Policy**

We may update this Cookie Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We encourage you to review this policy periodically to stay informed about our use of cookies and related technologies.

**6. Contact Us**

If you have any questions or concerns about this Cookie Policy or our use of cookies, please contact us at:

Email: \[Your Contact Email]\
Address: \[Your Contact Address]

**7. Effective Date**

This Cookie Policy is effective as of \[05/06/2024].


---

# 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://degen-martians.gitbook.io/degen-martians/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.
