# Overview

The Nets payment provider allows you to capture payments via the [Nets](https://developers.nets.eu/nets-easy/en-EU/docs/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice.

Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started.

## Install Nets

To Install the Nets payment provider, see the [Install Payment Providers](/umbraco-commerce-payment-providers/install-payment-providers.md)

## Useful links

Here are a few useful links to help you learn more about the Nets payment provider and the Nets API:

* [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets)
* [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues)
* [Nets documentation](https://developers.nets.eu/nets-easy/en-EU/docs/)
* [Nets API reference](https://developers.nets.eu/nets-easy/en-EU/api/)


---

# 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.umbraco.com/umbraco-commerce-payment-providers/nets/nets.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.
