> For the complete documentation index, see [llms.txt](https://help.pump.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pump.co/getting-started/billing-and-payments/money-back-guarantee.md).

# Money Back Guarantee

{% hint style="info" %}
Pump is the only company with a ***real*** money back commitment in form of AWS credits capped to the **entire AWS bill.**
{% endhint %}

If Pump over-commits on your behalf (purchasing Savings Plans, Reserved Instances, or Committed Use Discounts that result in unused capacity), you are eligible for a credit covering the entire amount of lifetime loss. Credits are issued for the following month, based on your lifetime savings with Pump.

### How the guarantee works

| Detail            | Explanation                                                                                                                                                    |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| What triggers it  | Overcommitment resulting from unused Savings Plans, Reserved Instances, or Committed Use Discounts that Pump purchased on your behalf within any 30-day period |
| What you receive  | Cloud credits (AWS or GCP) for the next month equal to the entire amount of lifetime loss                                                                      |
| Credit cap        | Credits are capped at your entire cloud spend bill                                                                                                             |
| Calculation basis | Based on your lifetime savings with Pump                                                                                                                       |

### What this means

You cannot lose money by joining Pump. If Pump makes an overcommitment mistake, Pump credits you for the loss. The credit cap is your entire cloud bill, not just Pump's fees.

### What the guarantee does not cover

The money back guarantee does not apply to overcommitment made by you or any third party that also optimizes your cost savings. It covers only commitments purchased by Pump on your behalf.

### Terms

Full terms are available at [pump.co/legal](https://pump.co/legal).


---

# 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://help.pump.co/getting-started/billing-and-payments/money-back-guarantee.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.
