# Cookies

**Cookies** are tiny text files that offer significant benefits for e-commerce websites. They enhance user experiences by preserving login states, tracking activities, enabling personalization, maintaining shopping carts, monitoring performance, and managing ads. However, it's crucial to respect privacy regulations when using cookies

<table data-full-width="false"><thead><tr><th width="143">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Enable cookie</strong>s</td><td>You can enable or disable cookies by checking or unchecking the checkbox</td></tr><tr><td><strong>Show in customize editor</strong></td><td>Display options in the theme's customize editor</td></tr><tr><td><strong>Cookies</strong></td><td>Cookies section heading</td></tr><tr><td><strong>Content</strong></td><td>Cookie content</td></tr><tr><td><strong>Allow button label</strong></td><td>Button content for allow</td></tr><tr><td><strong>Refuse button label</strong></td><td>Button content for refuse</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://nextsky.gitbook.io/agile-theme/theme-setting/cookies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
