# Installation

## NPM

1. npm을 사용하여 설치합니다.

```jsx
$ npm install omnitalk-ts-sdk
```

1. JavaScript파일에서 호출합니다.

```jsx
import Omnitalk from "onmitalk-ts-sdk";
```

## CDN

HTML 파일 하단에 다음 태그를 추가하여 설치합니다.

```html
<script src="https://cdn.jsdelivr.net/npm/omnitalk-ts-sdk@latest">
```


---

# 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.omnitalk.io/javascript/installation.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.
