> For the complete documentation index, see [llms.txt](https://adpopcornssp.gitbook.io/ssp-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined.md).

# 검색 광고 연동 가이드

- [네이버 검색 광고 연동 가이드](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined/undefined.md): 네이버 검색 광고 상품(Naver Search Ads)에 대한 연동 페이지입니다. 요청하는 파라미터 값에 따라서 콘텐츠 광고, 검색 광고, 플레이스 광고로 구분됩니다.
- [(파워링크) 콘텐츠 광고 연동 가이드](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined/undefined/undefined.md): 콘텐츠 광고 노출 API v2는 서버 또는 모바일 네이티브 앱 등 HTTP 클라이언트를 통해 직접 광고를 요청하는 경우 사용하는 API 입니다.
- [(파워링크) 검색 광고 연동 가이드](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined/undefined/undefined-1.md): 검색 광고 노출 API v2는 서버 또는 모바일 네이티브 앱 등 HTTP 클라이언트를 통해 직접 광고를 요청하는 경우 사용하는 API 입니다.
- [플레이스 광고 연동 가이드](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined/undefined/undefined-2.md): 플레이스 광고 노출 API는 서버 또는 모바일 네이티브 앱 등 HTTP 클라이언트를 통해 직접 광고를 요청하는 경우 사용하는 API입니다.


---

# 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://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined.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.
