> For the complete documentation index, see [llms.txt](https://docs.omnichat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnichat.ai/gong-gao.md).

# 公告

- [Open API 請求頻率限制更新公告](https://docs.omnichat.ai/gong-gao/open-api-qing-qiu-binlxian-zhi-geng-xin-gong-gao.md): 生效日期：2026 年 7 月 29 日
- [手機簡訊更新預告：需設定「簡訊發送者名稱」，預計 10/1 上線](https://docs.omnichat.ai/gong-gao/shou-ji-jian-xun-geng-xin-yu-gao-xu-she-ding-jian-xun-fa-song-zhe-ming-cheng-yu-ji-101-shang-xian.md)
- [配合簡訊實名制政策，請完成授權並提供指定的簡訊發送者名稱](https://docs.omnichat.ai/gong-gao/pei-he-jian-xun-shi-ming-zhi-zheng-ce-qing-wan-cheng-shou-quan-bing-ti-gong-zhi-ding-de-jian-xun-fa.md)
- [功能名稱調整（9/17 生效）](https://docs.omnichat.ai/gong-gao/gong-neng-ming-cheng-diao-zheng-917-sheng-xiao.md)
- [快速上手 WhatsApp Marketing Messages Lite API](https://docs.omnichat.ai/gong-gao/kuai-su-shang-shou-whatsapp-marketing-messages-lite-api.md): 用更好的方式，發送 WhatsApp 行銷訊息。公告日期：Jun 13, 2025


---

# 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.omnichat.ai/gong-gao.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.
