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

# 알지급, 알회수

**알지급, 알회수** 기능은 특정 레벨에게 알을 지급하거나 회수하는 권한을 부여하기 위해 설계되었습니다. 이 기능의 규칙은 다음과 같습니다:

* 어드민은 모든 파트너와 회원으로부터 알을 지급하거나 회수할 권한이 있습니다.
* 어드민에게 권한을 부여받은 파트너만이 자신의 회원으로부터 알을 지급하거나 회수할 수 있습니다. 이 계층적인 제어는 알 분배 과정을 체계적이고 안전하게 관리합니다.

*알지급, 알회수 기능은 여러 테이블에서 보일 수 있습니다.*

<div data-full-width="true"><figure><img src="/files/FCC6FOX2uWeqisBpn5Th" alt=""><figcaption><p>회원 목록</p></figcaption></figure></div>

### 1. 알지급

어드민/파트너는 자신의 가능한 잔액 중 알을 지급할수 있습니다.

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

### 2. 알회수

어드민/파트너는 사용자의 전체 잔액을 회수할수 있습니다.

<figure><img src="/files/rtx0rSypHhAWBktjiKhf" 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://manual.cosmo-sol.com/undefined-1/undefined-4.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.
