# 데이터를 활용해보세요

- [데이터 다운로드](https://document.wisetracker.co.kr/cafe24/data/download.md)
- [RAW 타입](https://document.wisetracker.co.kr/cafe24/data/download/raw.md): RAW 타입 데이터는 시간에 따라 유저가 발생시킨 모든 이벤트 데이터 확인이 가능하며, 필요에 따라 필터 조건을 설정하여 특정 유저 또는 특정 이벤트 데이터만 추출할 수 있습니다.
- [통계 타입](https://document.wisetracker.co.kr/cafe24/data/download/undefined.md): 통계 타입으로 생성된 데이터는 와이즈트래커 SDK 로 수집한 모든 차원, 지표, 세그먼트의 조합을 시각화된 테이블 형태로 볼 수 있습니다.


---

# 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://document.wisetracker.co.kr/cafe24/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.
