> For the complete documentation index, see [llms.txt](https://docs.flip.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flip.to/docs/integrations/booking-engines/vendors/ihotelier.md).

# iHotelier

Adding Flip.to to your iHotelier booking engine takes one line of code.

{% hint style="warning" %}
**Before you begin:** if you ask your Amadeus point person to grant Engine Container access to **<integrations@flip.to>**, our [Customer Success team](/docs/support/customer-success.md) can take care of the configuration below for you.
{% endhint %}

***

## Add the Flip.to tag

* Click into **Tags** → **New** to create a new tag
* Set the **Tag Name** to **Flip.to booking engine**
* Set the **Tag Configuration** as **Custom HTML**
* Set the **Tag Firing Option** to **Once per page**
* Set the **Firing Triggers** to **Page View Event** (fires on the engine's "content-view" event, after iHotelier configuration is available)

Then paste the snippet below into the HTML field.

```html
<script async src="https://integration.flip.to" crossorigin="anonymous"></script>
```

The same line goes on your website—see [Set up your website](/docs/integrations/websites/set-up-your-website.md).

***

## Configurations

<details>

<summary>Overriding what Flip.to detects (rarely needed)</summary>

For a custom booking-engine domain, or a page whose language markup is wrong or missing. See [Overrides](/docs/integrations/booking-engines/set-up-your-booking-engine.md#overrides) on Set up your booking engine.

</details>

<details>

<summary>Tracking add-ons and other products</summary>

If you sell experiences, events or ancillary items at time of booking, those still need to be passed to Flip.to—see [E-commerce tracking](/docs/integrations/booking-engines/e-commerce-tracking.md).

</details>

***

If we can be of any help, say hello to our [Customer Success team](/docs/support/customer-success.md).


---

# 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.flip.to/docs/integrations/booking-engines/vendors/ihotelier.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.
