> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/before-start/faq/dashboard.md).

# 대시보드 이용

<details>

<summary><code>간략조회</code>와 <code>상세조회</code>의 차이점이 무엇인가요?</summary>

✓ **간략조회** : 빠른 데이터 조회를 위해 전 일자 데이터까지 정제한 통계치 제공

✓ **상세조회** : 실시간 데이터 조회 및 각종 필터링 서비스 제공 \
(raw 데이터를 불러오므로 약 2시간 이전 데이터까지 확인 가능)&#x20;

간략 조회 기능을 이용하면 글로벌 필터에서 고객 생애 가치 / 현재 가치 설정을 할 수 없습니다. 또한 미디어, 캠페인, 플랫폼 필터 서비스도 제공되지 않습니다.&#x20;

간략 조회에서는 전체 데이터(모수)가 아닌 일부 데이터(통계량)을 제공하는 것이기 때문에 필터링 제공 시 데이터 분석 값에 차이가 발생할 수 있음을 참고 부탁드립니다.&#x20;

</details>

<details>

<summary>커스텀 대시보드는 누구나 이용할 수 있나요?</summary>

커스텀 대시보드는 분석서비스 Business 플랜 이상 또는 [Implementation 서비스](https://www.wisetracker.co.kr/implementation) 대상 고객사만 사용 가능한 기능입니다. 와이즈트래커에서 제공하는 15종의 대시보드로도 **대부분의 데이터 조회 및 시각화**에는 문제가 없으니, 필요한 데이터 카드/대시보드를 찾아 조회해보세요!

보고 싶은 데이터가 있으신 경우 <mkt@wisetracker.co.kr> 로 문의주시면 상세히 답변드리도록 하겠습니다. 🙂

</details>


---

# 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://document.wisetracker.co.kr/before-start/faq/dashboard.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.
