# Main section

## Overview

The main section consists of 3 subsections, it defines the general behavior of the table rate, shipping methods it's creating, and action of the table rate.

## Section 1 - General information

<table><thead><tr><th width="151">Parameter</th><th>Explanation</th></tr></thead><tbody><tr><td>Name</td><td>Shipping method name (displayed at checkout)</td></tr><tr><td>Description</td><td>Shipping method description (displayet at checkout)</td></tr><tr><td>Priority</td><td>Order, in which rules will be applied. Rules are applied starting with <strong>lower priority</strong>.<br><br>If two rules have same priority, they will be applied in order of creation time.</td></tr><tr><td>Transit days</td><td>Number of days it takes to get goods delivered</td></tr><tr><td>Is active</td><td>Wheather the rule is active</td></tr></tbody></table>

## Section 2 - Action

This section has only one field - Action.

It defines the behavior of the rule, if it is valid/invalid for this shipping method.

<table><thead><tr><th width="181">Action</th><th>Explanation</th></tr></thead><tbody><tr><td>Next Step</td><td>If the table rate is valid, shipping methods will be added. Following table rates will be checked, and shipping methods will be created. <br><a href="/pages/mDm9EI7ImPgMon5R5MCe#order-of-creation">Order of table rates</a></td></tr><tr><td>Stop If Valid</td><td>If the table rate is valid, the shipping method will be added, and all following table rates <strong>will not</strong> be validated.<br><a href="/pages/mDm9EI7ImPgMon5R5MCe#order-of-creation">Order of table rates</a></td></tr><tr><td>Goto Id</td><td>You can select the table rate that will be applied next, i.e. skip some table rates.<br><br>Logic is the same as Next Step.<br><br>You <em>must</em> select a table rate with higher Priority.<br><a href="/pages/mDm9EI7ImPgMon5R5MCe#order-of-creation">Order of table rates</a></td></tr><tr><td>Stop If Not Valid</td><td>If the table rate is <strong>not</strong> valid, shipping method <strong>will not</strong> be added, and all following table rates <strong>will not</strong> be validated.<br><a href="/pages/mDm9EI7ImPgMon5R5MCe#order-of-creation">Order of table rates</a></td></tr></tbody></table>

## Section 3 - Admin comment

This section is for admins only. You can briefly describe the logic of this rule for future reference.


---

# 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://tablerate.docs.foxnetsoft.com/table-rates/main-section.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.
