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

# 게임기록 통계

메뉴판의 다음 6개 탭을 통해 모든 게임기록 통계에 접속할 수 있습니다:

* 일자별 베팅현황
* 일자별 사용자별
* 일자별 본사별
* 일자별 부본사별
* 일자별 총판별
* 일자별 매장별

### 1. 일자별 베팅현황

<figure><img src="/files/7v6XQDixz8JFapIz6uNd" alt=""><figcaption><p>일자별 베팅현황</p></figcaption></figure>

이 표는 전체 시스템의 충환전금, 베팅금, 당첨금을 정리한 것입니다.

### 2. 일자별  (본사별), (부본사별), (총판별), (매장별) 통계

<figure><img src="/files/DzMrIvcRrAQKsF8fxqhK" alt=""><figcaption><p>일자별 본사뵬</p></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-2/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.
