# 免责声明与条款

要求顾客在预订前同意您的条款、签署免责声明或确认某项政策。将其添加到预订流程有两种方式。

## 选项 1：Sesami Forms App（支持即时预订）

如果您已将 [即时预订](/zh-cn/yu-yue/booking-features/instant-booking.md) 为该服务启用，您可以使用 [Sesami 表单应用](/zh-cn/apps-integrations/sesami-forms-app.md) 在预订流程中直接添加条款同意步骤。

**设置方法：**

1. 启用 **即时预订** 在该服务上（Sesami > Services > \[service] > Instant Booking）
2. 设置 **Sesami 表单应用** ，使用复选框或确认字段
3. 顾客在预订确认前完成表单——包括接受条款——

这是最集成的方式，因为它本身就是 Sesami 预订体验的一部分。

## 选项 2：Shopify 应用或主题自定义

如果您使用标准的 Shopify 结账流程，可以通过 Shopify 添加条款。

### 使用 Shopify 应用

Shopify 应用可以在购物车或结账页面添加条款与条件复选框。在 Shopify 应用商店中搜索“条款与条件”或“结账协议”类应用。

### 使用主题自定义

您可以通过主题自定义，直接在产品页或购物车中添加条款复选框：

* 在靠近“加入购物车”按钮的产品页上添加一个复选框
* 将该复选框链接到专门的条款页面（例如， `/pages/booking-terms`)
* 使用 JavaScript 在勾选前阻止结账

{% hint style="info" %}
主题自定义需要一定的编码知识。如果您需要帮助，请联系 <help@sesami.co> ，或者考虑 [专业服务](/zh-cn/kai-shi-shi-yong/onboarding/professional-services.md) 选项。
{% endhint %}

## 最佳实践

* **要清晰且具体** ——说明您的取消、退款和缺席政策
* **保持可读性** ——尽可能避免法律术语
* **链接到完整条款** ——使用复选框作为确认，并链接到完整文档
* **定期更新** ——在您更改政策或添加新服务时审查条款

## 相关

* [即时预订](/zh-cn/yu-yue/booking-features/instant-booking.md) ——跳过 Shopify 结账流程，以获得更流畅的预订流程
* [Sesami 表单应用](/zh-cn/apps-integrations/sesami-forms-app.md) ——在预订过程中收集信息和协议
* [取消与重新安排](/zh-cn/yu-yue/booking-features/cancellations-rescheduling.md) ——设置取消和改期政策


---

# 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://help.sesami.co/zh-cn/yu-yue/booking-features/waiver-terms.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.
