# Table Rate Shipping

## Table Rate Shipping

- [Overview](https://tablerate.docs.foxnetsoft.com/overview.md): Create new shipping methods for your customers based on size, date, time, ordered products, etc.
- [Installation process](https://tablerate.docs.foxnetsoft.com/installation-process.md)
- [Updating plugin](https://tablerate.docs.foxnetsoft.com/updating-plugin.md)
- [Table Rates](https://tablerate.docs.foxnetsoft.com/table-rates.md): General logic of the table rates. More detailed explanation of each section can be found in next pages
- [Main section](https://tablerate.docs.foxnetsoft.com/table-rates/main-section.md)
- [Conditions section](https://tablerate.docs.foxnetsoft.com/table-rates/conditions-section.md): Address, Size, Weight, Subtotal, Customer roles, Stores, Discounts conditions
- [Date and Time section](https://tablerate.docs.foxnetsoft.com/table-rates/date-and-time-section.md)
- [Coupon codes section](https://tablerate.docs.foxnetsoft.com/table-rates/coupon-codes-section.md)
- [Rates section](https://tablerate.docs.foxnetsoft.com/table-rates/rates-section.md): This section defines shipping fees
- [Products section](https://tablerate.docs.foxnetsoft.com/table-rates/products-section.md): You can require certain products to be purchased
- [Requirements section](https://tablerate.docs.foxnetsoft.com/table-rates/requirements-section.md): Advanced requirements


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tablerate.docs.foxnetsoft.com/overview.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.
