# IMQA 데이터 읽기

IMQA에서는 다양한 성능 지표를 실시간으로 모두 수집, 시각화하여 보여주고 있습니다. 여러 형태의 그래프에 대한 기본 설명부터 현재 내 화면 내 그래프와 비교해서 확인해 볼 수 있는 다양한 예시까지 다루었으니 지금 바로 확인해 보세요.

* MPM 데이터 읽기
  * [1. 실시간 모니터링](/imqa-guide/user-guide/data/mpm1.md)
  * [2. 전체 모니터링 (통계)](/imqa-guide/user-guide/data/mpm2.md)
  * [3. 웹뷰 타임라인](/imqa-guide/user-guide/data/mpm3.md)
* [WPM 데이터 읽기](/imqa-guide/user-guide/data/wpm.md)
* [Crash 데이터 읽기](/imqa-guide/user-guide/data/crash.md)
* [WCrash 데이터 읽기](/imqa-guide/user-guide/data/wcrash.md)


---

# 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://docs.imqa.io/imqa-guide/user-guide/data.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.
