> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/undefined-3/undefined-1.md).

# 쪽지

메뉴바 **쪽지관리**에서 쪽지를 작성하고 보낼 수 있습니다.

### 1. 쪽지 만들기

**자주 쓰는 쪽지**를 생성하여 유저에게 쪽지 **템플릿**을 빠르게 보낼 수도 있습니다.

<figure><img src="/files/HFhLDY3S7StFZgi1x29i" alt=""><figcaption><p>쪽지 만들</p></figcaption></figure>

첫 번째 섹션은 메시지 작성 전용 공간입니다. 각 텍스트 필드에 제목과 내용을 입력한 후, '만들' 버튼을 클릭하여 템플릿 메시지를 만드십시오.

하단에는 이전 메시지 템플릿 목록이 있습니다. 필요에 따라 각 템플릿의 내용이나 제목을 수정하거나 삭제할 수 있습니다.&#x20;

### 2. 쪽지 보내기

쪽지 보내기에서 쪽지를 작성하여 사용자에게 보낼 수 있습니다.

<figure><img src="/files/L2ZsvtiQOMKXdhT0wCBJ" alt=""><figcaption><p>쪽지 보내기</p></figcaption></figure>

여기에서 특정 파트너 레벨이나 전체 시스템을 포함하여 메시지를 전송할 유저 카테고리를 선택할 수 있습니다.

또한 시스템은 모든 색상별 회원에게 메시지를 전송하는 기능을 제공합니다. 원하는 색상 카테고리를 선택하면, 시스템이 해당 색상 그룹에 할당된 모든 회원에게 메시지를 자동으로 발송합니다.

<figure><img src="/files/jszsyStLz3HRKIQErn2v" alt=""><figcaption><p>쪽지 보내기</p></figcaption></figure>

새로운 메시지를 직접 입력하거나 이전에 설정된 템플릿 중에서 선택할 수 있습니다.

### 3. 쪽지 보냄 (보낸 쪽지 내역)

이 표에서는 발신자, 메시지 내용, 수신자 및 타임스탬프를 포함한 전체 메시지 내역 목록을 확인할 수 있습니다. 또한 메시지 내역을 삭제할 수 있는 옵션이 제공됩니다. 다른 표와 마찬가지로 검색 및 날짜 필터 기능을 사용하여 효율적으로 데이터를 조회할 수 있습니다.    &#x20;

<figure><img src="/files/pIIKOm0R79Y9dfUkZN54" alt=""><figcaption><p>보낸 쪽지</p></figcaption></figure>

또한 임의의 유저를 클릭하고 "**쪽지**" 탭으로 이동하여 해당 유저에게 쪽지를 보낼 수도 있습니다.

<figure><img src="/files/2xkxp09KFnqfzuxGna5Z" alt=""><figcaption><p>회원상세정보</p></figcaption></figure>

## 4. 파트너 전송

파트너 트리에서 각 파트너 지점 옆의 체크박스를 선택하여 여러 파트너에게 메시지를 보낼 수 있습니다. 선택이 완료되면 의도한 메시지를 선택된 모든 파트너에게 동시에 발송할 수 있습니다.

<figure><img src="/files/tgjpq81D3LteLCWMdjY6" alt=""><figcaption><p>파트너 전송</p></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://manual.cosmo-sol.com/undefined-3/undefined-1.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.
