> 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/settings/payment-tax-and-disclaimers/checkout-disclaimers.md).

# Checkout Disclaimers

Disclose to purchasing customers any terms & conditions, provisos or protocols of your operation immediately prior to checkout. Customer is required to check a box next to each disclaimer, indicating they have read and signifying their compliance with each disclosure.&#x20;

Click "**Add Disclaime**r" to enter content and then click "Save"

{% hint style="info" %}
\*\*HINT: If you have a long list of disclaimers, consider enumerating them separately on your [Terms & Conditions](/settings/messaging.md#privacy-policy-and-terms-and-conditions) page and condensing the Disclaimer. For example, “I have read & agree to (Company Name)'s Terms & Conditions," hyperlinking directly to your Terms documentation.&#x20;
{% endhint %}

**Sample Disclaimers**

* [ ] I agree to receiving limited text message (SMS) updates regarding my delivery.
* [ ] I understand that providing specific onsite dump instructions or signs is VERY helpful. There are extreme risks associated with driving a loaded dump truck across lawns, landscapes or other irrigated areas to reach a dump point and I know that it is (Company Name)'s policy to never leave a paved/packed driving surface. I promise not to ask the driver to make an exception if they do not feel comfortable with my chosen dump spot.
* [ ] I understand that I do not need to be present for my delivery & that my selected time slot is approximate. I'm aware that I will get a text message when my material is being loaded up. I am also aware that same-day changes to orders may not be possible and that same-day delivery cancellations are subject to a cancellation/restocking fee.
* [ ] I have read & agree to (Company Name)'s Terms & Conditions & Privacy Policy.&#x20;


---

# 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/settings/payment-tax-and-disclaimers/checkout-disclaimers.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.
