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

# 솔루션 소개

스카이 솔루션은 원활한 비즈니스 운영 관리를 위해 설계된 어드민 페이지를 통해 종합적인 솔루션을 제공합니다. 대시보드는 충환전 거래, 회원 관리, 게임 설정, 베팅금 및 롤링금  관리, 시스템 관리 전반에 대한 실시간 통찰력을 비롯하여 비즈니스의 주요 측면을 효율적으로 관리할 수 있습니다. 중앙 집중식 플랫폼을 통해 전체 운영을 효율적으로 제어할 수 있어 효율적이고 효율적인 관리 경험을 보장합니다.


---

# 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/undefined-1.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.
