# Authentication

In order to get registered,  you have to connect with a Stellar wallet. If you do not yet have one, or have never used one, there is more information in the following section:&#x20;

{% content-ref url="/pages/hnolwfVIvAzhFQthX4sB" %}
[Stellar Wallets](/trustless-work/v2-en/introduction/stellar-and-soroban-the-backbone-of-trustless-work/stellar-wallets.md)
{% endcontent-ref %}

To authenticate you will need to login to our Dapp with a Stellar Wallet and Request an API key. Here are the steps to achieve that:&#x20;

{% content-ref url="/pages/rk6FfPZG0cVD1uYYThg4" %}
[Request API Key](/trustless-work/v2-en/introduction/developer-resources/request-api-key.md)
{% endcontent-ref %}

\
**Coming:** \
We are figuring out how this can work with passkeys and send to addresses with Memo. \
WE do this in the open, so feel free to crontribute. [Broken mention](broken://pages/BDEDz7igAgRHxtqzbZwM)


---

# 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/introduction/developer-resources/authentication.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.
