# 훈련 할당

훈련을 학생에게 할당하는 방법은 두 가지가 있습니다.

## 자동 할당

시선 읽기 진단 결과를 기반으로 시스템이 자동으로 적절한 훈련을 추천하고 할당합니다. 각 학생의 약점에 맞춘 맞춤형 훈련을 제공받을 수 있습니다.

## 수동 할당

선생님이 직접 학생에게 필요한 훈련을 선택하여 할당합니다. 학생의 개별적인 상황과 목표에 맞춰 유연하게 훈련을 구성할 수 있습니다.


---

# 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/training/assignment.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.
