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