> 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-info/invoices-from-aws.md).

# Invoices from AWS

Your invoices can be accessed from your AWS management console on the billing dashboard. From your AWS management account, head over to Billing Dashboard > Bills. The charges will be on the 'Charges by Services' Tab and the Pump Savings will be on the 'Savings' Tab.

As we (Pump) handle your invoices since joining Pump, the same invoice would be posted on our platform - in the [Invoices tab](https://app.pump.co/invoices) during the first week of each month. Please note that these invoices reflect the same charges from AWS; **Pump does not mark up or add any additional fees to your usage costs**.

Additionally, you will see a line item called 'Pump Savings' which reflects the amount that Pump has saved you so far!

![image.png](https://d3vl36l12sfx26.cloudfront.net/6bacbab4-dff1-4b53-b5f8-bea49f26ab4a%2F1720910754351-image.png?Expires=253370764800\&Signature=lSl1ObAIX0XwTgbPUiIzm3ErrIFo6-wqnpljcJxJ~kOSAkHDjxMVKVM0MKC10TfIkLGuy3ZBOo0olCdWKD~9UD9A0gX6w0NBWOlrt4TtOfvVINMXzUcpTBELBUNt1xIV3Xxrc~Ba0H-gfb2T8ZxqvTO31u8iOa~oHf9Z-zbVF9pheYbYyfMw2oqZNadpuM2AoRmYb8E9jB7mEtHm9rM4qrsWbP9a9TARvaMkzALTMh5iMv0~ZY0chqvzkNomLdgJS5AsX16I9I~f-0nsqkbcMruYuHK0z8iTctGc0GlCbqcEWKucm1OAWWqZ9NFYAVS20xBKnhlQLv2VkQDTIk~9yg__\&Key-Pair-Id=K3NV4LZ47N8M46)


---

# 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-info/invoices-from-aws.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.
