> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/shipping/specify-a-shipping-region/shipping-regions-us.md).

# Shipping Regions US

Sometimes, setting the states within the US as your available shipping destination for your shipping rules is not accurate enough. This is why we allow you to set specific regions of the US and its states to ship to using custom zipcode filters that will allow you 100% customisation when it comes to selecting the regions where your shipping rules are available.

### How to set up a rule with zipcode filters

To set up a rule with custom zipcode filters:

1. Log in to your control panel and head over to the [**Manage > Shipping > Manual**](https://admin.freewebstore.com/manage_shipping_rulesv2.aspx) section.
2. Click **Add New Rule** or choose to edit one of your existing rules.
3. Select **ANY** or **ALL** states within the US and click **Continue/Next**.
4. You will then be asked if you would like to specify filters for this rule. You can click **No** and simply continue setting up your rule, making the rule available to the entirety of the UK or you can click **Yes** and set up filters. As you here reading this, you want to click **Yes, specify filters.**
5. You will now see an input box. You can type as much or as little of a zipcode as you would like to cover. For example, if you only input **90** into the box and click **+ Add Filter** you will notice that the filter box below will explain the meaning of only inputting this value.

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

6. When you are happy with the filter you are adding, click **+ Add Filter**.&#x20;

{% hint style="info" %}
If you would like to add a range of Zip codes as a filter, check the **Create a Range** check box above the grey panel. This will present you with 2 input boxes where you can create a filter for a range of zip codes.

You can have up to 20 custom filters for any zip code you like.
{% endhint %}

8. Once you are happy with the filters you have created, click **Continue/Next** and continue creating/editing your shipping rule.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.freewebstore.com/manage/shipping/specify-a-shipping-region/shipping-regions-us.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
