In the Studio
1
Open Presentations
Go to app.trugen.ai and click Presentations in the left panel under Configure.
2
Create a new presentation
Click Create New. Give it a clear Name and a specific Description.
3
Upload your deck
Upload your presentation file (
.pdf or .pptx).4
Save
Click Save & Create. Content is queued for slide indexing. Once processing completes, the presentation is ready to attach to agents.
Via API
Upload and create a presentation with a name, description, and file:id: save it to attach the presentation to agents.
Requests use
multipart/form-data because the endpoint accepts file uploads at creation time. Total request size is capped at 100 MB.Naming and describing well
The Name and Description drive retrieval routing. Write them clearly so the agent knows when to pick this deck over another.Good
Bad
Managing your Presentations
- List all presentations:
GET /v1/ext/presentation - Get a specific presentation:
GET /v1/ext/presentation/{id} - Update presentation details:
PATCH /v1/ext/presentation/{id} - Delete a presentation:
DELETE /v1/ext/presentation/{id}
Next steps
Presentations Overview
Learn how agents use presentations during live sessions.
Knowledge Base Overview
Combine Visual Presentations with text Knowledge Bases.