# Introduction

### Quick links

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Getting started</td><td><a href="getting-started">getting-started</a></td></tr><tr><td>Request an API key</td><td><a href="../introduction/developer-resources/request-api-key">request-api-key</a></td></tr><tr><td>API basics (base URLs, Swagger, limits)</td><td><a href="../api-rest/introduction">introduction</a></td></tr><tr><td>NPM package</td><td><a href="https://www.npmjs.com/package/@trustless-work/escrow">https://www.npmjs.com/package/@trustless-work/escrow</a></td></tr><tr><td>GitHub repo</td><td><a href="https://github.com/Trustless-Work/react-library-trustless-work">https://github.com/Trustless-Work/react-library-trustless-work</a></td></tr></tbody></table>

### Overview

This SDK is a React/TypeScript client for Trustless Work.

It wraps the Trustless Work API with hooks and typed payloads.

{% hint style="info" %}
Most write calls return an **unsigned XDR**. Your app must sign it client-side.
{% endhint %}

### What you’ll do with the SDK

* Initialize escrows (single-release or multi-release).
* Fund, approve, change milestone status, release, dispute, resolve.
* Query and index escrows with helper endpoints.


---

# 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/escrow-react-sdk/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.
