> ## Documentation Index
> Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Conversion - via Dashboard

> Follow the steps below to create a new currency conversion through the UQPAY Global Account Dashboard

## Step 1: Sign In

Log in to your UQPAY account and navigate to **Global Account** → **Dashboard**.

<img src="https://mintcdn.com/uqpay-ecc4f4d8/LSVZGfPa5IJvbfLG/images/global-account/create-conversion-via-dashboard-1.png?fit=max&auto=format&n=LSVZGfPa5IJvbfLG&q=85&s=f264119d9d0350e32e91896495c6780d" alt="create conversion via dashboard 1" width="1590" height="610" data-path="images/global-account/create-conversion-via-dashboard-1.png" />

## Step 2: Start a New Conversion

On the Dashboard, click **Convert** and then select **New Conversion** to initiate a new currency exchange request.

<img src="https://mintcdn.com/uqpay-ecc4f4d8/LSVZGfPa5IJvbfLG/images/global-account/create-conversion-via-dashboard-2.png?fit=max&auto=format&n=LSVZGfPa5IJvbfLG&q=85&s=f59fd0290423f0f19a91c1257dbbf0c6" alt="create conversion via dashboard 2" width="1592" height="498" data-path="images/global-account/create-conversion-via-dashboard-2.png" />

## Step 3: Select Currency Pair and Enter Amount

1. Choose the **sell currency** and **buy currency** for the conversion.
2. Enter the amount you wish to convert. The current conversion rate will be displayed in the middle of the screen for your reference.

> Ensure your sell currency account has sufficient balance before proceeding with the conversion.

<img src="https://mintcdn.com/uqpay-ecc4f4d8/LSVZGfPa5IJvbfLG/images/global-account/create-conversion-via-dashboard-3.png?fit=max&auto=format&n=LSVZGfPa5IJvbfLG&q=85&s=0b3fa3a679eae4b8b9f5d9741acfd196" alt="create conversion via dashboard 3" width="1214" height="1060" data-path="images/global-account/create-conversion-via-dashboard-3.png" />

## Step 4: Review Conversion Details

Review all the information carefully.

If you wish to make changes (e.g., adjust the amount), click Preview to return and update your input.

<img src="https://mintcdn.com/uqpay-ecc4f4d8/LSVZGfPa5IJvbfLG/images/global-account/create-conversion-via-dashboard-4.png?fit=max&auto=format&n=LSVZGfPa5IJvbfLG&q=85&s=e2132a2bd802ec061f4664857ffa3175" alt="create conversion via dashboard 4" width="1214" height="1134" data-path="images/global-account/create-conversion-via-dashboard-4.png" />

After you make the conversion order, the system will trigger the following webhooks: conversion.funds.awaiting and conversion.funds.arrived.

* `conversion.funds.awaiting`: The conversion order has been placed successfully.
* `conversion.funds.arrived`: The funds in the sell currency account have been deducted.

## Step 5: Submit and Await Approval

After confirming all details, submit your conversion order.

Once submitted, the order will be sent to UQPAY for approval.

<img src="https://mintcdn.com/uqpay-ecc4f4d8/LSVZGfPa5IJvbfLG/images/global-account/create-conversion-via-dashboard-5.png?fit=max&auto=format&n=LSVZGfPa5IJvbfLG&q=85&s=5225daa11afc97490b24db58de5bbdde" alt="create conversion via dashboard 5" width="1216" height="1372" data-path="images/global-account/create-conversion-via-dashboard-5.png" />

Users may receive one of the following webhooks, depending on the outcome of the conversion order:

* `conversion.trade.failed`: The conversion order has failed or been cancelled.
* `conversion.trade.settled`: The conversion has successfully completed.

***

## Related

* [Conversion status](/docs/global-account/v1.6/webhooks/conversion-status)
