# 외부연동

## 외부연동 <a href="#undefined" id="undefined"></a>

채팅 애플리케이션에서 외부 서비스나 다양한 상품군과 연동하는 것은 사용자 경험을 향상시키고, 더 많은 기능을 제공할 수 있게 합니다. 예를 들어, 번역 서비스, AI 기반의 콘텐츠 추천, 상품 추천 등을 통합할 수 있습니다. 다음은 이러한 기능들을 채팅 애플리케이션에 통합하는 방법에 대한 설명입니다:

### 외부 연동 예시 <a href="#undefined" id="undefined"></a>

* 번역 서비스 연동: 채팅 애플리케이션에서 다국어 지원이 필요한 경우, Papago 번역 API와 같은 번역 서비스를 연동할 수 있습니다. 사용자가 메시지를 입력하면, API를 통해 해당 메시지를 번역하고 결과를 채팅창에 표시할 수 있습니다.
* AI 기반 콘텐츠 추천: 사용자의 채팅 내용과 행동 패턴을 분석하여 AI가 개인화된 콘텐츠를 추천할 수 있습니다. 예를 들어, Netflix의 추천 시스템처럼, 사용자의 관심사에 맞는 영화나 TV 프로그램을 추천할 수 있습니다.
* 고객 지원 자동화: 채팅봇을 도입하여 기본적인 고객 문의 사항을 자동으로 처리할 수 있습니다. AI 채팅봇은 사용자의 질문을 이해하고 적절한 답변을 제공하거나, 필요한 경우 인간 상담원에게 연결할 수 있습니다.

이러한 연동을 통해 채팅 애플리케이션은 단순한 메시지 교환 도구를 넘어, 다양한 서비스를 통합하여 풍부한 사용자 경험을 제공하는 플랫폼으로 확장될 수 있습니다.

### 외부 연동 서비스 목록 <a href="#undefined" id="undefined"></a>

* 푸시 (NPush)
* 번역 (파파고)
* 이미지 분석
* 감정 분석
* HyperClova X
* Object Storage


---

# 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.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-8.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.
