> For the complete documentation index, see [llms.txt](https://docs.readerseye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.readerseye.com/ver1/welcome_page.md).

# 첫 화면(버전1)

## 수행현황

로그인을 하면, 다음과 같은 수행현황 페이지가 보입니다. 현재 기관의 학생들의 읽기진단, 트레이닝, 스크리닝 등의 수행현황과 부족한 부분을 한눈에 알아볼 수 있는 페이지입니다.

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

## 대쉬보드

대쉬보드는 세부적인 종합 자료를 확인할 수 있습니다.

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

우측에 주요 메뉴들이 제시되며, 기능은 다음과 같습니다.

## Service

주요 서비스를 제공하는 메뉴입니다.

* Reading : 시선추적기반 읽기능력 진단을 하거나, 진단 결과를 확인합니다.
* Training : 트레이닝 과제를 생성하거나, 수행 내역을 확인합니다.
* Screening : 읽기에 필요한 안구움직임 통제 고위험군을 테스트합니다.
* 자유글 시선측정 : 원하는 읽기자료에 대한 시선측정을 할 수 있습니다.

## Information

각종 정보를 얻고 소통하는 메뉴입니다.

* 공지사항 : 공지사항을 볼 수 있습니다.
* 본사질문과 답변 : 기관(학원)이 리더스아이에 버그신고, 요청사항 등을작성 하면 개별적인 답변을 드립니다. 이 메뉴는 학생이 로그인했을 때 보이지 않습니다.
* 학원 질문과 답변 : 학생(유저)들이 기관(학원)에 문의하는 질문과 답변입니다.
* 사용 설명서 : 지금 보고 계신 온라인 매뉴얼 페이지가 열립니다.

## Manage

Agency의 여러가지를 관리하는 메뉴입니다.

* 부매니저 관리 : 부매니저를 생성 및 관리합니다.
* 자유글( PDF) 관리 : 자유글 시선측정에 사용할 파일을 등록 및 관리합니다.
* 구독 관리 : 구독을 관리합니다.
* 계정 관리 : 계정의 각종 세부사항을 관리합니다.


---

# 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://docs.readerseye.com/ver1/welcome_page.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.
