> For the complete documentation index, see [llms.txt](https://newsleopard.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newsleopard.gitbook.io/help-center/features/system/account-feature-limits.md).

# 哪些功能需要完成身份驗證才能使用？

電子豹帳號完成基本資料填寫後，你可以立即進入後台開始使用。為了維護寄件品質與平台安全，部分功能需要先完成用戶驗證才能解鎖。

## 目前可以使用的功能

* Email 排程寄送：可設定寄送日期（需為 24 小時後）

## 需要用戶驗證才能使用的功能

| 功能         | 說明            |
| ---------- | ------------- |
| Email 立即寄送 | 活動寄送時選擇「立即寄送」 |
| Email 單次寄送 | 活動的「單次寄送」模式   |
| 建立一頁式網頁    | 行銷網頁及表單網頁     |
| 訂閱表單       | 建立與使用訂閱表單     |
| 建立訂單       | 付款相關的訂單建立     |

## 如何完成用戶驗證？

點擊後台頂部提示列的「立即驗證」，完成以下步驟即可解鎖完整功能：

1. 填寫手機號碼，接收驗證碼簡訊
2. 輸入 6 位數驗證碼
3. 填寫並送出公司基本資料

驗證通過後，功能限制立即解除。

如果無法完成手機驗證，頁面上也提供人工審核路徑，客服會在 2 個工作天內電話聯繫確認。


---

# 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://newsleopard.gitbook.io/help-center/features/system/account-feature-limits.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.
