# JavaScript 사용

포건시는 사용자에게 JavaScript 코드를 설정할 수 있는 세 가지 장소를 제공합니다. 이 섹션에서는 이러한 세 가지 위치에서 JavaScript 코드를 설정하는 방법에 대해 자세히 설명합니다.

<table><thead><tr><th width="144">코드 형식 </th><th width="193">위치 설정 </th><th width="160">적용 영역 </th><th>설명 </th></tr></thead><tbody><tr><td>자바 스크립트</td><td>파일-> 설정-> 사용자 정의 자바스크립트/CSS</td><td>전체 응용 프로그램</td><td>여러 페이지에서 사용할 수 있는 도구 방법을 개발합니다.</td></tr><tr><td>자바 스크립트</td><td>페이지 설정</td><td>현재 페이지</td><td>페이지가 로드될 때 초기화된 UI 논리를 수행합니다.</td></tr><tr><td>자바 스크립트</td><td>명령</td><td>현재 명령</td><td>예를 들어 명령을 클릭할 때 경고 상자가 나타납니다.</td></tr></tbody></table>


---

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