> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/other/support/operating-environment.md).

# 対応ブラウザ・動作環境

## Wicle管理画面の動作環境 <a href="#admin-environment" id="admin-environment"></a>

Chrome環境（PC向けの最新版）でのご利用をお願いします

## エンドユーザーの環境 <a href="#end-user-environment" id="end-user-environment"></a>

<table><thead><tr><th width="137">環境</th><th width="176">対応OS</th><th width="223">解析対応ブラウザ</th><th>Session Replay（動画）対応ブラウザ</th></tr></thead><tbody><tr><td>PC（web）</td><td>・Windows 7 以降<br>・MacOS 10.9 以降</td><td>・Google Chrome<br>・Firefox<br>・Safari 8.0 以降<br>　・ただし、Windows Safariは計測除外<br>・Microsoft Edge 17 以降</td><td>・Microsoft Edge 最新版<br>・Google Chrome 最新版<br>・Firefox 最新版 ・Safari 10以降</td></tr><tr><td>スマートフォン（web）</td><td>・iOS 8 以降<br>・Android 4.4 以降</td><td><p>・Google Chrome<br>・Safari 8.0以降</p><p>・Microsoft Edge</p></td><td>・Safari (iOS) 10以降<br>・Chrome(Android) 最新版</td></tr><tr><td>スマートフォン（アプリ）</td><td>非対応</td><td>非対応</td><td>非対応</td></tr></tbody></table>

## その他 <a href="#other" id="other"></a>

* アドブロックツールなど、特定のスクリプトの実行や通信をブロックする環境下では正しく計測が行えない場合があります
* PartytownなどWeb Workerでのスクリプト実行を行うライブラリ上ではタグが正しく動作しない場合があります


---

# 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.wicle.io/other/support/operating-environment.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.
