> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/other-integrations/how-to-configure-the-app-book-your-holiday-with-a-bot.md).

# How to configure the App Book your holiday with a bot

* Create a project on Tiledesk

<figure><img src="/files/o309QwaMoTOn0Qz52rru" alt=""><figcaption></figcaption></figure>

<br>

* In the bot section create a new bot (Add from scratch)

<figure><img src="/files/YbemOYmS0zAjMpkhdfsI" alt=""><figcaption></figcaption></figure>

<br>

* Now you have to install the App from the Apps section by pressing the Install button

<figure><img src="/files/UeyBuEqUchMFivNgigV4" alt=""><figcaption></figcaption></figure>

* It is necessary to configure the App with the necessary parameters to allow communication with the facility management platform (e.g. Smoobu) and with the Stripe online payment platform. To do this, go to the Chats section and join a conversation. Then you need to select the Apps button at the bottom of the page on the right of the screen.

<figure><img src="/files/kg51eUFLFdWW0bPj9p7Q" alt=""><figcaption></figcaption></figure>

* You must enter the configuration parameters of the facilities management platform (e.g. Smoobu) and the Stripe electronic payment platform in the appropriate spaces (For these configurations, refer to the guide of your facility manager and the Stripe electronic payment platform).

<figure><img src="/files/BboZVH0syMeectmtrQBv" alt=""><figcaption></figcaption></figure>

* Now you have to download the bot project from [here](https://booking-server.leomirco.repl.co/bot/holidayBookingBot.json)
* Import the Bot hollidayBookingBot

<figure><img src="/files/3KmlLTNIFzuE5a97IY8X" alt=""><figcaption></figcaption></figure>

<br>

* As soon as the bot import process finishes you should see the new bot created

<figure><img src="/files/nmKXJmBDk9ZJdaaO3oyC" alt=""><figcaption></figcaption></figure>

<br>

* Select the Edit bot button and this should be the result

<figure><img src="/files/fGcq03AXIG8CTBuwDBf1" alt=""><figcaption></figcaption></figure>

* Select the Department with which the BOT must work and activate it by pressing the **Activate Bot button**

<br>

<figure><img src="/files/UzXNUW9F4nh7l8XvZ2cL" alt=""><figcaption></figcaption></figure>

* Now you need to create the different rooms/apartments that customers can book on your property management system. The prices of each room/apartment and the periods in which each is available must be entered ()For these configurations, refer to your facilities manager's documentation..
* To test the App, select the "Simulate visitor" button at the top right of the screen

<figure><img src="/files/mhUVXs2V00FVDXENRl9B" alt=""><figcaption></figcaption></figure>

* If everything has been configured correctly the bot will start and allow the user to book a room or cancel an old reservation

<br>

<figure><img src="/files/OWk86o43W7jRdeMD1NDD" alt=""><figcaption></figcaption></figure>


---

# 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://guide.tiledesk.com/other-integrations/how-to-configure-the-app-book-your-holiday-with-a-bot.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.
