# 1. 포트원 라이브러리 추가

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

#### 결제창 연동을 진행할 주문 페이지에 아래 JS 라이브러리를 추가 합니다.

{% code title="Client-side" %}

```html
<script src="https://cdn.iamport.kr/v1/iamport.js"></script>
```

{% endcode %}

{% embed url="<https://youtu.be/FLyOmbtnr48>" %}
포트원 라이브러리 추가하기
{% endembed %}


---

# 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://portone.gitbook.io/docs/auth/guide/1..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.
