# Auto-conversion

When setting up your project with "Crypto Widget", you can enable the **auto-conversion** feature. This function automatically converts incoming cryptocurrency payments into your chosen currency, simplifying financial management and reducing the risks associated with cryptocurrency volatility.

#### **How it works:**

1. **Setting the conversion currency**\
   In your project settings within the dashboard, you select the currency to which all incoming payments will be converted. This can be any supported currency, including major global currencies like USD, EUR, and others.
2. **Automatic conversion**\
   When a payment is made in cryptocurrency, the system automatically converts the amount to your chosen currency using the current exchange rate at the time of the transaction.
3. **Credit to your account**\
   The converted funds are credited to your account in the selected currency. This eliminates the need for additional conversions and the associated fees.


---

# 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.inqud.com/crypto-widget/extra-features/auto-conversion.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.
