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

# Use Of Cookies

Galaxify utilizes cookies to enhance user experience and improve the functionality of the browser. Cookies are small pieces of data stored on the user's device that help in remembering user preferences, optimizing performance, and providing personalized content.

**Types of Cookies**

1. **Essential Cookies**: These cookies are necessary for the basic functionality of Galaxify. They enable users to navigate the website and utilize its features securely.
2. **Analytical Cookies**: Analytical cookies are used to collect information about how users interact with Galaxify. This data helps us analyze and improve the performance of the browser.
3. **Functionality Cookies**: Functionality cookies allow Galaxify to remember user preferences and settings, such as language preferences and customized layouts, to provide a more personalized browsing experience.
4. **Advertising Cookies**: Galaxify may use advertising cookies to deliver personalized advertisements to users based on their browsing history and interests. These cookies help us provide relevant content and improve advertising efficiency.

**Cookie Management**

Users have the option to control cookie preferences through their browser settings. They can choose to accept or decline cookies and can also delete existing cookies from their device. However, disabling certain cookies may affect the functionality and performance of Galaxify.

**Third-Party Cookies**

Galaxify may incorporate third-party services that use cookies for various purposes, such as analytics and advertising. These third-party cookies are subject to their respective privacy policies, and users are encouraged to review them for further information.

**Updates to Cookie Policy**

Galaxify reserves the right to update or modify this cookie policy as needed. Any changes will be reflected on this page, and users will be informed accordingly.

**Contact**

If you have any questions or concerns regarding our use of cookies, please contact us at \[email protected].

Last Updated: \[20.01.2025]


---

# 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://galaxify-network.gitbook.io/galaxify/documents/use-of-cookies.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.
