> For the complete documentation index, see [llms.txt](https://support-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-help.nhn-commerce.com/common/crm-group/list.md).

# CRM 그룹 리스트

## **1. CRM 그룹 리스트**

* CRM 그룹 등록에서 생성한 그룹을 1회 추출과 반복 추출로 구분하여 조회할 수 있습니다.
* 추출 완료된 회원 데이터는 추출 완료일로부터 7일 동안 보관 후 삭제됩니다.
* 회원 추출 진행 중인 그룹은 추출 취소가 가능하며, 취소한 경우 추출 재개할 수 없습니다.\
  (반복 추출은 다음 예정된 추출도 전체 취소됩니다.)

<figure><img src="/files/UNq2PCxGK4lH8MDxdN3t" alt=""><figcaption></figcaption></figure>

## **2. CRM 그룹 추출 회원**

* CRM 그룹 리스트에서 그룹명을 클릭하여 추출된 회원을 조회할 수 있습니다.
* 추출된 회원 데이터를 엑셀 파일로 다운로드 가능합니다.
* 엑셀 다운로드는 사유 입력과 비밀번호 설정이 필요합니다.

<figure><img src="/files/hgFe60iO3OYh3L2atCE8" alt=""><figcaption></figcaption></figure>

## **3. CRM 그룹 상세**

* CRM 그룹 리스트에서 상세보기를 클릭하여 등록 시 설정한 정보를 확인할 수 있습니다.
* 생성된 그룹의 조건은 수정할 수 없습니다.

<figure><img src="/files/TO1FBEwJfXkSX1Ro3KI7" alt=""><figcaption></figcaption></figure>


---

# 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://support-help.nhn-commerce.com/common/crm-group/list.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.
