# 자바 스크립트 프로그래밍

포건시는 코드를 작성하지 않고도 웹 응용 프로그램을 만들 수 있는 쉬운 방법을 제공합니다. 그러나 실제 비즈니스 시나리오는 항상 끊임없이 변화하고 있습니다. 경우에 따라 일부 비즈니스는 특정 기능을 구현해야 할 수 있습니다. 포건시는 개방형 프로그래밍 인터페이스를 제공하며 포건시를 사용하여 더 많은 기능을 수행할 수 있습니다.

* JavaScript API: 포건시를 사용하면 JavaScript 코드 또는 클래스 라이브러리를 사용하여 포건시의 페이지를 빌드할 수 있습니다. JavaScript 코드와 포건시 시스템 간의 상호 작용을 용이하게 하기 위해 포건시는 페이지 개체, 테이블 개체 및 셀 개체를 조작할 수 있는 Page, ListView 및 Cell의 세 가지 주요 개체를 노출합니다.

* 웹 API: 페이지 개체에 대한 작업 외에도 포건시는 사용자가 복잡한 데이터베이스 작업을 수행하기 위해 데이터베이스의 레코드를 직접 가져오거나 추가, 수정 또는 삭제할 수 있는 JavaScript 프로그래밍 인터페이스를 제공합니다.


---

# 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/v7/command/javascriptprogramming.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.
