# Messaging

### Delivery Messaging

This message will appear on your public catalog product pages, just above the volume options for Delivery. By default, the Delivery blurb reads:

> "*Prices include delivery to all addresses in the **@baseZoneName** zone. Additional delivery fees apply to extended zones."*&#x20;

*\***@baseZoneName*** populates with the name given to your first created delivery zone, and customers can "View Delivery Zones" in a pop-up window by clicking the link. \*HINT: do not actually include the word "Zone" when naming your first delivery area.&#x20;

<figure><img src="/files/lioXh5plk2PZLcYFNFkx" alt=""><figcaption></figcaption></figure>

### Pick Up Messaging

*\*only appears if Pick Up Orders are enabled within **Settings**.*

This message will appear on your public catalog product pages, just above the volume options for Pick Up. By default, the Pick Up blurb reads:

"*Order now to reserve this product for pick up at our location. Your purchase will be transmitted to our staff who will facilitate loading your vehicle when you arrive."* For example:

<figure><img src="/files/Lw3ruElL7Pe4aTeMOrsH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Pick Up Order Instructions.** Below published price is a hyperlink for "Pick Up Details."&#x20;

Here is a good opportunity to provide customers with detailed instructions on how to successfully pick up their material. For example- yard location, hours of operation, and procedural protocol for pick up. Within BDP, either enter messaging directly or link to an External Instructions Page URL back on your website.&#x20;
{% endhint %}

### Privacy Policy and Terms & Conditions

Including a **Privacy Policy** and your company's **Terms & Condition**s on your e-commerce platform is always good practice, particularly when soliciting customer information and capturing credit card payments.

* Within BDP, either enter content directly or link to an external URL, if for instance you already have these pages on your website.&#x20;

{% hint style="info" %}
\*\*HINT: use these pages to enumerate operational rules & procedures, and then create a single [Checkout Disclaimer](/settings/payment-tax-and-disclaimers/checkout-disclaimers.md) that reads "I have read & agree to (Company Name)'s *Terms & Conditions* and *Privacy Policy,"* hyperlinking to the documentation.&#x20;
{% endhint %}

{% hint style="danger" %}
\*\*NOTE: Both *Privacy Policy* and *Terms & Conditions* are ***required*** to implement the SMS Notifications feature via Twilio. Within the United States, [A2P 10DLC campaign registration](/pro-tips/customer-sms-notifications.md#a2p-10dlc-registration) now requires these transparency measures.&#x20;
{% 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.bulkdelivery.pro/settings/messaging.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.
