> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/orders/terms-and-conditions.md).

# Terms and Conditions

Add your own terms and conditions that customers must agree to before confirming a booking.

### Set up Terms and Conditions

Go to **Order Form** under **Storefront** in the left navigation panel **→ Legal**.

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

You'll see a rich text editor where you can write or paste your terms. Format the content with headings, lists, links, and other styling as needed.

When you're done, click **Save** to publish your terms. They'll appear on the booking page immediately.

{% hint style="info" %}
If the editor is empty (no terms saved), the terms and conditions step is skipped entirely during booking. Customers won't see a checkbox or be asked to agree to anything.
{% endhint %}

### What your customers see

When a customer reaches the **Review & Confirm** step of the booking flow, they'll see a checkbox:

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

The "Terms and Conditions" text is a clickable link that opens a dialog with the full content you wrote. Customers must keep the checkbox checked to confirm their booking — unchecking it disables the confirm button.

To learn more about the full booking flow, see [Booking Experience](/customer-portal/booking-experience.md).


---

# 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:

```
GET https://uni.fotello.co/orders/terms-and-conditions.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.
