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

# 알림바

각 페이지 상단에는 관리자가 신규 회원 승인, 입출금 요청 대기, 문의 사항, 현재 활성 사용자 수에 대한 실시간 알림을 받을 수 있습니다.&#x20;

<figure><img src="/files/bjsbLO9GOzRduTMgMqWC" alt=""><figcaption><p>알림바</p></figcaption></figure>

해당 버튼을 클릭하기만 하면 관리자는 관련 페이지로 신속하게 이동하여 빠르고 효율적인 관리를 할 수 있습니다.

빠른 검색: 대시보드에서 회원 및 AP 회원을 별도의 메뉴로 이동하지 않고도 바로 검색할 수 있습니다.


---

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