# Get help

### Quick reference

* For quick questions and debugging: join the API Slack channel and include your `x-request-id`.
* For broader feedback: use the feedback form.
* For account or billing issues: contact the support team.

### Questions, quick feedback, and debugging

Join the [Gamma API Slack channel](https://join.slack.com/t/gambassadors/shared_invite/zt-39mcf05ys-419f~BVFyEtsCsDb9Ij3ow). For debugging help, include the x-request-id header from your API response.

### Broader feedback

You can use [this feedback form](https://docs.google.com/forms/d/e/1FAIpQLSeRHjChH8DS6YC4WS23LlOb1SC1Fw2HvuPFZ3HFM4rYj16oCg/viewform?usp=header) to provide broader feedback about the API.

### Contact support

If you need more help, you can [reach out to our Support team](https://help.gamma.app/en/articles/11016434-how-can-i-contact-gamma-support-or-provide-feedback).

### Related

* [Error codes](/reference/error-codes.md) if you need to map a specific API response to the right fix
* [Access and Pricing](/get-started/access-and-pricing.md) for plan and billing questions


---

# 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://developers.gamma.app/reference/get-help.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.
