# 对接聊天平台

我们现在支持同时接入多种平台，你只需要在配置文件 `config.cfg` 加入你想要接入的平台的配置，就可以开启相关功能。

## 对接 QQ

目前支持两种对接 QQ 的协议，分别为 Mirai 和 OneBot。

你可以选择你喜欢的协议进行对接。

### 对接 Mirai

{% content-ref url="/pages/jP80EAAJ6oFNHXkz9yEr" %}
[对接 Mirai](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-mirai.md)
{% endcontent-ref %}

### 对接 OneBot (go-cqhttp)

{% content-ref url="/pages/ThK05le8UKCJW544O8yp" %}
[对接 OneBot (go-cqhttp)](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-onebot-gocqhttp.md)
{% endcontent-ref %}

## 对接企业微信

{% content-ref url="/pages/zAWSF3zW3I4xdfQzL8Ls" %}
[🧑🍳 对接企业微信](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-qi-ye-wei-xin.md)
{% endcontent-ref %}

## 对接 Telegram

{% content-ref url="/pages/3c01XQoeeC4Pa2xpwC0i" %}
[对接 Telegram](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-telegram.md)
{% endcontent-ref %}

## 对接 Discord

{% content-ref url="/pages/4TNa4hYBJ1ReIv3kv7pN" %}
[对接 Discord](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-discord.md)
{% endcontent-ref %}

### 开启 HTTP API 服务

开启 HTTP 服务后，你可以通过本项目提供的 HTTP API 来接入自己开发的程序，你可以参考下面这个项目来了解详细用法：

#### 通过 HTTP 服务接入个人微信

{% content-ref url="/pages/OKgVXvJeV45IDxvUpOf2" %}
[对接个人微信](/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai/dui-jie-ge-ren-wei-xin.md)
{% endcontent-ref %}


---

# 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://chatgpt-qq.lss233.com/pei-zhi-wen-jian-jiao-cheng/dui-jie-liao-tian-ping-tai.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.
