# Gamma

## API Docs

- [Gamma Developer Docs](https://developers.gamma.app/readme.md): Build with the Gamma API — generate presentations, documents, websites, and social posts programmatically.
- [Explore the API](https://developers.gamma.app/get-started/understanding-the-api-options.md): How the Gamma API works, what it can do, and which endpoint to use.
- [Review access and pricing](https://developers.gamma.app/get-started/access-and-pricing.md): API access requirements, credit-based pricing, and plan details.
- [POST /generations](https://developers.gamma.app/generations/create-generation.md): Generate a presentation, document, website, or social post from text.
- [POST /generations/from-template](https://developers.gamma.app/generations/create-from-template.md): Adapt, remix, or transform an existing Gamma. The template's structure is preserved by default and changes only when your prompt asks.
- [GET /generations/{id}](https://developers.gamma.app/generations/get-generation-status.md): Poll this endpoint until status is completed or failed.
- [GET /themes](https://developers.gamma.app/workspace/list-themes.md): List all themes available in your workspace, including custom themes.
- [GET /folders](https://developers.gamma.app/workspace/list-folders.md): List all folders the authenticated user is a member of.
- [POST /gammas/{gammaId}/archive](https://developers.gamma.app/management/archive-gamma.md): Archive a Gamma document. Idempotent -- archiving an already archived Gamma succeeds.
- [DELETE /gammas/{gammaId}](https://developers.gamma.app/management/delete-gamma.md): Delete a Gamma document. Requires a workspace admin role on the API key's workspace.
- [Generate from text](https://developers.gamma.app/guides/generate-api-parameters-explained.md): When to use the Generate endpoint and how to choose the parameters that shape the output.
- [Generate from template](https://developers.gamma.app/guides/create-from-template-api-parameters-explained.md): When to use the Create from Template endpoint and how to choose the parameters that control the generated output.
- [Poll for results](https://developers.gamma.app/guides/async-patterns-and-polling.md): Understanding how to work with Gamma’s asynchronous API and poll for results
- [Use themes and folders](https://developers.gamma.app/guides/list-themes-and-list-folders-apis-explained.md): How to use the themes and folders endpoints to fetch the IDs you need for generation requests.
- [Format headers and footers](https://developers.gamma.app/guides/header-and-footer-formatting.md): Detailed guide to customizing headers and footers in Gamma presentations.
- [Optimize image URLs](https://developers.gamma.app/guides/image-url-best-practices.md): How to include your own images in API-generated gammas, and how to avoid common issues with broken or missing images.
- [Add charts and structured content](https://developers.gamma.app/guides/charts-and-structured-content.md): How to get the best chart, table, and structured visual results from the Gamma API.
- [Set up the MCP server](https://developers.gamma.app/mcp/gamma-mcp-server.md): Gamma MCP powers Gamma Connectors and integrations in popular AI tools.
- [MCP tools reference](https://developers.gamma.app/mcp/mcp-tools-reference.md): Authentication, tools, parameters, and error handling for the Gamma MCP server.
- [Connect integrations](https://developers.gamma.app/connectors/connectors-and-integrations.md): Connect Gamma to your favorite AI tools and automation platforms.
- [Image models](https://developers.gamma.app/reference/image-model-accepted-values.md): When creating AI generated images in your gamma, you can specify which model to use.
- [Output languages](https://developers.gamma.app/reference/output-language-accepted-values.md): Specify the output language of your gamma.
- [Error codes](https://developers.gamma.app/reference/error-codes.md): Detailed descriptions of API error codes.
- [Warnings](https://developers.gamma.app/reference/warnings.md): Understanding warning messages in API responses.
- [API scope and limits](https://developers.gamma.app/reference/common-feature-requests.md): What the Gamma API covers today and how to work within its current scope.
- [Get help](https://developers.gamma.app/reference/get-help.md): There are several ways to get in touch with us.
- [Changelog](https://developers.gamma.app/reference/changelog.md): New updates and improvements to the Gamma API, MCP Server, and integrations.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.gamma.app/readme.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.
