# 대쉬 보드 (ver.1)

대쉬보드에서, 사용자의 조직(agency)의 현황을 한 눈에 볼 수 있습니다.

![](/files/-MRK8TNmD1ddjNM8QIRT)

## 사용자 현황

* 등록된 사용자 수 : 등록 가능한 사용자 수 분의 현재 등록 사용자 수를 보여줍니다.
* 사용자 성비 : 등록된 사용자의 성별 인원수를 보여줍니다.
* 나이별 사용자 수 : 등록된 사용자의 나이별 인원수를 보여줍니다.

## 읽기 진단 현황

* 이번달 진단 : 이번 달에 수행한 진단 횟수를 표시하며, 등록된 사용자 중 몇 %가 이번달에 진단을 했는지 보여줍니다.(진단률)
* 연령대별 평균 reading 점수 : 이번달과 지난달의 연령대별 평균 reading 점수를 보여줍니다.
* 연령대별 평균 유창성 점수 : 이번달과 지난달의 연령대별 평균 reading 점수를 보여줍니다.

## 트레이닝 현황

![](/files/-MRsm_Ci9qtp7pAO6lvC)

* 과제 할당 현황 : 등록된 사용자 중에, 트레이닝 과제가 할당된 인원수를 보여줍니다.
* 어제 과제 현황
  * 수행률 : 어제 할당된 트레이닝이 있는 사용자들이, 얼마나 수행했는지를 보여줍니다.
  * 정확도 : 이제 트레이닝을 수행한 사용자들의 정확도 평균을 보여줍니다.
* 오늘 과제 현황
  * 수행률 : 오늘 할당된 트레이닝이 있는 사용자들이, 얼마나 수행했는지를 보여줍니다.
  * 정확도 : 오 트레이닝을 수행한 사용자들의 정확도 평균을 보여줍니다.


---

# Agent Instructions: 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:

```
GET https://docs.readerseye.com/ver1/dash-board.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
