# Performance Benchmarks & Latency Targets

To assist with your integration planning and timeout configurations, we publish the following performance targets for the Offers API.

These metrics reflect our internal benchmarks for **server-side processing time** under standard operating conditions.

{% hint style="info" %}
Please note that these figures are intended for technical guidance only and differ from the binding Service Level Agreements (SLAs) defined in your commercial contract. For guaranteed availability and support commitments, please refer to your Account Manager or Client Solution Engineer.
{% endhint %}

| Endpoint      | P90 (Target) | P95 (Target) | P99 (Target) |
| ------------- | ------------ | ------------ | ------------ |
| Create Offer  | 150ms        | 170ms        | 600ms        |
| Confirm Offer | 500ms        | 650ms        | 1100ms       |
| Opt Out Offer | 140ms        | 160ms        | 300ms        |

{% hint style="info" %}
**Integration Recommendations:** For rate limit errors and retries, please refer to [Error Management](/offers/api/responses/error-management.md)
{% endhint %}


---

# 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/performance-benchmarks-and-latency-targets.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.
