# WeChat

## Prerequisites

In order to integrate WeChat with your Bot, you will need the following:

* A WeChat account

## Setup

From your bot account, go to Integrations

Select WeChat

<figure><img src="/files/44Ua9OnHiYkxARb8G7nB" alt=""><figcaption><p>WeChat Integration</p></figcaption></figure>

Click on **Link to WeChat**

<figure><img src="/files/AER8ngr7XELpTFUmtxpY" alt=""><figcaption><p><strong>Link to WeChat</strong></p></figcaption></figure>

Authorize BotDistrikt to access your account

<figure><img src="/files/OXA9VduQR48di70YWhEF" alt="" width="347"><figcaption><p>Authorize BotDistrikt</p></figcaption></figure>


---

# 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.botdistrikt.com/messaging-channels/wechat.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.
