# 동의한 약관

## 아이템 블록

특정 사용자가 어떤 약관들에 동의하고 로그인했는지 확인합니다.

[**카카오싱크**](https://developers.kakao.com/docs/latest/ko/kakaosync/common)를 도입한 서비스만 사용할 수 있는 기능입니다.

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

## 설정 팝업

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

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다.

### 기타옵션

추가 동작을 요청하는 파라미터를 추가할 수 있습니다. 앱 설정 약관목록 옵션을 선택하실 수 있습니다.

## 응답

자세한 응답내용을 확인하시려면 아래 링크를 통해 카카오 API 문서를 확인해 주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#web-response>


---

# 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.apidrag.com/kakao-api/references/kakao-login/terms.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.
