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

# 차단 목록

관리자는 사이드 메뉴를 통해 차단 목록에 접속할 수 있으며, 여기에는 시스템 전체에서 차단된 모든 회원이 표시됩니다.

시스템은 관리자가 개별 회원을 삭제하거나 일괄 삭제 기능을 사용하여 여러 회원을 동시에 삭제할 수 있도록 합니다. 회원이 삭제되면 해당 계정은 시스템에서 영구적으로 제거되며 이 작업은 되돌릴 수 없습니다.

<figure><img src="/files/mCRI51wSPexht8Nudtun" 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/and/undefined-6.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.
