# Currencies & Taxes

Configure currency and (optional) tax settings appropriate for your hosted stores.

## Currencies

* Base/store currency: Confirm the correct currency per store. Mixed‑currency scenarios should be coordinated with finance.
* Display vs processing: Ensure gateway configuration matches store currency.

## Taxes (if enabled)

* Determine whether your program requires taxes. If so, configure tax categories/rates with your accounting team.
* Verify tax is applied consistently on cart, orders, and refunds.

## Related

* [Payment Methods & Gateways](/nexport-user-documentation/nexport-market/admin-guide/getting-started/extensions-and-payments/payment-methods.md)
* [Orders & Fulfillment](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/orders.md)


---

# 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.nexportsolutions.com/nexport-user-documentation/nexport-market/admin-guide/getting-started/extensions-and-payments/currencies-and-taxes.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.
