> For the complete documentation index, see [llms.txt](https://docs.gamechat.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamechat.me/basics/game-chat-v3/game-chat-ri-ben-yu/v3nowo/wai-bu-lian-xie.md).

# 外部連携

## 外部連携 <a href="#undefined" id="undefined"></a>

チャットアプリケーションで外部サービスや様々なサービス群と連携することでユーザーエクスペリエンスを向上させ、より多くの機能を提供することができます。例えば、翻訳サービス、AIベースのコンテンツ推奨、サービス推奨などを統合できます。以下は、これらの機能をチャットアプリケーションに統合する方法の説明です:

### 外部連携の例 <a href="#undefined" id="undefined"></a>

* 翻訳サービス連携: チャットアプリケーションで多言語サポートが必要な場合、Papago翻訳 APIなどの翻訳サービスを連携できます。ユーザーがメッセージを入力すると、APIを介してそのメッセージを翻訳し、結果をチャットウィンドウに表示できます。
* AIベースのコンテンツ推奨: ユーザーのチャット内容と行動パターンを分析し、AIがパーソナライズ化されたコンテンツを推奨できます。例えば、Netflixの推薦システムのように、ユーザーの興味に合った映画やテレビ番組を推薦できます。
* カスタマーサポートの自動化: チャットボットを導入し、基本的なお客様のお問い合わせを自動的に処理できます。AIチャットボットはユーザーの質問を理解し、適切な回答を提供したり、必要に応じて人の相談員に繋げることができます。

このような連携により、チャットアプリケーションは単純なメッセージ交換ツールを超えて様々なサービスを統合し、豊かなユーザーエクスペリエンスを提供するプラットフォームに拡張できます。

### 外部連携サービスリスト <a href="#undefined" id="undefined"></a>

* プッシュ(NPush)
* 翻訳(Papago)
* 画像解析
* 感情分析
* HyperClova X
* Object Storage


---

# 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://docs.gamechat.me/basics/game-chat-v3/game-chat-ri-ben-yu/v3nowo/wai-bu-lian-xie.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.
