# Configure Umbraco

This article provides detailed instructions on configuring Umbraco to use the Zero payment method with your Umbraco Commerce implementation.

## Step 1: Create a Payment Method

To create Zero as a payment method, follow these steps:

1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**.
2. Click **Create Payment Method**.
3. Select **Zero Value** from the list of available payment providers.

![Zero Payment Provider](/files/BzxdN8NojVX6JwnR3eMK)

4. **Enter a Name** for the payment method. For example: *Zero Payment*.
5. Enter a value for **SKU**.
6. Click **Save**.

## Step 2: Configure Payment Provider Settings

To configure the Zero Payment Provider settings, follow these steps:

1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**.
2. Select *Zero Payment*.
3. Choose the appropriate **Tax Class** from the dropdown menu.
4. Enter the **Default Pricing**.
5. Enter the URL of the page in the **Continue URL** field where users should be redirected after completing their payment. For example: `https://www.yourwebsite.com/confirmation`.
6. Choose the countries where the payment method should be available.
7. Click **Save**.


---

# 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/zero/configuring-umbraco.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.
