# Integration Checklist

* [ ] Choose the right workflow based on nature of business
  * [ ] [Events / Tickets](/xcover/common-use-cases/events-tickets.md)
  * [ ] [Travel / Accommodation](/xcover/common-use-cases/travel-accomodation.md)
  * [ ] [Parcel / Shipping](/xcover/common-use-cases/parcel-shipping.md)
  * [ ] [Product / Retail](/xcover/common-use-cases/product-retail.md)
* [ ] Obtain Sandbox access credentials from Cover Genius CSE (Client Solutions Engineer)
* [ ] [Implement the Purchase Workflow](/xcover/purchase-workflow-overview.md)
* [ ] [Implement the Cancellation Workflow](/xcover/cancellation.md)
* [ ] [Implement the Modification Workflow](/xcover/modification.md)
* [ ] Test using Sandbox credentials
* [ ] Obtain Test Production credentials from CSE
* [ ] Deploy integration to Pre Production environment
* [ ] Share Pre Production access details with CSE
* [ ] CSE performs end-to-end testing in Pre Production and Cover Genius Compliance Manager signs off on integration
* [ ] Fix any issues that arise
* [ ] Final testing and sign-off carried out by CSE
* [ ] Obtain Production credentials from CSE
* [ ] Production deployment date scheduled with CSE
* [ ] Deploy integration to Production environment
* [ ] Start selling insurance policies

<picture><source srcset="/files/UYnvffZgeJHVY4U2tb9C" media="(prefers-color-scheme: dark)"><img src="/files/WzOvLOjKDG6JRowXH2lq" alt=""></picture>


---

# 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/integration-checklist.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.
