> ## Documentation Index
> Fetch the complete documentation index at: https://help.getdqd.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customer Facing

> Publicly promote and sell bookings to your events.

## Hosted Links

When you join DQ, we create a hosted website for your venue using your branding. This allows customers to browse and book your upcoming events.

The hosted site is **hidden from search engines and the general public**, but you can share it with customers via:

* Your website
* Social media
* Promoters

The event pages are **mobile-first** and automatically updated with events you create in DQ.

<Note>You can find your DQ hosted links in your [Settings](https://order.getdqd.com/au/cms/settings?page=6) panel.</Note>

<Frame caption="Venue Hosted Page">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dq/cms/booking/images/venue-hosted.PNG" alt="Venue Hosted Page" />
</Frame>

We also generate an **Event Details** page for each event. This allows customers to view:

* Available packages
* Prices and minimum spend
* Real-time table availability

<Frame caption="Package/Booking Option Breakdown">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dq/cms/booking/images/package-detail.PNG" alt="Package Detail Page" />
</Frame>

***

## Checkout Page

When customers make a booking, they must provide:

* Name
* Email
* Phone number

DQ **automatically verifies the phone number** and matches it to existing records in your customer database to avoid duplication.

<Frame caption="Checkout Page">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dq/cms/booking/images/checkout-hosted.PNG" alt="Checkout Page" />
</Frame>

If a deposit is required, it's processed as a **card authorization**.\
A confirmation email or SMS is sent to the guest with their booking details.

At the end of the booking flow, guests are invited to:

* Provide the names of their attendees
* Save digital tickets to their wallet

***

## Website Embeds

DQ provides a suite of **embeddable widgets** for your website.\
You can embed them yourself, or our team can help.

📧 Reach out to [hello@getdqd.com](mailto:hello@getdqd.com) to have us set it up for you.

<Frame caption="Example Widget 1 – Upcoming Event Scroller">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dq/cms/booking/images/widet-side.png" alt="Event Scroller Widget" />
</Frame>

<Frame caption="Example Widget 2 – Upcoming Event List">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dq/cms/booking/images/widget-down.png" alt="Event List Widget" />
</Frame>

Embedding is easy—just copy and paste the following code into the **Custom Element** section of your website builder:

```html theme={null}
<script src="https://order.getdqd.com/assets/widget.js" id="dqs" data-v="1" data-reg="au"></script>
<div class="dq-events list"></div>
```
