# UI API, 문서

## UI API, 문서

### API

Application Programming Interface의 약자로 프로그램이 동작하는 환경을 제어하기 위해서 환경에서 제공되는 조작 장치이다.

## UI&#x20;

user Interface 사용자 접점하는,대면하는 부분&#x20;

### 자바스크립트의 API

자바스크립트의 API는 크게 자바스크립트 자체의 API와 자바스크립트가 동작하는 호스트 환경의 API로 구분된다.

### 자바스크립트 API 문서

* [ECMAScript (표준문서)](http://www.ecma-international.org/publications/standards/Ecma-262.htm) -> 자바스크립트와 같은 의미&#x20;
* [자바스크립트 사전 (생활코딩)](http://opentutorials.org/course/50) ( 참고하면 좋다. )&#x20;
* [자바스크립트 레퍼런스 (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference) -> 파이어폭스에서 제공함&#x20;
* [jscript 레퍼런스 (MSDN)](http://msdn.microsoft.com/ko-kr/library/vstudio/z688wt03\(v=vs.100\).aspx)

### 호스트 환경의 API 문서

* [웹브라우저 API](https://developer.mozilla.org/en-US/docs/Web/API)
* [Node.js API](http://nodejs.org/api/)&#x20;
* [Google Apps Script API](https://developers.google.com/apps-script/) //구글관련된것에대한 정


---

# 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://leeboa.gitbook.io/study/undefined-13/ui-api.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.
