> 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-2.md).

# 파트너 및 회원 생성

아시다시피 '**전체 파트너 목록**'에 들어가서 파트너 및 회원 생성 가능합니다..

### 1. 파트너 생성

<div data-full-width="true"><figure><img src="/files/FLK89pmV72pLHDJoJLuH" alt=""><figcaption></figcaption></figure></div>

파트너 생성 시 롤링요율과 루징요율 그리고 기타 정보를 모두 설정할 수 있습니다.

### 2. 회원 생성

파트너 생성 시처럼 회원의 모든 정보를 설정하여 생성할 수 있습니다.

<div data-full-width="true"><figure><img src="/files/mGNLVxmLHPn6HXtPlvKX" alt=""><figcaption></figcaption></figure></div>

**회원 일괄생성**

팝업 창 안에 여러 회원을 효율적으로 한 번에 생성하는 옵션이 있습니다. 첫자리 (예: 001)와 마지막자리 (예: 050) 필드에 원하는 범위를 입력하면 인력한 범위 내 회원을 생성합니다 (예: user001부터 user050까지). 이 기능은 최대 50명의 회원을 동시에 생성하여 대량 회원 관리에 편리한 솔루션을 제공합니다.


---

# 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-2.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.
