> For the complete documentation index, see [llms.txt](https://help.booksession.co/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.booksession.co/product-docs/updates-and-new-features.md).

# Updates and New Features

- [Update: Sleeker Design & Powerful Surcharge Controls](https://help.booksession.co/product-docs/updates-and-new-features/update-sleeker-design-and-powerful-surcharge-controls.md): 10/08/2025
- [Bug Fix: Updates: Faster App & Fixed Calendar Times](https://help.booksession.co/product-docs/updates-and-new-features/bug-fix-updates-faster-app-and-fixed-calendar-times.md): 17/05/2025
- [Bug Fix: Booking Form Availability Issue Resolved](https://help.booksession.co/product-docs/updates-and-new-features/bug-fix-booking-form-availability-issue-resolved.md): 22/04/2025
- [Introducing Guides: A New Way to Share Information with Clients](https://help.booksession.co/product-docs/updates-and-new-features/introducing-guides-a-new-way-to-share-information-with-clients.md): 22/03/2025
- [Signature validation & stability improvements](https://help.booksession.co/product-docs/updates-and-new-features/signature-validation-and-stability-improvements.md): 02/09/2023
- [Attach images to your pricing plans](https://help.booksession.co/product-docs/updates-and-new-features/attach-images-to-your-pricing-plans.md)
- [Dashboard Updates.](https://help.booksession.co/product-docs/updates-and-new-features/dashboard-updates..md): 26/08/2023
- [Elevating Your Experience: Latest Platform Updates and Fixes](https://help.booksession.co/product-docs/updates-and-new-features/elevating-your-experience-latest-platform-updates-and-fixes.md): 09/03/2024
- [Enhanced Email Validation and UI improvements](https://help.booksession.co/product-docs/updates-and-new-features/enhanced-email-validation-and-ui-improvements.md): 09/09/2023
- [What's New in Our Booking Templates: Timeslots, Availability, and More!](https://help.booksession.co/product-docs/updates-and-new-features/whats-new-in-our-booking-templates-timeslots-availability-and-more.md)
- [All-New "Client Galleries" Feature: Elevating Your Photo Sharing Experience!](https://help.booksession.co/product-docs/updates-and-new-features/all-new-client-galleries-feature-elevating-your-photo-sharing-experience.md): 19/08/2023


---

# 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://help.booksession.co/product-docs/updates-and-new-features.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.
