> For the complete documentation index, see [llms.txt](https://knowledge.loword.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.loword.co.kr/func/search/chain_keyword.md).

# 연관 검색어

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

## 개요

로워드 검색어 분석 서비스 결과에 도출되는 연관 검색어는 2종류를 제공합니다.

1. 로워드 자체 기반 데이터
2. 네이버 혹은 구글과 같은 검색 엔진 상 **SERP(Search Engine Result Page)** 연관 검색어 데이터

## 로워드 기준 연관 검색어

로워드 내부 빅데이터 기준으로 추출한 연관 검색어들을 나열합니다. SERP 상 제공 검색어보다 더 넓은 분포를 제공하고 있으며, 구글 및 네이버, 빙 등 다양한 검색엔진의 연관 검색어의 정보와 로워드 내부 빅데이터를 결합하여 새로운 데이터를 제공합니다.

## SERP 기준 연관 검색어

검색을 요청한 검색어들에 대한 검색엔진의 연관 검색어 정보를 제공합니다. 다양한 섹션에서의 검색 결과 페이지의 연관 검색어를 수집하여 출력합니다.


---

# 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://knowledge.loword.co.kr/func/search/chain_keyword.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.
