> For the complete documentation index, see [llms.txt](https://www.locksmith.guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.locksmith.guide/app-integrations/easy-appointment-booking.md).

# Easy Appointment Booking

Easy Appointment Booking is a Shopify app for bookings and appointments for any service, turning “Add to Cart” buttons into a “Select a Time” button allowing the customer to book an appointment.

It can be used with Locksmith to…

* Filter events by zip code so that your customers see events available in their region
* Password protect services for only those customers that can access it

{% hint style="info" %}
**Note**: [Easy Appointment Booking](https://apps.shopify.com/appointments-and-bookings) is offered by Servicify. Get assistance with this integration at [getservicify.com/helpcenter](https://www.getservicify.com/helpcenter), or by emailing <hey@getservicify.com>.
{% endhint %}

## Usage

1. Choose the product you want to use with Easy Appointment Booking
2. [Install](https://apps.shopify.com/appointments-and-bookings) the Easy Appointment Booking app from the Shopify App Store
3. In Easy Appointment Booking, create an event using the product from Step 1. Configure the basic event details. There are prefilled options for you for the event duration and availability. See a tutorial video here: [youtube.com/watch?v=v5sp-7DI\_I8\&ab\_channel=Servicify](https://www.youtube.com/watch?v=v5sp-7DI_I8\&ab_channel=Servicify)
4. You can now use Locksmith to add whatever access conditions you'd like to your newly created event product! For more guidance on creating locks, [see our guide here](/readme.md).

## Other features

Easy Appointment Booking can also be used to...

* Send automatic email and SMS for confirmation, reminders, and follow-ups
* Connect Google Calendar to avoid scheduling conflicts and double bookings
* Generate Zoom and Google Meet links instantly for online events
* Team members and locations have their own portal to manage bookings, with sales and booking reports available
* Sync to Shopify Orders & Customers for easy reporting
* Supports multiple languages, including French and German
* Integrates with Zapier, allowing you to connect your bookings, appointments, and customer details to tools like Outlook, Excel, Hubspot, and more


---

# 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://www.locksmith.guide/app-integrations/easy-appointment-booking.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.
