# Configure Umbraco

This article will give you details about how to configure Umbraco to start using the EasyPost shipping method with your Umbraco Commerce implementation.

## Step 1: Create a Shipping Method

The following steps are all handled through the Umbraco backoffice.

1. Navigate to **Settings > Commerce > Stores > {Store Name} > Shipping Methods** section.
2. Select the **Create Shipping Method** button to create a new shipping method.
3. Choose **EasyPost** from the list of available shipping providers.
4. Choose **Realtime** from the list of shipping method calculation modes.

## Step 2: Configure Shipping Provider Settings

The following steps are handled within the shipping method editor in the Umbraco backoffice.

1. Configure the standard shipping method settings as required.
2. Configure the EasyPost shipping provider settings as follows:

| Name         | Description                                |
| ------------ | ------------------------------------------ |
| Test API Key | The Test API Key from the EasyPost portal. |
| Live API Key | The Live API Key from the EasyPost portal. |
| Test Mode    | Set whether to run in test mode.           |

3. Optionally configure the advanced EasyPost shipping provider settings as follows:

| Name             | Description                                                                  |
| ---------------- | ---------------------------------------------------------------------------- |
| Carrier Accounts | Comma-separated list of carriers to limit which services to fetch rates for. |


---

# 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-shipping-providers/easypost/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.
