Feature requests

Please search and upvote first before posting. This board is reviewed by Gamma's product and design team. For bugs, support, or urgent issues contact support@gamma.app.
Prohect Asset Bin with AI Semantic Auto Placement - A Feature Request!!
The Problem: The Asset Bottleneck Gamma’s generation speed is fantastic, but inserting custom, real-world assets remains a highly manual friction point. When building a deck that requires specific images (e.g., 50 product photos, client assets, or team headshots), the AI currently generates its own images or leaves empty placeholders. Users are then forced to manually upload and map their real images to individual cards one by one. This manual drag-and-drop process breaks the speed advantage of using an AI generator. The Solution: A Context-Aware Asset Pool Introduce a Project Asset Bin that integrates directly with the AI generation engine: 1. Bulk Upload: Allow users to upload a folder of project-specific images to a dedicated bin before or during the prompt phase. 2. AI Semantic Matching: Gamma's AI uses computer vision to analyze and index the contents of the uploaded images. 3. Auto-Placement: During layout generation, instead of defaulting to web searches or AI image generation, Gamma automatically pulls the most contextually relevant image from the user's Asset Bin and slots it into the correct layout placeholder. The Impact While Gamma’s recent additions (like the AI Image Dashboard) help manage generated images, this feature would solve the ingestion of existing user media. It bridges the gap between digital asset management and AI layout creation, turning an hour of manual image placement into an instant, automated workflow.
3
·
Images and logos
Emojis
I still have emojis that show up in the image generation. They show up in both the Gamma and the PowerPoint generation. I've mentioned this issue earlier. The API call I'm sending looks like this: create_payload = { "inputText": full_prompt, "textMode": "generate", "format": "presentation", "themeId": self.gamma_theme, "numCards": slide_amount, "cardSplit": "auto", "additionalInstructions": additional_instructions, "exportAs": "pptx", "textOptions": { "amount": "medium", "tone": "professional, analytical", "audience": "You are speaking to business stakeholders at pharmaceutical manufacturing companies, they are non-technical but familiar with pharma data. You are NOT speaking with doctors nor providers.", "language": "en", }, "imageOptions": { "source": "noImages", }, } The full_prompt consists of data and related information to output in the slides. I don't think that's related to any of these issues. The additional_instructions is: instructions = """ Note that you are talking to pharmaceutical manufacturer stakeholders, not providers. Make the title informative, only utilize a title and nothing else should go at the top. Also no need to mention the steps in the title. Try not to have a lot of empty space in slides, make analysis font readable (not too small). Also utilize box formats for text and other formats when possible, so essentially try to avoid having the entirety of a slide just be text on a white background. When I say "Bar Diagram" I mean a bar diagram with horizontal bars showcasing the data, don't use vertical bars. Also if there are multiple datasets, ensure to have multiple Bar Diagrams on the same slide. For said Bar Diagrams, ensure the labels and categories are not cut off, abbreviate them when necessary. Also for the Bar Diagrams, refer to doctors properly so as Dr. Smith, not John Smith. It shouldn't take the whole slide and should be side by side with the combined interpretation. The y axis should showcase numbers while the x axis should be the category. Use whole numbers for the y axis intervals, not decimals. One edge case is that if there's no data for a step, just make a slide that says "no data available for this step". No need to mention schema errors or what fields were missing, etc. Just keep it simple. Don't insert placeholder images and do not include symbols of awards. NEVER use emojis/emoticons/any icon images. Don't use the blue, yellow, green, and red informational boxes that Gamma inserts automatically please. Refer to doctors as Dr. Smith for example instead of John Smith. """
2
·
Images and logos
Load More