# Send

### 1. Navigate to "Wallet" and click on "Send"

<figure><img src="/files/cy1p2jWiIzL0f6jjgCCx" alt=""><figcaption><p>Alby Hub wallet</p></figcaption></figure>

### 2. Enter a lightning invoice of the recipient and click "Continue"

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

### 3. Final step: Add Amount and Click "Send"

A comment is optional.

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

### **Congrats. You successfully sent a payment!** 🎉

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

{% hint style="info" %}
The string of characters called ***preimage*** serves as your digitally verifiable payment confirmation.\
Once the payment reaches the intended recipient, the recipient’s wallet application reveals the preimage to the sender and the sender’s wallet (e.g. your Alby Hub) can consider the payment to be complete.
{% endhint %}


---

# 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://guides.getalby.com/user-guide/alby-hub/wallet/send.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.
