> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/yoplanning-academy/yoplanning-parametrage/module-de-reservation/integration-du-module-de-reservation/integration-jimdo.md).

# Jimdo

### **What is this feature for?**

Integrating the Yoplanning reservation module into your Jimdo site allows you to insert an online reservation system directly on your website. This makes it easier for your site visitors to book your products or services, improving user experience and optimizing the booking process.

### **Steps for using the feature**

1. **Connection to the Jimdo administration system**:
   * Log in to your **Jimdo** account.
2. **Access to Settings**:
   * In the main menu at the top left, click "Settings".
3. **Modification of the Header on Jimdo**:
   * Choose the “Modify head” option.
   * Insert the following script in the head section:

     ```html
     <script type="text/javascript" src="https://booking.yoplanning.pro/integration/script.js" async></script>
     ```
   * Save the changes.

This step allows you to activate the reservation functionality on your Jimdo site.

1. **Creation of a specific reservation module**:
   * Generate the booking module URL for a specific product via the Yoplanning integration utility.
   * On your Jimdo site, create a button named “Book” on the desired page.
   * Paste the generated URL as an external link for this button.

**VS. Tips for use and good practices**

* **Test the Booking Button**: After integration, test the button to ensure the link works correctly and the booking process goes smoothly. And above all, check that the link does not open in a new tab, but on top of your site.
* **Simplicity and clarity**: Make sure the “Book” button is easily identifiable and accessible on your page. A tip, you can put it in several places on the page so that it is really the most easily visible and accessible for the client.

**D. Common problems and solutions**

* **Script not working**: If the script does not work, check if you pasted it correctly in the head section. Also make sure your site allows the integration of external scripts.
* **Reservation link does not open**: Check if the URL of the reservation module is correct. Make sure the link was not modified or corrupted during insertion.

By following these steps, you should be able to effectively integrate Yoplanning's booking module into your Jimdo site, providing a seamless and integrated booking experience for your customers.


---

# 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://docs.yoplanning.support/en/yoplanning-academy/yoplanning-parametrage/module-de-reservation/integration-du-module-de-reservation/integration-jimdo.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.
