# S: Appointment Booking

## S: Appointment Booking

- [S: Appointment Booking](https://apm-guide.storeify.app/s-appointment-booking.md)
- [Install app](https://apm-guide.storeify.app/install-app.md)
- [Add and Edit service](https://apm-guide.storeify.app/add-and-edit-service.md)
- [Add Booking Form anywhere](https://apm-guide.storeify.app/add-booking-form-anywhere.md): You can add a booking form to any page, anywhere just by adding your app's code.
- [Manage Appointments](https://apm-guide.storeify.app/manage-appointments.md)
- [Manage Employees](https://apm-guide.storeify.app/manage-employees.md)
- [Day Off](https://apm-guide.storeify.app/day-off.md): Set up days off when services are not available.
- [Locations](https://apm-guide.storeify.app/locations.md): Manage the locations where services can take place. You can use the location list when adding services or editing services.
- [Custom Questions](https://apm-guide.storeify.app/custom-questions.md): This menu helps store owners create custom question forms to add to booking
- [Settings](https://apm-guide.storeify.app/settings.md): You can set app on/off, hide buttons, navigation, date and time format, and more.
- [Email Settings](https://apm-guide.storeify.app/email-settings.md): Set up email notifications for Admin, employees, and customers.
- [Uninstall app](https://apm-guide.storeify.app/uninstall-app.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://apm-guide.storeify.app/s-appointment-booking.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.
