> 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/customer/user-profile-360/faq.md).

# 자주 묻는 질문 FAQ

<details>

<summary>유저 <strong>프로필 360에는 어떤 데이터가 수집되나요?</strong></summary>

개별 유저의 프로필에 등록된 속성들이 수집되며, 일부 기기 정보들은 자동으로 수집됩니다.

</details>

<details>

<summary><strong>고객 프로필은 어떻게 수정할 수 있나요?</strong></summary>

수집된 속성 중 일부(커스텀)는 관리자가 직접 수정이 가능합니다.\
단, 시스템에서 자동으로 집계된 항목은 수정할 수 없습니다.

</details>

<details>

<summary><strong>디파이너리와 연동할 수 있는 데이터 소스에는 어떤 것들이 있나요?</strong></summary>

다양한 데이터소스(SDK, API)가 연동될 수 있으며, 각 고객의 프로필에는 연동된 플랫폼 목록이 명시됩니다.\
서비스 생성시 서비스 별로 선택이 가능하지만 임의로 변경할 수는 없습니다.

</details>

<details>

<summary><strong>구매 카테고리 순위 및 최다 구매 상품 순위 데이터가 2개 항목 이상 중복되는 경우(ex. A와 B가 공동 1위) 순위가 어떻게 되나요?</strong></summary>

구매 금액을 기준으로 다시 순위를 매깁니다.

</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://docs.dfinery.ai/user-guide/customer/user-profile-360/faq.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.
