> 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-cn/team/teamwork/approval.md).

# 审批流

Cregis钱包的审批流功能由策略触发，对企业有显著的好处。它确保每笔交易在执行前经过适当的审核流程，提升了资金管理的安全性与合规性。同时，它有助于简化内部决策流程，减少手动操作，并降低操作风险，提升企业运营效率。

您可以在协作中查看您的审批请求。页面提供了一些筛选条件，方便您查找请求。

<figure><img src="/files/dGEoKXehQcYQnCdjNYwG" alt=""><figcaption></figcaption></figure>

点击请求可以查看审批详情，并使用底部的图标进行批准或拒绝的操作。

<figure><img src="/files/8gDbL8b0Bf6w4yEtkEwH" alt=""><figcaption></figcaption></figure>


---

# 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-cn/team/teamwork/approval.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.
