# 의미덩이 끊어읽기

글의 의미는, 단어 하나가 아니라 몇 개의 단어가 뭉쳐서 생겨납니다.\
‘내가 말한 것처럼‘, ‘매우 큰 고래‘ 와 같은 의미덩이(chunk)라고 합니다.\
읽기를 잘 하려면, 한 단어씩 읽지 말고 의미덩이를 한꺼번에 읽어야 합니다.

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


---

# 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/types/reading-training/chunking.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.
