> For the complete documentation index, see [llms.txt](https://docs.loopit.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopit.co/billing/setting-up-your-packages/packages/configuring-delivery-on-packages.md).

# Configuring delivery on packages

You are able to offer delivery to your customers once a package has been configured.

{% stepper %}
{% step %}

### Add the Billing Item

Navigate to Settings > Items and add a charge item named "Delivery" if it does not already exist.  This is what will appear on invoices and reporting

<figure><img src="/files/yClXRhLoPoq6XXpeT1ES" alt=""><figcaption><p>Add an item</p></figcaption></figure>

{% endstep %}

{% step %}

### Go to Packages and add the delivery charge

Add the charge to a package

1. Click Add Charge
2. Select the item previously created
3. Select Once off as the Billing model
4. Select flat fee as the Pricing model
5. Configure the billable metric as "Delivery Postcodes.”
6. Enter the price for All postcodes. If you would like to charge more for certain postcodes click Override price for more postcodes and enter a price

<figure><img src="/files/Wrb0lmvlh2ZoJI5JSW5G" alt=""><figcaption><p>Configure the billing charge</p></figcaption></figure>
{% endstep %}

{% step %}

### Set your Delivery Postcodes in Locations

Navigate to your locations and end the postcodes that location delivers to under "Delivery postcodes"

<figure><img src="/files/ySSxSjSQcepP4hsNoGBS" alt=""><figcaption><p>Postcodes the location delivers to</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
To enable the delivery option on your website signup, both Step 2 and Step 3 must be completed. If the billable metric is configured but delivery postcodes are not added, the delivery option will not be visible on the microsite.
{% endhint %}


---

# 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.loopit.co/billing/setting-up-your-packages/packages/configuring-delivery-on-packages.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.
