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

# Cookies

\<HITS Inc.> (hereinafter referred to as "the Company")respects the privacy of visitors to its Website (as defined in our Privacy Statement). The HITS Inc. Policy (the “Privacy Statement”) applies to the HITS Inc. Website and describes the information we collect by automated means through the use of information gathering tools, such as cookies and web beacons. When you visit our websites, we may collect information from you automatically through cookies. Any cookies placed by our website or our service are strictly necessary for the correct operation of our website and/or service.

### Necessary Cookies <a href="#necessary-cookies" id="necessary-cookies"></a>

These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work.

### Performance Cookies <a href="#performance-cookies" id="performance-cookies"></a>

These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site.

### Options for Cookies <a href="#options-for-cookies" id="options-for-cookies"></a>

If You do not accept Our Cookies, you may experience some inconvenience in your use of the Website and some features may not function properly. If You'd like to delete Cookies or instruct your web browser to delete or refuse Cookies, please visit the help pages of your web browser.

* For the Chrome web browser, please visit this page from Google : [Clear cache & cookies - Computer - Google Account Help](https://support.google.com/accounts/answer/32050)
* For the Internet Explorer web browser, please visit this page from Microsoft : [Delete and manage cookies - Microsoft Support](https://support.microsoft.com/en-us/windows/delete-and-manage-cookies-168dab11-0753-043d-7c16-ede5947fc64d)
* For the Firefox web browser, please visit this page from Mozilla : [Clear cookies and site data in Firefox | Firefox Help](https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored)
* For the Safari web browser, please visit this page from Apple : [Manage cookies and website data in Safari on Mac](https://support.apple.com/ko-kr/guide/safari/sfri11471/mac)


---

# 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.hits.ai/terms-en/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.
