Skip to main content
Every Visual Presentation starts with a name and a description. Both fields matter because the agent reads them to decide whether to present this slide deck for a given user question. A vague name or an empty description means the LLM won’t pick the presentation when relevant.

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:
The response returns a Presentation 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

Both are too vague. The LLM has no signal to pick this presentation.

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.