# 유저 관리

- [분석서비스와의 연동](https://document.wisetracker.co.kr/audience/user-management/analytics-crm-sync.md)
- [유저 리스트](https://document.wisetracker.co.kr/audience/user-management/user-list.md): SDK를 통해 수집한 유저의 행동 데이터와 더불어 마케팅 액션의 기반을 만들어주는 유저의 mbid, 회원명, 전화번호 등의 속성 데이터를 관리합니다.
- [데이터 업로드](https://document.wisetracker.co.kr/audience/user-management/user-list/data-upload.md): 유저 리스트에 유저 데이터를 업로드하면, 유저의 유니크 ID (mbid) 를 중심으로 SDK 에서 수집한 데이터와 데이터 페어링이 이루어집니다.
- [속성 필터 적용 및 그룹 생성](https://document.wisetracker.co.kr/audience/user-management/user-list/create-group.md): 속성, 행동 데이터 필터 조건을 설정하고, 유저그룹을 생성하여 메시지 발송 타겟으로 활용할 수 있습니다.
- [데이터 다운로드](https://document.wisetracker.co.kr/audience/user-management/user-list/data-download.md): 유저 리스트에 업로드된 모든 데이터들을 하나의 CSV 파일로 다운로드 받을 수 있습니다.
- [유저 상세 화면](https://document.wisetracker.co.kr/audience/user-management/user-list/detail.md)
- [SMS 수신거부 리스트](https://document.wisetracker.co.kr/audience/user-management/sms-unsubscribe.md): 080번호 연동 을 통해 수신거부 완료한 유저 리스트를 확인할 수 있으며, 별도로 등록이 필요한 경우 업로드가 가능합니다.


---

# 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/audience/user-management.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.
