> 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/and/undefined.md).

# 파트너 목록

파트너 목록은 5가지로 나누어 집니다.

* 전체 파트너 목록: 전체 파트너 목록 표기
* 본사 목록: 본사 목록 표기
* 부본사 목록: 부본사 목록 표기
* 총판: 총판 목록 표기
* 매장: 매장 목록 표기

**전체 파트너 목록**은 다음과 같습니다. 여기서 신규 회원 생성할 수 있습니다.

<div data-full-width="false"><figure><img src="/files/9H1dLnIzEVcEisbfGAoL" alt=""><figcaption></figcaption></figure></div>

### 1. 파트너 나무

파트너 구조를 쉽게 시각화할 수 있으며 하위 파트너와 그들의 하위 파트너를 포함합니다. 이 나무는 네트워크가 커짐에 따라 동적으로 확장됩니다.

### 2. 파트너 정보

파트너를 선택하면 간결한 세부 정보가 제공됩니다. 파트너의 성과를 주요 지표에 대한 통찰력을 얻을 수 있습니다.

### 3. 하부 파트너

하부파트너 테이블은 파트너 나무에서 선택한 파트너에 속한 하부들의 목록을 제공합니다. 롤링요율, 루징요율, 총입금/출금, 알지급/알회수 등과 같은 중요 정보가 쉽게 확인할 수 있습니다.

**동작:**

* **파트너 생성**: 현재 표시된 파트너의 하부 파트너를 생성하여 네트워크를 확장할 수 있습니다.
* **회원 생성**: 동일한 줄에 표시된 파트너 내에 신규 회원을 등록할 수 있습니다.
* **상세정보**: 이 버튼을 클릭하면 선택한 파트너의 세부 프로필 페이지로 원활하게 이동됩니다.


---

# 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/and/undefined.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.
