> For the complete documentation index, see [llms.txt](https://docs.trustlesswork.com/trustless-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlesswork.com/trustless-work/v1-es/dapps-oss/backoffice/paso-1-acceder-a-la-dapp-de-trustless-work-e-iniciar-sesion.md).

# Paso 1: Acceder a la dApp de Trustless Work e iniciar sesión

{% embed url="<https://youtu.be/HKmMd5pU2WI>" %}

**1. Ve a la Dapp de Trustless Work**

Abre tu navegador web y navega a:\
➡️ [**dapp.trustlesswork.com**](https://dapp.trustlesswork.com)

Deberías ver la **Pantalla de bienvenida** con el logo de Trustless Work y una introducción a la plataforma.

<figure><img src="/files/86c5da2111031761acedeac7c75f7696479e4c22" alt="" width="563"><figcaption></figcaption></figure>

**2. Conecta tu monedero Stellar**

Para interactuar con la Dapp, necesitas conectar un **monedero compatible con Stellar**.\
Haz clic en el **"Conectar"** botón en la esquina superior derecha.

Aparecerá una ventana emergente mostrando las opciones de monedero disponibles.

➡️ **Selecciona tu monedero preferido** y sigue las indicaciones para autorizar la conexión.

<figure><img src="/files/0ca83e8e9168a81da1891e164590a1351529a485" alt=""><figcaption></figcaption></figure>

**3. Confirmación de inicio de sesión**

Una vez conectado, serás redirigido al **Panel de control**, donde puedes gestionar tus escrows.\
✔ Tu dirección de monedero se mostrará en la barra lateral.\
✔ ¡Ahora estás listo para interactuar con el sistema de escrow de Trustless Work! 🚀

<figure><img src="/files/6ca15baa8aed03d902293b0513e140b84fc45777" 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://docs.trustlesswork.com/trustless-work/v1-es/dapps-oss/backoffice/paso-1-acceder-a-la-dapp-de-trustless-work-e-iniciar-sesion.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.
