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

# AWS

- [Onboarding](https://help.pump.co/aws/onboarding.md)
- [Standard Onboarding](https://help.pump.co/aws/onboarding/standard-onboarding.md): Guides for connecting AWS accounts to Pump, including standard onboarding, multi-account architectures, SSO migration, and management account access.
- [Multi-Account Setup](https://help.pump.co/aws/onboarding/multi-account-setup.md): If your company runs multiple AWS accounts within an AWS Organization, setup requires coordination with the Pump team. This page covers the options for connecting multi-account environments to Pump.
- [Joining via CTA](https://help.pump.co/aws/onboarding/joining-via-cta.md)
- [Management Account Access](https://help.pump.co/aws/onboarding/management-account-access.md): When your AWS account joins Pump's Organization, Pump creates a role called PumpCustomerAccess in your organization's management account. This role gives your team direct access to organization-level
- [Downloading Your AWS Cost Explorer History](https://help.pump.co/aws/onboarding/downloading-your-aws-cost-explorer-history.md)
- [AWS Role Deployment and Permissions](https://help.pump.co/aws/onboarding/aws-role-deployment-and-permissions.md)
- [SSO on Pump](https://help.pump.co/aws/onboarding/sso-on-pump.md)
- [Using Pump](https://help.pump.co/aws/using-pump.md)
- [Savings Summary](https://help.pump.co/aws/using-pump/savings-summary.md)
- [Past Savings](https://help.pump.co/aws/using-pump/past-savings.md)
- [Reserved Instances](https://help.pump.co/aws/using-pump/reserved-instances.md)
- [Savings Plans](https://help.pump.co/aws/using-pump/savings-plans.md)
- [Payments](https://help.pump.co/aws/using-pump/payments.md)
- [Credit FAQ](https://help.pump.co/aws/using-pump/credit-faq.md)
- [Savings](https://help.pump.co/aws/using-pump/credit-faq/savings.md)
- [Invoices from AWS](https://help.pump.co/aws/invoices-from-aws.md)
- [Leaving Pump's AWS Organization](https://help.pump.co/aws/leaving-pumps-aws-organization.md)


---

# 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/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.
