# Use Cookie

## What are Cookies?

Cookies are small files containing information about website-user interactions. They can include website domain name, login information, cookie expiration date, internet usage patterns, etc.

{% columns %}
{% column width="58.333333333333336%" %}

<figure><img src="https://content.gitbook.com/content/goHfMCeMlqJPW61OR5d1/blobs/tQ7pnnEiiUASXsVzY9ks/UseCookie.gif" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="41.666666666666664%" %}

{% endcolumn %}
{% endcolumns %}

***

## Use Cookie Option

The **Use Cookie** option lets you extract data from private web pages requiring specific access permissions (like login) by utilizing login status or session information stored in your browser during re-extraction, so you can extract data without additional login steps.

Enabling the **\[Use Cookie]** toggle in the Listly extension popup saves the user's temporary information, allowing data re-extraction through Listly without additional login steps during the validity period.

* **Validity Period**: Saved cookies are **valid for about 1 hour** and expire after that time.
* **Usage Timing**: Useful when re-extraction is needed within a short time for pages requiring user permissions like my pages, order history, private forums, etc.
* **When Disabled**: Initial extraction of private pages is possible, but re-extraction may have higher failure probability without saved cookies.

{% hint style="warning" %}
**Important notes when using cookie options**

* Cookie-based login retention status may be limited depending on user's browser environment or site-specific authentication policies.
* Some sites with strict security (e.g., banks, internal systems) may not support cookie authentication or it may expire immediately.
  {% endhint %}


---

# 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://help.listly.io/getting-started/extension-features/use-cookie.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.
