# Travel / Accomodation

Online Travel Agents (OTA's) and Accommodation platforms selling flights, hotel bookings, experiences and travel packages can seamlessly present relevant travel insurance policies in the purchase booking path. Commonly, partners will integrate XCover using two key purchase process API calls: [create offer](https://partner-docs.covergenius.com/offers/vertical-examples/travel-accomodation/create-offer#post-partners-partner_code-offers) and [confirm offer](https://partner-docs.covergenius.com/offers/vertical-examples/travel-accomodation/confirm-offer).\
\
:bulb: See a collection of common requests for this integration type\
\
Most integrations follow the below high level flow of events:

<figure><picture><source srcset="/files/KAfa3wgdPMOzspoRv97G" media="(prefers-color-scheme: dark)"><img src="/files/kQSCxXcOGKQxnbwAqYyo" alt=""></picture><figcaption></figcaption></figure>

1\. User browses travel options and;\
2\. Selects a travel offer\
3\. Partner platform sends an [offer payload](https://partner-docs.covergenius.com/offers/vertical-examples/travel-accomodation/create-offer#post-partners-partner_code-offers) to the create offer endpoint\
4\. User selects offer products\
5\. User pays for travel and offer products at checkout\
6\. [Payment collection](/offers/guides/payment-process.md)\
7\. Partner sends a [confirmation request](https://partner-docs.covergenius.com/offers/vertical-examples/travel-accomodation/confirm-offer#post-partners-partner_code-offers-offer_id-confirm) to the confirm offer endpoint\
8\. XCover sends confirmation email including policy details, Partner sends purchase confirmation and tax invoice.

#### Post sale processes

[Modification](/offers/guides/purchase-workflow-overview/modify-booking.md)\
Where a partner operates a management service for booked travel services, modifications to policies may be submitted to adjust for trip length (financial adjustment), or basic updates such as address changes for a policy profile (non-financial adjustment)

<figure><picture><source srcset="/files/SQU9mJkRnt3F7mKpeync" media="(prefers-color-scheme: dark)"><img src="/files/vkIKDFMcnfp2AxvPdC0l" alt=""></picture><figcaption></figcaption></figure>

\
[Cancellation](/offers/guides/purchase-workflow-overview/cancel-booking.md)\
Should a partner need to facilitate travel and policy cancellation (note that this differs from trip cancellation policies, which due to their nature, may not be cancelled), the below workflow should be referenced.

<figure><picture><source srcset="/files/mVHzF449IXiEjWuZ2tEl" media="(prefers-color-scheme: dark)"><img src="/files/Msr47v2JFqUl8KPVe5Ue" alt=""></picture><figcaption></figcaption></figure>

#### Opt-out process

In circumstances where a customer chooses to purchase travel, but not the insurance offer. An opt-out request is used to notify XCover of a non-opted insurance offer. This assists with pricing and product offer data analysis and ultimately improved offers and sales results.

<figure><picture><source srcset="/files/RWspiQHeXhmBiTql66Hs" media="(prefers-color-scheme: dark)"><img src="/files/di4aNd3aWj2G4Efl1lYj" alt=""></picture><figcaption></figcaption></figure>


---

# 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://partner-docs.covergenius.com/offers/vertical-examples/travel-accomodation.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.
