# Input Data

데이터를 읽어올 수 있는 기능을 제공합니다. 직접 코딩하는 환경이 아니기 때문에, 미리 준비한 Google Sheets 데이터를 읽어오는 아이템 블록과, CSV 파일을 직접 업로드 하여 읽어올 수 있도록 기능을 제공하고 있습니다.


---

# 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.apidrag.com/base-control/input-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.
