# Transfer Transaction

You can use "Transfer" UI to transfer Ada or any native tokens from one address to another. You don't need to manually select utxos during the transfer. The plugin automatically selects enough utxos for the transaction. But if you want to include specific utxos in the transaction, you can do so using Utxo selector UI.

### Open Transfer Transaction UI

![](/files/-McxBz9HHP2_iV3LQ8NB)

### Transfer Ada / Native Token&#x20;

1. Click on account chooser button (...) to select sender account. You can also provide mnemonic if sender is an external account.
2. The available balance (both Ada & other native tokens)  for the address is fetched.
3. Select Ada or an available native token
4. Select a receiver
5. Enter amount
6. (Optional) Click on "Calculate Fee" to calculate the fee. This is an optional step.
7. (Optional) You can also override the fee if you want. But leaving it blank should work.
8. Click "Send"

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

###

### Select specific Utxos during transfer

* Select sender, token type, receiver and amount as shown in the previous section.
* Select the checkbox "Select to provide utxos for the transaction"
* Click "Add" to open Utxo selector.
* Utxo selector UI shows the utxos specific to the sender address. (Max 1000 recent utxos are shown)
* Select enough utxos to cover your transaction amount and click ok
* Click "Send" to submit the transaction

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


---

# 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://intelliada.bloxbean.com/transfer-transaction.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.
