> ## Documentation Index
> Fetch the complete documentation index at: https://wukong.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 集成指南

> WuKongIM HarmonyOS SDK 集成指南，包括安装、配置和初始化

### 下载安装

```bash theme={null}
ohpm install @wukong/wkim
```

### 引入

```typescript theme={null}
import { WKIM } from '@wukong/wkim';
```
