> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/add_contract/contract.md).

# 계약 추가

Settle ID를 추가한 후, 서비스를 연동하거나 이용할 수 있도록 계약을 추가해야 합니다.

계약은 아래 경로를 통해 추가할 수 있습니다.

* 이용기관 계약추가 메뉴 클릭
* 이용기관 계약조회 > 계약정보 상세조회 > ‘계약 추가’ 버튼 클릭

<figure><img src="/files/1OzxdouAt6iLxVkeIH4c" alt=""><figcaption></figcaption></figure>

**➊ 사업자명**

계약을 추가할 이용기관 사업자명을 선택합니다.

<figure><img src="/files/diEvEpulSZSSFlyBIqsb" alt=""><figcaption></figcaption></figure>

**➋ 기관명**

선택한 이용기관에 추가된 기관 중, 계약을 추가할 기관 1곳을 선택합니다.

{% hint style="info" %}
기관 수는 기관 추가 승인이 완료된 기관의 수이며, 기관 수가 0개인 이용기관은 선택할 수 없습니다.
{% endhint %}

**➌ Settle ID**

선택한 기관에 추가된 Settle ID 중, 계약을 추가할 Settle ID를 선택합니다.

Settle ID가 없거나 신규 추가가 필요한 경우, 우측 ‘Settle ID 추가’ 버튼을 클릭하여 바로 생성할 수 있습니다.

{% hint style="info" %}
선택한 Settle ID의 구분에 따라 입력 가능한 항목이 달라질 수 있습니다.

* 테스트용 Settle ID 선택: 테스트 상품만 등록 가능, 계약기간 3개월 고정, 계약자동연장 수동 고정
* 운영용 Settle ID 선택: 운영 상품만 등록 가능, 계약기간 설정 가능(최대 5년), 계약자동연장 설정 가능
  {% endhint %}

**➍ 상품**

상품 목록에서 추가하려는 상품을 선택합니다. (복수 선택 가능)<br>

**➎ 계약기간**

상품을 사용할 수 있는 기간을 설정할 수 있습니다.

{% hint style="warning" %}
계약종료일 다음날부터 서비스 호출이 불가합니다. 설정에 유의해 주세요.
{% endhint %}

**➏ 과금기간**

계약기간에 사용한 상품에 대해 과금하는 기간입니다. (테스트 상품은 과금되지 않습니다.)

**➐ 계약자동연장**

계약을 연장하는 방식을 선택할 수 있습니다.

* **자동**: 추가 중인 계약종료일 다음날부터 연장주기만큼의 새로운 계약을 자동으로 추가합니다.
* **수동**: 추가가 필요한 계약을 직접 수동으로 추가합니다.

{% hint style="info" %}
자동으로 연장되는 계약은 이전 계약종료일 14일 전에 자동으로 추가됩니다.
{% endhint %}

**➑ 연장주기**

자동으로 추가될 새로운 계약기간을 선택할 수 있습니다.

새로 추가되는 계약기간은 아래와 같이 설정됩니다.

* **계약시작일**: 이전 계약종료일 다음날
* **계약종료일**: 이전 계약종료연도에 선택한 연장주기 연도를 더한 날

{% hint style="warning" %}
**계약 추가 불가 조건**

\- 선택한 상품과 이미 등록된 상품의 계약기간이 중복되는 경우

\- 선택한 상품과 동일한 상품이 계약자동연장 '자동'설정으로 이미 등록된 경우

\- 지정한 계약시작일이 딜러사의 계약기간에 포함되지 않는 경우
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/add_contract/contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
