# Introduction

Chargeback prevention alerts warn you of a dispute before it becomes an official chargeback with your payment service provider. When you receive an alert, you can refund the transaction and avoid the chargeback entirely.

### How does it works?

{% stepper %}
{% step %}

#### Cardholder starts chargeback

A cardholder contacts their bank to dispute a transaction they made with your business.
{% endstep %}

{% step %}

#### Card issuer checks runs check

As the issuer begins filing the dispute, they check whether you're enrolled to receive alerts (this depends on the card network and issuer).
{% endstep %}

{% step %}

#### Alert received from the card networks

We receive the alert in real time and locate the order in your payment processor or connected gateway.
{% endstep %}

{% step %}

#### Dispute deflected based on setup

Based on rules you configure during onboarding or later in your dashboard, the system takes one of these actions:

* **Refund and resolve:** We refund the transaction and mark the alert as resolved.
* **Decline the alert:** The alert is declined and the dispute proceeds normally.
* **Manual decision:** The alert appears in your dashboard and triggers an email, giving you 24–48 hours to decide whether to refund.
  {% endstep %}
  {% endstepper %}


---

# 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.chargebackstop.com/chargeback-alerts/introduction.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.
