# API

- [Reference](https://partner-docs.covergenius.com/offers/api/reference.md): Offers API Specs
- [Create Offer](https://partner-docs.covergenius.com/offers/api/reference/create-offer.md)
- [Opt Out Offer](https://partner-docs.covergenius.com/offers/api/reference/opt-out-offer.md)
- [Confirm Offer](https://partner-docs.covergenius.com/offers/api/reference/confirm-offer.md)
- [Modify Booking](https://partner-docs.covergenius.com/offers/api/reference/modify-booking.md)
- [Cancel Booking](https://partner-docs.covergenius.com/offers/api/reference/cancel-booking.md)
- [Responses](https://partner-docs.covergenius.com/offers/api/responses.md)
- [Offer Status](https://partner-docs.covergenius.com/offers/api/responses/quote-policy-status.md)
- [Error Management](https://partner-docs.covergenius.com/offers/api/responses/error-management.md): General error management
- [Error Types](https://partner-docs.covergenius.com/offers/api/responses/error-types.md): Error type and management
- [Authentication](https://partner-docs.covergenius.com/offers/api/authentication.md)
- [Idempotency Keys](https://partner-docs.covergenius.com/offers/api/idempotency-keys.md)
- [Rate Limits](https://partner-docs.covergenius.com/offers/api/rate-limits.md)
- [Data Formats](https://partner-docs.covergenius.com/offers/api/data-formats.md)
- [Webhooks](https://partner-docs.covergenius.com/offers/api/webhooks.md)
- [Performance Benchmarks & Latency Targets](https://partner-docs.covergenius.com/offers/api/performance-benchmarks-and-latency-targets.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/api.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.
