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

# 새 회원 승인

새 회원이 시스템에 가입하거나 파트너가 새 회원을 생성할 때 어드민의 승인이 필요합니다.&#x20;

어드민은 즉시 알림 표시를 통해 어드민 페이지 상단에 새 회원이 승인이 있다는 알림을 받습니다.

<figure><img src="/files/ZaL1KyysYez4jE6hRSuK" alt=""><figcaption><p>알림바 승인대기 목록</p></figcaption></figure>

또는 메뉴판에 '**승인대기중**'에 들어가서 확인할 수 있습니다.

<div data-full-width="true"><figure><img src="/files/eDZBWOz7MekJX0n6f9Pq" alt=""><figcaption><p>메뉴판 승인대기 목록</p></figcaption></figure></div>

승인대기 중인 사용자 목록을 볼 수 있으며, 요청을 승인하거나 거부할 수 있습니다.&#x20;

#### 일괄승인 및 일괄거부

효율적으로 작업하기 위해 한 번에 여러 회원가입 요청건을 선택하여 <mark style="color:green;">**일괄**</mark> <mark style="color:green;">**승인**</mark>하거나 <mark style="color:red;">**일괄 거부**</mark>할 수 있습니다. 이를 통해 승인 프로세스를 간소화할 수 있습니다.


---

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