# Page Not Found

The URL `files/mCNb8mkIKZZ32yShgPgG` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [blog-news-list](https://docs.nextcli.com/blog/blog-news-list.md)
- [Telegram 群发消息指南：向群组成员批量私信与广播](https://docs.nextcli.com/news/telegram-qun-fa-xiao-xi-zhi-nan-xiang-qun-zu-cheng-yuan-pi-liang-si-xin-yu-guang-bo.md)
- [通知/Telegram通知/邮件通知](https://docs.nextcli.com/cloud/notifications.md)
- [新加坡 CSP 新政来了：视频核验变强制，跨境注册合规升级！](https://docs.nextcli.com/news/xin-jia-po-csp-xin-zheng-lai-le-shi-pin-he-yan-bian-qiang-zhi-kua-jing-zhu-ce-he-gui-sheng-ji.md)
- [How to Send Bulk Messages to Telegram Group Members? -Broadcast Telegram Messages](https://docs.nextcli.com/news/how-to-send-bulk-messages-to-telegram-group-members-broadcast-telegram-messages.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.nextcli.com/blog/blog-news-list.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.

### Option 2 — Browse the documentation index

Full index: https://docs.nextcli.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.nextcli.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/blog/blog-news-list.md`).

You may also use `Accept: text/markdown` header for content negotiation.
