# 데이터테이블 및 페이지 연결

데이터와 페이지를 만든 후에는 데이터 바인딩이라고 하는 데이터 테이블의 필드를 페이지에 연결해야 합니다.

데이터 테이블의 필드를 페이지의 셀 또는 테이블의 셀에 바인딩할 수 있습니다.

* [바인딩 필드](/forguncy-v9/pages/businessdataconnectpage/bindingfield.md)
* [리스트뷰 바인딩 ](/forguncy-v9/pages/businessdataconnectpage/tablebinding.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://doc.forguncy.co.kr/forguncy-v9/pages/businessdataconnectpage.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.
