# Introduction

We build and maintain a suite of decentralized applications that serve a dual purpose:

* **Open-source templates** you can clone, extend, and integrate.
* **Standalone tools** you can use directly to interact with Trustless Work escrows.

Each dApp showcases a different layer of the Trustless Work ecosystem—from deployment to interaction to transparency.

***

### Backoffice dApp:

**Best for:** Deploying and configuring escrows

The [Backoffice dApp:](https://dapp.trustlesswork.com) Acts as your operational dashboard. You can create new escrows, define roles, set milestones, and manage approvals.\
Depending on the wallet used to log in, users will automatically see and interact with the escrows where they hold a defined role.

***

### Demo dApp:

**Best for:** Quick integrations and SDK demos

A [lean, minimal template](https://demo.trustlesswork.com) that integrates directly with our SDK. Perfect for understanding the escrow lifecycle, testing role-based flows, and experimenting with wallet and transaction logic.\
Includes prebuilt types, hooks, and providers to help you go from zero to escrow in minutes.

***

### Escrow Viewer:&#x20;

**Best for:** Viewing and verifying on-chain escrows

A read-only interface for Testnet and Mainnet that lets anyone input a contract ID (escrow ID) and visualize its data in a structured way—roles, milestones, balances, and current status.\
It provides transparency for live escrows and serves as an open-source example of how to fetch and display escrow data from the Stellar RPC.[ LINK](https://viewer.trustlesswork.com)


---

# 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/oss-dapps/introduction.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.
