# Events / Tickets FAQs

<details>

<summary><strong>What happens if the event is cancelled, does the customer get a refund on insurance, do we cancel the insurance?</strong></summary>

If the event is cancelled then it is recommended to send a /cancellation request including the `reason_for_cancellation` as `"Event cancelled"`. A refund will be issued to the customer only within the cooling off period. This period depends on region. For this reason it is recommended to perform a cancellation preview and confirmation and refund the amount returned in the preview response.

</details>


---

# 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/faqs/events-tickets-faqs.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.
