> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/user-guide/analysis/home-dashboard/faq.md).

# 자주 묻는 질문 FAQ

<details>

<summary><strong>커스터마이징이 가능한가요?</strong></summary>

현재로서는 홈 대시보드의 커스터마이징 기능을 제공하고 있지 않습니다.

</details>

<details>

<summary><strong>Unique Count와 Total Count의 차이는 무엇인가요?</strong></summary>

값을 집계할 때 중복되는 값에 대한 처리 방식에 따라 나누어지는 개념입니다.

* **Unique Count(고유 수)**

  중복을 제거한 고유한 수를 의미합니다. 항목이 여러 번 발생해도 한 번만 계산됩니다.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>예시</strong><br>만약 특정 이벤트가 한 유저에 의해 여러 번 발생했다면, 그 유저에 대해 <strong>Unique</strong> 값은 1로 계산됩니다.</p></div>

* **Total Count(전체 수)**

  중복을 포함한 모든 항목의 총합을 의미합니다.\
  같은 항목이 여러 번 발생하면 그 횟수만큼 모두 계산됩니다.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>예시</strong><br>동일한 사용자가 여러 번 이벤트를 발생시켰다면, 그 모든 이벤트가 합산되어 <strong>Total</strong> 값이 계산됩니다. 예를 들어, 한 사용자가 5번 방문하면 전체 방문 수는 5로 계산됩니다.</p></div>

</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:

```
GET https://docs.dfinery.ai/user-guide/analysis/home-dashboard/faq.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.
