> For the complete documentation index, see [llms.txt](https://didisam.gitbook.io/administrator-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://didisam.gitbook.io/administrator-guide/operation-edu/operation/dashboard.md).

# 대시보드

## **방문자 수 확인**&#x20;

* 전일 총 방문자 수
* 전일 신규 방문자 수
* 전일 수강생이 접근한 페이지수(페이지뷰)\
  방문자가 조회한 페이지의 수
* 호버 시 시간 방문자 수 툴팁 노출 (24개 Point)

<figure><img src="/files/ZM4BV9IBvLp5kmMnAU8N" alt=""><figcaption></figcaption></figure>

## **주간 방문자**

* 전일 기준으로 - 7일까지 노출
* 최초 가입 후에는 전일까지 데이터를 노출 최초일에는 데이터 없음
* 주간 방문자 일정은 yyyy-mm-dd \~ yyyy-mm-dd  운영자 가입 이후 7일까지는 최대 6일치의 데이터 노출
* 토글 클릭 주간,월간 그래프 나타남

<figure><img src="/files/smsLQkdKysOz0ghrkRdz" alt=""><figcaption></figcaption></figure>

## **많이 방문한 요일과 시간**

* 요일과 시간의 데이터값을 컬러로 변환시켜 히트맵 형태로 나타냄
* 주간별 많이 방문한 요일과 시간 데이터가 표시됨
* 호버시 방문자 수 툴팁 노출
* 각 칩은 3시간의 합계로 노출함
* 매주 화요일 해당 도표 Reset

<figure><img src="/files/MifhmRPQnRRc6HFykDY0" alt=""><figcaption></figcaption></figure>

## **클래스 목록**

* 클래스 목록(클래스 생성 순,수강생 높은 클래스, 질문 많은 클래스) 드롭다운 목록으로 제공
* 최근 생성 날짜, 높은 질문횟수 / 수강생 수로 나열됨
* 5개의 리스트로 제공됨

<figure><img src="/files/MPTE1JfNxqlkOHBSFtn3" alt=""><figcaption></figcaption></figure>

## **회원 활동**

* 회원활동(최근 가입한 회원, 수강시간, 수강 수 높은 순) 5개의 리스트로 제공됨
* 최근 가입한 회원은 최근 가입한 날짜순으로 제공
* 수강시간이 높은 회원은 학습한 시간 기준으로 제공
* 수강 수 높은 회원은 듣고 있는 강의 개수로 제공

<figure><img src="/files/08DDO8nIHvpKDm79r5Ms" alt=""><figcaption></figcaption></figure>

## **일반현황**

* 일반현황/ 수익현황 토글 형식 제공
* 클래스 현황
  * 총 개설 클래스수 : 쌤페이지에 개설된 총클래스 수 단일
  * 클래스 수 : 과정 클래스 수
  * 그래프 : 과정과 단일클래스의 비율
* 수강생 현황
  * 총 가입 등록회원 수 : 쌤페이지에 가입신청한 총원 정회원수 / 요금제별 최대 인원수
  * 그래프 : 최대인원 대비 정회원 수
* 디스크 현황
  * 이용중인 디스크 용량 / 제공되는 디스크용량
  * 그래프 : 최대 디스용량 대비 이용 디스크 량 사용중인 요금제 정보 제공,
  * 다음 결제일 정보제공 업그레이드하러가기 버튼 클릭 시 운영자의 \[마이페이 지>요금제 관리] 페이지이동

<figure><img src="/files/eitKHDAUYm6bPEQ3Zjq1" 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://didisam.gitbook.io/administrator-guide/operation-edu/operation/dashboard.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.
