> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/platform-setup/wechat/customer-service-messages.md).

# Customer Service Messages

When a user has a conversation with your official account, you can continue to contact your customer within a period of time (currently 48 hours, new rules will be activated after June 12, 2023, [check the announcement](https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement\&announce_id=116853659399Heuo\&version=\&lang=zh_CN\&token=)), so that you can provide your customers with more Excellent service.

The current list of allowed reply states is as follows (the public platform will update this list according to operating conditions, and replies will be allowed after different actions are triggered)

\
1\. User sends message\
2\. Click on the custom menu (only three menu types, namely click push event, scan code push event, scan code push event and pop-up "message receiving" prompt box, will trigger the customer service interface) \
3\. Follow the public account \
4\. Scan QR code

{% hint style="info" %}
When the user clicks on the menu message, the click-on menu event is triggered, which corresponds to the message rules of scenario 2 when the user clicks on the customized menu, and will not generate the customer service message delivery quota for the user-sent message scenario.
{% endhint %}

List of allowed reply states after June 2023:

| Scenario                  | Message delivery quota | Period of time |
| ------------------------- | ---------------------- | -------------- |
| User sends message        | 5                      | 48 hours       |
| Click on the custom menu  | 3                      | 1 minute       |
| Follow the public account | 3                      | 1 minute       |
| Scan QR code              | 3                      | 1 minute       |


---

# 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.chatalog.ai/platform-setup/wechat/customer-service-messages.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.
