# 外部集成

## 外部集成

在聊天应用程序中集成外部服务或各种产品类别，可以提升用户体验，并提供更多功能。例如，可以集成翻译服务、基于AI的内容推荐、商品推荐等。以下是将这些功能集成到聊天应用程序中的方法说明：

### 外部集成示例

* 翻译服务集成：如果聊天应用程序需要多语言支持，可以集成像 Papago 翻译 API 这样的翻译服务。当用户输入消息时，API 可以翻译该消息并将结果显示在聊天窗口中。
* 基于AI的内容推荐：通过分析用户的聊天内容和行为模式，AI 可以推荐个性化的内容。例如，像 Netflix 的推荐系统一样，可以推荐符合用户兴趣的电影或电视节目。
* 客户支持自动化：引入聊天机器人可以自动处理基本的客户咨询问题。AI 聊天机器人可以理解用户的问题并提供适当的答案，或在必要时将用户连接到人工客服代表。

通过这些集成，聊天应用程序可以超越简单的消息交换工具，扩展为一个集成多种服务、提供丰富用户体验的平台。

### 外部集成服务列表

* 推送 (NPush)
* 翻译 (Papago)
* 图像分析
* 情感分析
* HyperClova X
* 对象存储


---

# 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-zhong-wen/kai-shi-shi-yong-v3/wai-bu-ji-cheng.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.
