# Step 2: Creating a Profile and Requesting an API Key

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

**1. Access the Profile Settings**

* Click on your **wallet address** at the **bottom left** of the screen.
* A **menu** will appear where you can:

  * Copy your **Stellar address**.
  * **Disconnect** your wallet.
  * **Access settings** → Click on this to proceed.

  <figure><img src="/files/hyS9TPhFH440IbH4FdQU" alt=""><figcaption></figcaption></figure>

**2. Completing Your Profile**

* In the **Profile** section, you can: ✅ Add an **image** for easier identification.\
  ✅ Fill in your **name, email, country, and phone number**.\
  ✅ Specify your **Use Case** (Required for API key requests).

🔹 *The "Use Case" field is mandatory for API key requests but not for general Dapp usage.*

➡️ **Click "Update Profile" to save changes.**

<figure><img src="/files/4Epe0KBqWFyAlnW0pB3v" alt=""><figcaption></figcaption></figure>

**3. Customizing Preferences**

* **Preferences:**
  * **Save Escrows** → Enabled by default.
  * If disabled, **your escrows won’t be indexed**, and you must manually track their IDs.

***

**4. Requesting an API Key&#x20;*****(For Developers Using the API)***

* Navigate to the **API Keys** tab.
* Choose network.
* Click **"Request an API Key"** to generate one.
* Once created, you should copy the api key generated, because once the dialog is close, you'll lose the api key.

📌 *You don’t need an API key to use the Dapp, only if you plan to interact programmatically via the API.*

<figure><img src="/files/vUZp1gRYS1wdd1Ez8ezI" alt=""><figcaption></figcaption></figure>

Remember that the profile property Use Case must be filled to be able to ask for an API Key. This is our way of understanding what are you using this for, so please help us out!

That that you have everything set up, let's create some Escrows!&#x20;


---

# 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/backoffice/step-2-creating-a-profile-and-requesting-an-api-key.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.
