# Introduction

## Overview

Our solution is for merchants who want to accept bookings fast and easily with online payment support. 

Bookfast.io provide a responsive web app and mobile app for customers to make a booking. Customers can log in via mobile number with OTP.

We have a comprehensive backend portal for merchants to manage bookings, approve reservations, add services and prices, withdraw funds from wallets, review financial reports, manage staff payroll, etc.

We also have a host app Bookfast Host for merchants to view their booking calendar and receive push notifications for any appointment status change.

<figure><img src="/files/FbPUJHFf5xUYqlg0aRmW" alt=""><figcaption><p>BookFast Showcase</p></figcaption></figure>

{% content-ref url="/pages/Qn7m1xlZADRIXtM4ap7F" %}
[Our Features](/bookfast/our-features.md)
{% endcontent-ref %}

## Get Started

{% content-ref url="/pages/jXvlURvY0d3zVlcwiWaH" %}
[How to Use Host Backend](/bookfast/product-guides/how-to-use-host-backend.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://codaplant.gitbook.io/bookfast/introduction.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.
