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

# 접속자 목록

접속자 목록에 들어가려면 **알림바**에  "<mark style="color:red;">**현재 접속자**</mark>"을 클릭하여 직접 페이지로 이동하거나 **회원 관리** 밑에 "<mark style="color:red;">**접속 목록**</mark>"을 클릭하면 됩니다.

<div align="center" data-full-width="false"><figure><img src="/files/UUnbDNtSaZ7lRwmO68uM" alt=""><figcaption><p><strong>알림바</strong>  <mark style="color:red;"><strong>현재 접속자</strong></mark></p></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/efJb3V676Q6enTZUS9o9" alt=""><figcaption><p><strong>회원 관리</strong> <mark style="color:red;"><strong>접속 목록</strong></mark></p></figcaption></figure></div>

<figure><img src="/files/mL794V6YmQPb2pNdHguw" alt=""><figcaption><p>접속 목록</p></figcaption></figure>

여기에서는 현재 활동 중인 모든 사용자에 대한 정보에 접근할 수 있습니다. 이 정보에는 현재 참여 중인 게임, 보유머니 및 기타 관련 정보가 포함됩니다.

'**소속**'을 클릭하여 해당 파트너의 드롭다운 목록을 확인할 수 있습니다. 또한 현재 플레이 중인 사용자에게 '<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/undefined-1/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.
