# 데이터/그래프

- [\[데이터\] @데이터 사용하기](https://codebook.horang.it/data/undefined.md)
- [\[데이터\] 데이터셋 불러오기](https://codebook.horang.it/data/undefined-1.md)
- [\[데이터\] 데이터셋에서 특정 속성만 가져오기](https://codebook.horang.it/data/undefined-1-1.md)
- [\[데이터\] 데이터의 최대/최소/평균](https://codebook.horang.it/data/undefined-2.md)
- [\[그래프\] @그래프 사용하기](https://codebook.horang.it/data/undefined-4.md)
- [\[그래프\] 막대그래프 그리기](https://codebook.horang.it/data/undefined-3.md)
- [\[그래프\] 원그래프 그리기](https://codebook.horang.it/data/undefined-4-1.md)


---

# 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://codebook.horang.it/data.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.
