> For the complete documentation index, see [llms.txt](https://docs.pakk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pakk.io/account-setup/shipping-methods.md).

# Shipping Methods

A full guide to understanding and setting up Shipping Methods for your Pakk business and sites

Shipping method configuration can look intimidating at first glance - there are almost limitless combinations of configuration options. For Pakk, we chose to make our shipping methods super powerful which meant sacrificing a certain amount of 'simplicity'. But don't worry, in this guide we'll outline all the possibilities and how they fit together.

### The basic details <a href="#the-basic-details" id="the-basic-details"></a>

* Give your new Shipping Method a sensible `name` and `description` which will be visible to your customers on your websites - so make them meaningful.
* Setting a `priority` will determine how high up this method shows in a list of available methods.&#x20;
* Set an `estimated days transit` to help the system display useful messages to your customers regarding when they can expect to receive their order.
* Set a `preferred carrier` to choose the default carrier which will be chosen for this shipping method when dispatching an order.

### &#x20;<a href="#restricting-shipping-methods" id="restricting-shipping-methods"></a>

### &#x20;<a href="#shipping-calculations" id="shipping-calculations"></a>


---

# 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://docs.pakk.io/account-setup/shipping-methods.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.
