# Escrows

- [Escrows by Signer](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/escrows-by-signer.md): Table and Cards layout to explore escrows by signer with sorting and filtering. This component contains a detailed view of the escrow, including the signer, status, and actions.
- [Escrows by Role](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/escrows-by-role.md): Table and Cards layout to explore escrows by role with sorting and filtering. This component contains a detailed view of the escrow, including the signer, status, and actions.
- [Initialize Escrow](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/initialize-escrow.md): Component to initialize an escrow with different variants and types.
- [Fund Escrow](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/fund-escrow.md): Component to fund an escrow using form, button and dialog variants.
- [Approve Milestone](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/approve-milestone.md): Component to approve a milestone with form, button and dialog variants.
- [Change Milestone Status](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/change-milestone-status.md): Component to change milestone status with form, button and dialog variants.
- [Release Funds](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/release-funds.md): Action to release escrow funds.
- [Dispute Escrow](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/dispute-escrow.md): Action to raise a dispute in the escrow or milestone.
- [Resolve Dispute](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/resolve-dispute.md): Component to resolve disputes with form, button and dialog variants.
- [Update Escrow](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/update-escrow.md): Component to update escrow configuration with form and dialog variants.
- [Withdraw Remaining Funds](https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows/withdraw-remaining-funds.md): Component to withdraw remaining funds with form, button and dialog variants.


---

# Agent Instructions: 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:

```
GET https://docs.trustlesswork.com/trustless-work/v2-en/escrow-blocks-sdk/escrows.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.

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.
