> For the complete documentation index, see [llms.txt](https://partner-docs.covergenius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner-docs.covergenius.com/offers/guides.md).

# 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)
- [Multi-Step Session Tracking](https://partner-docs.covergenius.com/offers/guides/multi-step-session-tracking.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://partner-docs.covergenius.com/offers/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
