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

# Getting Support

While our product is fully self-serve and self-use, we offer high quality and highly knowledgeable support for your AWS or GCP needs.

### Contact us

**Support tickets:** Submit a request at <support@pump.co>. This is the fastest way to reach the Pump support team for technical issues, billing questions, or account help.

**Email:** Reach out to the Pump team directly if you have questions about onboarding, pricing, or partnership inquiries.

**Slack:** Customers with a shared Slack channel can reach their account team directly through Slack.

### What to include in a support request

To help us resolve your issue quickly, include the following when submitting a ticket:

| Information                                                                 | Why it helps                             |
| --------------------------------------------------------------------------- | ---------------------------------------- |
| Your company name                                                           | Identifies your account                  |
| The cloud provider involved (AWS, GCP, Azure, or a third-party integration) | Routes your ticket to the right team     |
| What you were trying to do                                                  | Gives us context on the workflow         |
| What happened instead                                                       | Describes the issue                      |
| Screenshots or error messages                                               | Helps us diagnose without back-and-forth |

### Common issues

**CloudFormation stack failed to create (AWS).** Verify that your IAM user or role has permissions to create CloudFormation stacks and IAM roles. The stack requires `iam:CreateRole`, `iam:PutRolePolicy`, and `cloudformation:CreateStack` at minimum.

**Cloud Shell script did not complete (GCP/Azure).** Check that the required APIs are enabled on your project (GCP) or that your user has sufficient permissions to assign RBAC roles (Azure). See the connection guides for provider-specific troubleshooting.

**Pump is not receiving data after connection.** For AWS, the CloudFormation stack includes a custom resource that notifies Pump on completion. If this notification fails, contact support. For Azure, role assignment propagation can take up to 30 minutes.

**Savings estimate shows $0.** This typically means your current spend is already well-committed or your usage volume is below the threshold where commitment discounts are meaningful. Pump Save has the most impact at $5,000/month or more.

**Missing data for a cloud account or integration.** Verify that the required credentials are still active and that permissions have not been revoked. For third-party integrations, check that your API key has not expired or been rotated.

### Status

For real-time information on Pump service availability, visit the Pump status page. If you are experiencing an issue and the status page shows all systems operational, submit a support ticket so we can investigate.

### Feedback

If you have suggestions for improving Pump or its documentation, let us know through <support@pump.co>. We read every submission.


---

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