# Rules

## General information

Each rule is applied to one, or many shipping methods.&#x20;

Rule can:

* Hide shipping methods it's applied to
* Change shipping fee of all rules it's applied to
* Hide all rules, except the ones it's applied to

## Order of rules

Each rule has admin-defined parameter **Priority**. This parameter determines the order, in which rules are applied, starting with rules with **lowest Priority**.

{% hint style="info" %}
Rules can be cumulative, meaning that multiple rules can be applied to the same shipping method.
{% endhint %}

{% hint style="warning" %}
If rule **B** is applied *after* rule **A**, and rule **A** is not cumulative, rule **B** *will not be applied*.
{% endhint %}


---

# 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://shippingrestrictions.docs.foxnetsoft.com/rules.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.
