> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-tw/faq/security/shen-mo-shi-ce-le.md).

# 什麼是策略？

策略引擎是Cregis於最新版本V.2.11.0推出的一款全面風險管理工具，專為用戶提供靈活的出金管理方案。通過策略引擎，用戶可以設置詳細的規則和自動化執行動作，以規範和控制團隊成員的出金請求。這項工具未來將支持自動簽名和出款功能，還能顯著提升工作效率和管理效能，減少人工操作中的風險。 目前，策略引擎支持三種出金類型的策略定制，包括交易發送、付款申請以及API提幣。用戶可以根據具體的業務需求進行策略設計，例如限制特定幣種的出金操作，或僅在指定的時間窗口內執行相關動作。這些靈活的配置選項，使得企業能夠更加精確地控制資金流動，從而保障資產安全並優化操作流程。此外，策略引擎還提供了一個集中式的日誌查看功能，用戶可以直接在系統中查看和監控所有策略的執行情況。這一功能確保了所有出金活動的透明度，使得每一次操作都可以被完整追蹤和審核，從而進一步提升了風險管理的嚴謹性與可控性。透過即時查看和分析策略日誌，管理者能夠迅速識別潛在問題，並做出相應的調整，確保企業資金的安全性和操作的合規性。

詳細操作步驟可以參考[這裡](/cregis-wallet-guide/zh-tw/risk_management/policy_engine.md)。


---

# 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://support.cregis.com/cregis-wallet-guide/zh-tw/faq/security/shen-mo-shi-ce-le.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.
