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

# 지원 환경

IMQA는 다음과 같은 환경에서 원활하게 이용하실 수 있으며, 지원하는 브라우저 및 해상도는 다음과 같습니다.

|      지원 브라우저      |       지원 버전      |
| :---------------: | :--------------: |
| Google Chrome(권장) | Ver 81.0.4044.92 |
|  Mozilla FireFox  |     Ver 75.0     |
| Internet Explorer |   Ver 11.0.180   |
|       Safari      |     Ver 13.1     |

* 권장 해상도: 1920x1080

{% hint style="info" %}
**\[지원 OS]** iOS 9.0 이상 / Xcode 최신 버전
{% endhint %}

{% hint style="info" %}
최적의 성능과 사용자 경험을 위해서 **Google Chrome 최신 버전** 사용을 권장합니다.
{% endhint %}


---

# 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.imqa.io/imqa-guide/installation/ios/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.
