# Introduction

Welcome to Bubi Widgets documentation. This guide explains how to integrate Bubi Widgets in your CMS website to access various Bubi functionalities such as creating bookings online, confirming or cancelling bookings, payments, handling customer registration, edit customer profiles, etc.&#x20;

### Target audience

This guide is intended for web designer and developers creating websites for Bubi Partners. A technical background knowledge of various web technologies such as HTML, JavaScript, CSS, cookies, etc is highly recommended.


---

# 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://bubidocs.code-art.net/master.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.
