> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryprofound.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Gamma in Agents

After connecting your Gamma account, the following actions become available as Agent steps. Each step requires you to select a connected **Gamma Account** from a dropdown.

<Tabs>
  <Tab title="Generate content" icon="wand-magic-sparkles">
    #### **Generate Content**

    Create a new AI-powered presentation, document, or webpage from scratch.

    **Required inputs**

    * **Gamma Account**
    * **Input Text** (the content or topic to generate from)

    **Optional inputs**

    * **Format** — `presentation`, `document`, `webpage`, or `social`
    * **Text Mode** — how Gamma handles your input text:
      * `generate` (default) — AI generates content based on your input
      * `condense` — AI condenses your input into fewer cards
      * `preserve` — AI preserves your input text as-is
    * **Number of Cards** — how many slides/pages to generate
    * **Additional Instructions** — extra guidance for the AI
    * **Theme ID** — a Gamma theme to apply
    * **Export As** — optionally export as `pdf` or `pptx`

    **Text options**

    * **Text Amount** — level of detail (e.g., `detailed`, `concise`)
    * **Text Tone** — comma-separated tone descriptors (e.g., `friendly, professional`)
    * **Text Audience** — target audience (e.g., `executives`, `students`)
    * **Text Language** — output language (e.g., `en`, `es`, `fr`)

    **Image options**

    * **Image Source** — where to source images from: `ai_generated`, `unsplash`, `giphy`, `web_free_to_use`, `web_free_to_use_commercially`, `pictographic`, `placeholder`, or `no_images`

    **Sharing options**

    * **Workspace Access** — access level for workspace members:
      * `workspace_default` — uses your workspace's default sharing settings
      * `view` — members can view the content
      * `comment` — members can view and leave comments
      * `edit` — members can view, comment, and edit the content
      * `full_access` — members have full control, including sharing and deletion
    * **External Access** — access level for people outside the workspace (defaults to `no_access`):
      * `no_access` — external users cannot access the content
      * `view` — external users can view the content via a shared link
      * `comment` — external users can view and leave comments
      * `edit` — external users can view, comment, and edit the content

    <Callout icon="lightbulb" color="#376CFF">
      **Tip:** Generation is asynchronous — Profound automatically polls for completion before returning the result to subsequent Agent steps.
    </Callout>
  </Tab>

  <Tab title="Generate from template" icon="copy">
    #### **Generate from Template**

    Remix an existing Gamma template with new content.

    **Required inputs**

    * **Gamma Account**
    * **Template ID** (the Gamma ID of the template to remix)
    * **Prompt** (instructions and content to adapt the template with)

    **Optional inputs**

    * **Theme ID** — override the template's theme
    * **Export As** — optionally export as `pdf` or `pptx`
    * **Workspace Access** — access level for workspace members (see sharing options in Generate Content above)
    * **External Access** — access level for external users (see sharing options in Generate Content above, defaults to `no_access`)

    <Callout icon="lightbulb" color="#376CFF">
      **Tip:** Templates are great for maintaining consistent branding. Create a template in Gamma, then use this action to generate variations with different content.
    </Callout>
  </Tab>

  <Tab title="Get generation status" icon="clock">
    #### **Get Generation Status**

    Check the status of a content generation.

    **Required inputs**

    * **Gamma Account**
    * **Generation ID**

    The output includes:

    * **Status** — `pending`, `completed`, or `failed`
    * **Gamma URL** — link to the generated content (available when completed)
    * **Export URL** — link to the exported file if PDF/PPTX export was requested

    <Callout icon="lightbulb" color="#376CFF">
      **Note:** You typically don't need to use this step directly — Profound handles polling automatically when you use the Generate actions.
    </Callout>
  </Tab>
</Tabs>

***

## Output Formats

Gamma can generate content in several formats:

| Format           | Description                                                |
| ---------------- | ---------------------------------------------------------- |
| **Presentation** | Slide-based format, similar to PowerPoint or Google Slides |
| **Document**     | Long-form scrollable content                               |
| **Webpage**      | Standalone shareable webpage                               |
| **Social**       | Social media-optimized content                             |

You can also export the result as **PDF** or **PPTX** for offline use.

***

## Common Use Cases

* **Sales Decks**: Generate personalized presentations from CRM data or call transcripts
* **Reports**: Turn data and analysis into polished documents or presentations
* **Training Materials**: Create training decks from knowledge base content
* **Client Deliverables**: Generate branded documents from templates with client-specific content
* **Social Content**: Create social media visuals from blog posts or product updates
