# Getting Started

## Overview

Trustless Work has a demo to show all interactions with endpoints in the simplest possible way. Below you can see the repository and the link to it.

{% embed url="<https://demo.trustlesswork.com>" %}

{% embed url="<https://github.com/Trustless-Work/demo-Trustless-Work/tree/main>" %}

## Setup

{% stepper %}
{% step %}

### Create Project

```sh
npx create-next-app@latest
```

{% endstep %}

{% step %}

### Dependencies Installation

* Start by installing Stellar Wallet Kit, axios, React Hook Form, Zod and Zustand.

```sh
npm install "@creit.tech/stellar-wallets-kit" "axios" "react-hook-form" "zod"
```

{% endstep %}

{% step %}

### Final Configuration

Do the configuration that you prefer in the project.
{% endstep %}
{% endstepper %}


---

# 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/escrow-lab/getting-started.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.
