# Shipping Zones and Methods

Shipping methods are defined for every zone that you have configured for your tenant.

<figure><img src="/files/lZJYm2APvmViPbJSIBzF" alt=""><figcaption></figcaption></figure>

## Creating a new zone with a shipping method

1. To start configuring a new zone with a shipping method, go to **Management Dashboard** -> **Settings** -> **Shipping Zones and Methods** and choose **Add Shipping Zone**.

   For every zone you can define its unique name and ID and the countries of shipping together with the zip/postal codes. You can also decide if that should be the default zone or not.

   <figure><img src="/files/PPDcEZ19hC6leKV3PzmF" alt="" width="443"><figcaption></figcaption></figure>

{% hint style="warning" %}
If you don't see the country you're trying to add a shipping zone for on the list, make sure you have defined tax rates for that country first.
{% endhint %}

2. To configure a shipping method, go to the zone you have on your list and choose **Add shipping method**. To create the shipping method, define its unique **Name**, **Shipping Method ID** and relevant **Tax Rates** with associated order values and shipping costs. Select the currency you want the cost to be calculated in - the currencies list corresponds to the currencies defined on the tenant level.

   <figure><img src="/files/7zKl1E3XHAwYCsxH0w9j" alt="" width="443"><figcaption></figcaption></figure>

**Result**: When you have the zone and shipping method created, you can use the settings in the [delivery times](/ce/management-dashboard/settings/delivery-times.md) configuration.


---

# 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://developer.emporix.io/ce/management-dashboard/settings/shipping-methods.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.
