# Guides

- [Integration Checklist](https://partner-docs.covergenius.com/offers/guides/integration-checklist.md): The following checklist describes the high level tasks that need to be completed in order to completely integrate the Offer API and begin selling insurance policies.
- [Workflow Overview](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview.md)
- [Create Offer](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview/create-offer.md): Sending a Quote Request
- [Confirm Offer](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview/confirm-offer.md): Booking process overview
- [Opt-out Offer](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview/opt-out-offer.md)
- [Modify Booking](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview/modify-booking.md): Modifying an existing booked policy
- [Cancel Booking](https://partner-docs.covergenius.com/offers/guides/purchase-workflow-overview/cancel-booking.md): Cancel a specific policy booking
- [Payment Process](https://partner-docs.covergenius.com/offers/guides/payment-process.md): How will customers pay for their policy premium?
- [Single Payment](https://partner-docs.covergenius.com/offers/guides/payment-process/single-payment.md): Overview of the payment process where the partner is the Merchant of Record (MoR)
- [Dual Payment using XPay Token](https://partner-docs.covergenius.com/offers/guides/payment-process/payment.md): Overview of the dual payment process where Cover Genius is the Merchant of Record
- [Rendering an Offer Panel](https://partner-docs.covergenius.com/offers/guides/displaying-the-quote.md)
- [Product Rules](https://partner-docs.covergenius.com/offers/guides/product-groups-and-rules.md)


---

# 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/guides.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.
