# Displaying the Quote

Partners will often present an insurance offer after customers have selected a core product (such as a laptop, travel booking, event tickets, etc.). There are key components to presenting an insurance/protection offer, where 1-3 are dynamic from API response, and the items under 4 are static (provided or approved by Cover Genius CSE):&#x20;

1. Price
2. Disclaimer
3. Policy wording link
4. Product name, inclusions, panel content, Trustpilot banner, and graphical elements.

Cover Genius offers a standard or customised design structure optimised for the partner specific use case (ie. Travel, Parcel, Ticket, Retail, etc.). \
\
A Travel example is presented below:&#x20;

![Travel Protection Offer Panel Example](/files/tFvYOs081dJ4Tu4uPww2)

Legend: <mark style="color:red;">Red = Static content</mark> , <mark style="color:blue;">Blue = API response</mark>

<mark style="color:red;">A Trustpilot.com rating for XCover, demonstrates reliability</mark>&#x20;

<mark style="color:red;">B Inclusions content, taken from XCover supplied content</mark>

<mark style="color:blue;">API Response content:</mark>&#x20;

<mark style="color:blue;">1. Price, per ticket (division of</mark> `"total_price"`<mark style="color:blue;">by number of travellers/units) or full price if in "add" button (</mark>`"total_price"`<mark style="color:blue;">)</mark>

<mark style="color:blue;">2. Disclaimer, taken from</mark> `"content":{ "disclaimer"}` <mark style="color:blue;">field</mark>

<mark style="color:blue;">3. Policy Wording, taken from the</mark> `"pds_url"` <mark style="color:blue;">quote response field, for example: "view wording" as a hyperlink of: "</mark>[<mark style="color:blue;">https://www.xcover.com/en/pds/</mark>](https://staging.xcover.com/en/pds/)<mark style="color:blue;">ABCD-1234-INS"</mark>

Generally, the quote display should address:&#x20;

1. Customer relevance - Does the quote/product presentation make sense for this purchase flow?&#x20;
2. Compliance and regulatory requirements - Does the offer meet requirements for disclaimers, price, statements of fact, and availability of policy wording?&#x20;
3. Marketing copy and trust - Is the offer likely to be understood and selected by the customer? Is the offer trusted/compelling?

\ <br>


---

# 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://docs.covergenius.com/xcover/purchase-workflow-overview/quote/displaying-the-quote.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.
