# Preselected currency checkout

When creating checkouts, you can enable the **Preselected currency checkout** feature. This function automatically select preferred cryptocurrency from list, performing this step for user simplifying overall process and potentially improving conversion\
\
How it works:

1. You pass [**preselectedCryptoCurrency** field via API](https://apireference.inqud.com/#tag/crypto-acquiring-checkouts/operation/user_crypto-acquiring_create-checkout)
2. When user opens checkout page, the desired currency will be selected&#x20;


---

# 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/preselected-currency-checkout.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.
