# Cookie を使用

## クッキーとは？

クッキーは、ウェブサイトとユーザーの相互作用情報を含む小さなファイルです。ウェブサイトのドメイン名、ログイン情報、クッキーの有効期限、インターネット使用パターンなどが含まれる場合があります。

{% columns %}
{% column %}

<figure><img src="/files/ca2271c33b18d337c08a78a99bbfc1f106aa9247" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

***

## クッキー使用オプション

\*\*クッキー使用（USE COOKIE）\*\*オプションは、ログインなど特定のアクセス権限が必要な非公開ウェブページでデータを抽出する場合、再抽出時にブラウザに保存されたログイン状態やセッション情報を活用して、追加のログイン手順なしでデータを抽出できるようにする機能です。

Listly拡張機能のポップアップで\*\*\[クッキー使用]\*\*トグルボタンを有効にすると、ユーザーの一時情報が保存され、有効時間中は追加のログイン手順なしでListlyを通じてデータを再抽出できます。

* **有効時間**：保存されたクッキーは**約1時間有効**で、時間が経過すると期限切れになります。
* **活用時点**：マイページ、注文履歴、非公開掲示板などのページにアクセスするためにユーザーの別途の権限が必要なページで、短時間内に再抽出が必要な場合に便利です。
* **無効化時**：非公開ページの最初の抽出は可能ですが、再抽出時にはクッキーが保存されないため、失敗確率が高くなる可能性があります。

{% hint style="warning" %}
**クッキーオプション使用時の注意事項**

* ユーザーのブラウザ環境やサイトごとの認証ポリシーによって、クッキーベースのログイン維持状態が制限される場合があります。
* セキュリティが厳格な一部のサイト（銀行、社内システムなど）は、クッキー認証をサポートしていないか、すぐに期限切れになる場合があります。
  {% 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/docs/ja/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.
