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

# Pro Tips

- [Connect Your Website](https://docs.bulkdelivery.pro/pro-tips/connect-your-website.md): Add hyperlink buttons to your website so customers can \[Order Now!]
- [Delivery Zone Map](https://docs.bulkdelivery.pro/pro-tips/connect-your-website/delivery-zone-map.md): It's cool to be able to create your custom delivery zones with BDP, but people need to be able to see the assembled map! For this reason we created a separate page that shows just your delivery zones.
- [Volume Calculator](https://docs.bulkdelivery.pro/pro-tips/connect-your-website/volume-calculator.md): Here at BDP, we are constantly on the prowl for the best way to answer the question of, "How much is a yard?" Until the perfect answer is found, we've got a calculator for you to use!
- [Customer SMS Notifications](https://docs.bulkdelivery.pro/pro-tips/customer-sms-notifications.md): Easily Send 'Loading Up' & 'Thank You' Text Messages!
- [Twilio Autoresponse](https://docs.bulkdelivery.pro/pro-tips/customer-sms-notifications/twilio-autoresponse.md): Automated SMS Notifications keep your communication channels clear
- [Phone App](https://docs.bulkdelivery.pro/pro-tips/phone-app.md): Click your brand's logo on your smartphone home screen & be logged in to your BDP account
- [Order Log](https://docs.bulkdelivery.pro/pro-tips/order-log.md): BDP tracks status changes from Order creation to delivery
- [Getting Online Reviews](https://docs.bulkdelivery.pro/pro-tips/getting-online-reviews.md): Make it easy for customers to rave about your 5-Star service
- [Custom Domains](https://docs.bulkdelivery.pro/pro-tips/custom-domains.md): Want to use your own domain, or subdomain instead of the provided BDP URL? BulkDelivery PRO offers a paid option ($120/yr) to use your own URL instead of "bulkdelivery.app".
- [Google Maps API Key Setup Guide](https://docs.bulkdelivery.pro/pro-tips/custom-domains/google-maps-api-key-setup-guide.md): This guide walks you through creating a Google Maps API Key with Places API and Maps JavaScript API enabled, plus domain restrictions for security.
- [Google Merchant Center](https://docs.bulkdelivery.pro/pro-tips/google-merchant-center.md): Ready to make your products visible across the Google Shopping ecosystem?


---

# 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.bulkdelivery.pro/pro-tips.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.
