# How to Use?

### Sending Payments to Multiple Recipients

Manysend makes it easy to send payments to multiple recipients with just a few clicks. Follow these steps to initiate a mass payment:

1. Log in to your Manysend account with your favorite Wallet.
2. Select "New" and add the details about the payment: recipient's address, currency from, blockchain to, currency to receive (to), and amount to receive.
3. Or download the example file, populate it with data, and upload it to fetch all your payments by the system.&#x20;
4. All currencies will be converted instantly with the best rate on the market.
5. Review the payment details and ensure that all the information is correct.
6. Click 'Send transfers' to initiate the mass payment. You will receive a confirmation message once the transaction is successfully processed.

{% hint style="info" %}
Note, that Manysend would use the lowest amount possible, and the lowest fee possible to execute the transfer.  However, even in that case, some unused fees can be returned to your wallet, this will be done automatically by our smart contracts.&#x20;

This happens due to the nature of the blockchain: fee and price fluctuations.
{% endhint %}

### Tracking and Managing Your Payments

Manysend offers real-time tracking and management features to help you monitor your payments efficiently. To track and manage your payments, follow these steps:

1. Log in to your Manysend account.
2. Navigate to the 'History' section.
3. Browse through the list of transactions.
4. Click on a specific transaction to view its detailed information on the block explorer, such as recipient details, transaction status, and fees.
5. If needed, you can also export your transaction history for further analysis or record-keeping.

### Fraud Detection Algorithms (Coming Soon)

Manysend is continuously working on enhancing its security features. In the near future, we will introduce fraud detection algorithms to help you monitor and identify suspicious activities within your account. This advanced feature will further strengthen the security of your transactions and safeguard your financial information from potential threats. Stay tuned for updates on the release of this feature.


---

# 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://manysend.gitbook.io/manysend/get-started/how-to-use.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.
