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

# Decks

> Generate, verify, edit, present, share, and download AI-powered slide decks.

A **deck** (`.sdeck`) is a presentation Addison builds from your data — board updates, quarterly business reviews, launch plans, metric deep dives. Each slide combines a written takeaway with charts, tables, and data views, and every cited figure is backed by **citations** that trace it to the underlying data. Decks download as real, editable PowerPoint. Decks are an [artifact](/features/artifacts) and live inside a [project](/features/projects).

<Frame caption="An example deck — slide canvas, slide rail, speaker notes, and citations">
  <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-example.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=e295c52fce1996e6015daa3a10c9771e" alt="A deck open in the viewer, breadcrumbed 'My Project / Olympic History Lesson'. The toolbar at the top-right has a shield verification badge, Edit with AI, a play button for presentation mode, and a ⋯ menu. The slide on the canvas is a title slide with the five Olympic rings and the heading 'A Lesson in Olympic History', above a row of five colored bars and the subtitle 'The Modern Games · 1896 – 2016 · 134,732 athletes across 230 nations'. A '4 Citations' button sits below the slide, an empty Notes dock below that, and a numbered thumbnail rail of agenda, section-divider, table, and chart slides runs down the right side." width="2942" height="1872" data-path="images/features/artifacts/decks/deck-example.png" />
</Frame>

**Where each action lives in the UI** (for telling users where to click):

* **Decks home**: the **Decks** entry in the left nav sidebar (`/decks`) — a table of your decks across all projects, with **Search**, a **Create deck** button at the top-right, and a per-row **⋯** menu (Open in new tab, Rename, Duplicate, Download → PowerPoint / PDF, Delete).
* **Deck viewer** (an open deck): a top-right toolbar — the **verification badge** (shield → opens the Verification Hub), **Edit with AI**, **Presentation mode** (play icon), and a **⋯** menu with **Version History**, **Share**, **Rename**, **Duplicate**, **Download** (PowerPoint / PDF / source workbook), and **Delete**. On narrow windows, Edit with AI and Presentation mode fold into the **⋯** menu.
* **Slide rail**: the thumbnail column on the **right** of the canvas. Click a thumbnail to select a slide; the chevron at its top collapses/expands the rail. **Right-click a thumbnail → Delete slide**. Adding and reordering slides is **agent-only** — ask Addison in chat.
* **Speaker notes**: the dock below the slide. Type directly into it (it autosaves); drag its top edge to resize.
* **Ask or edit a spot**: click any region of a slide (a text block, chart, table, or image) to get a floating toolbar with **Ask** and **Edit with AI**.
* **Trace a figure**: the **N Citations** button sits just below the slide. Click it, then click a highlighted region to open the citation dialog with the source data.
* **Keyboard**: in the viewer, arrow keys / **Home** / **End** move between slides (ignored while typing). In presentation mode, arrows / space / **Enter** / **PageUp** / **PageDown** advance, **Home** / **End** jump, **Esc** exits.
* A deck is a `.sdeck` **folder bundle** (the PowerPoint, the rendered PDF, per-slide previews, and trace sidecars). Treat it as one artifact — link the `.sdeck` folder, not the files inside it. Decks also appear in a project's [file browser](/features/projects/files).
* Deck lifecycle statuses: `pending` → `generating` → `ready`, plus `errored` and `cancelled`. Duplicate, Delete slide, and Presentation mode require `ready`.

<Warning>
  Deck surfaces are gated by feature flags — `ui_decks` (the Decks nav entry and `/decks` home; with it off, `/decks` redirects to `/home`), `tmp_repl_verification_v2_sdeck` plus the backend `backend_agent_verification_v2_p0` (the verification badge and Hub), `tmp_report_versions_panel_sdeck` (Version History; with it off, the ⋯ menu shows a legacy **Versions** submenu instead), `ui_enable_file_sharing` (**Share**), and `ui_show_public_share` (the open-web `/public/deck/...` link). Decks are still rolling out: if a workspace has one off, that part of the UI won't appear.
</Warning>

## Create a deck

<Tabs sync={false}>
  <Tab title="In the app">
    You can start a deck a few ways — each hands Addison a prompt and generates the slides in the background.

    **From the Decks page** — click **Create deck** (top-right of `/decks`), then describe the deck. Suggestion chips get you started: **Board update**, **Quarterly review**, **Launch plan**, **Metric deep dive**. You can also **run a [playbook](/features/artifacts/playbooks)** that produces a deck each run.

    <Columns cols={2}>
      <Frame caption="Create deck on the Decks page">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/decks-home.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=af735700281c3fb481509925f5169469" alt="The Decks page at /decks titled 'Decks — Create and manage your decks', with a Create deck button in the top-right and a search control. A table lists decks across projects with columns Name, Project, Created by, and Last modified; the top row is an 'Olympic History Lesson' demo deck, followed by additional deck rows each showing its project, author, and a relative or dated timestamp." width="2068" height="1400" data-path="images/features/artifacts/decks/decks-home.png" />
      </Frame>

      <Frame caption="Describe the deck you want">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/create-deck-modal.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=22fe22639a216e66e3fa0a204029d311" alt="The Create deck dialog — a pre-framed Addison prompt titled 'What deck do you want to create?' with the placeholder 'e.g. \&#x22;create QBR deck for enterprise sales\&#x22;', a project pill ('Sample Test …'), an attach (+) button, a Default / High effort selector, and suggestion chips: Board update, Quarterly review, Launch plan, and Metric deep dive." width="1494" height="608" data-path="images/features/artifacts/decks/create-deck-modal.png" />
      </Frame>
    </Columns>

    **Two more ways:** from a project's **Create → Deck** (see [Create artifacts from project](/features/projects#create-artifacts-from-project)), or by **asking Addison in a chat** (see [Creating artifacts](/features/artifacts#creating-artifacts)).

    **Branding.** Addison builds against a Summation template by default, or against your own branded template. You can also attach an existing PowerPoint or PDF and ask Addison to match its look — it keeps the source's layouts, colors, and logo while filling in new data.
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Generate a deck from a prompt and stream progress.
    </Card>
  </Tab>
</Tabs>

## Find and open decks

<Tabs sync={false}>
  <Tab title="In the app">
    The **Decks** page (`/decks`, shown above) lists your decks across all projects, with columns for Name, Project, Created by, and Last modified, plus search. Click one to open it; ⌘-click (Ctrl-click) opens it in a new tab. Decks also appear as `.sdeck` folders in their project's [file browser](/features/projects/files).

    While a deck is still generating, its row shows progress and flips to **Deck ready** (or **Failed** / **Cancelled**) when the run finishes.
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      List a project's decks and show a single deck.
    </Card>
  </Tab>
</Tabs>

## Rename, duplicate, and delete

<Tabs sync={false}>
  <Tab title="In the app">
    Each deck row on the Decks page (`/decks`) has a trailing **⋯** menu with **Rename**, **Duplicate**, and **Delete**; right-clicking the row does the same. Inside an open deck, the same actions live in the toolbar **⋯** menu — **Rename** edits the title in place, and **Duplicate** opens the copy. Duplicate is available once the deck is **ready**. Deleting can't be undone.

    <Frame caption="A deck's ⋯ menu in the toolbar">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-actions-menu.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=a97330b72ca0d942bace661987c4dbda" alt="The ⋯ menu open in a deck's toolbar, beside the verification badge, Edit with AI, and the presentation-mode play button. The menu lists Share, Versions (with a submenu arrow), Rename (highlighted), Duplicate, Download (with a submenu arrow), and Delete in red." width="484" height="532" data-path="images/features/artifacts/decks/deck-actions-menu.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Rename, duplicate, and delete a deck.
    </Card>
  </Tab>
</Tabs>

## Verify a deck

<Tabs sync={false}>
  <Tab title="In the app">
    Verification is an automated audit of the deck's accuracy. Click the **verification badge** (shield) in the toolbar to open the **Verification Hub**, then refresh verification to (re-)run it, streamed with progress. Each dimension reports how many checks passed:

    | Dimension             | What it checks                                                                                 |
    | --------------------- | ---------------------------------------------------------------------------------------------- |
    | **Traceability**      | Numbers, tables, and charts trace to their sources                                             |
    | **Citation Accuracy** | Cited values match the data behind them                                                        |
    | **Claim Accuracy**    | Facts, comparisons, and trends are valid                                                       |
    | **Query Accuracy**    | Queries are consistent and filters are correct                                                 |
    | **Deliverable Gates** | The deck-specific delivery bar — variances carry their sign, and every slide states a takeaway |
    | **Quality Review**    | An overall quality pass. Advisory — it never blocks                                            |

    Decks also carry visual checks — element containment, overlapping elements, chart and table legibility, font consistency, theme fidelity, slide order, cover and pagination, and empty slides. Those run only when the deck can be rendered for inspection and skip cleanly otherwise, so they won't always appear in the Hub.

    The toolbar badge shows the current state; see [Verify a report](/features/artifacts/reports#verify-a-report) for what each state means. Verification is available once a deck is **ready**.

    <Frame caption="The Verification Hub for a deck">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-verification-hub.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=629a029bbb5e8bcfcc07ecabd2ee7988" alt="The Verification Hub panel for a deck, showing 'Verification Completed — August 13, 2026 · 9:12pm PDT' and five dimensions each marked with a blue check and a pass count: Citation Accuracy 1/1 Passed, Claim Accuracy 1/1 Passed, Quality Review 1/1 Passed, Query Accuracy 1/1 Passed, and Traceability 1/1 Passed. The deck toolbar above shows the shield badge, Edit with AI, the presentation-mode play button, and a ⋯ menu." width="802" height="888" data-path="images/features/artifacts/decks/deck-verification-hub.png" />
    </Frame>

    **Citations in action.** Every figure Addison cites on a slide is recorded against its source. Click the **N Citations** button below the slide — regions that carry citations get a dotted highlight — then click one to open a **Value trace** showing the source data behind it.

    <Frame caption="Value trace — click a highlighted region to see its source">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-value-trace.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=5ce769760b97fb223db67f3fbc8b7869" alt="A slide titled 'How the medal race changed shape across the decades' in citations mode: a grouped bar chart of medals won by era for the top six nations is outlined with a dotted orange highlight, and a 'Value trace' dialog headed 'By Era' shows the source data as a grid with an era column and usa, soviet_union, germany, great_britain, and france columns for the eras 1896–1919 through 2000–2016. The dialog footer has a 'View SQL' control and a 'Last updated 39 mins ago' note, and a bar at the bottom of the slide reads 'Select a highlighted area to show citations' with a Done button." width="2634" height="1590" data-path="images/features/artifacts/decks/deck-value-trace.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Verify a deck and stream progress.
    </Card>
  </Tab>
</Tabs>

## Ask and edit with Addison

<Tabs sync={false}>
  <Tab title="In the app">
    Slides are **not** typed into directly. Instead, **click any region of a slide** (a text block, chart, table, or image) to get a floating toolbar with two actions:

    * **Ask** — ask Addison a question about that region (opens an ask box; the answer streams in the chat pane).
    * **Edit with AI** — describe a change to that region.

    Toggle **Edit with AI** in the toolbar to edit anywhere in the deck. Every region you describe a change for is **queued** as a pending edit (marked on the slide), and a bar below the deck tracks the count. Review the queue, remove any edit you don't want, then **apply** them — Addison regenerates the affected slides and streams progress in the chat pane. You can stop a run in progress, or discard the whole queue.

    <Frame caption="Click a region to Ask or Edit with AI">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-ask-edit-toolbar.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=e52f4782822096d7868e764cbd4fa462" alt="A floating toolbar above a dotted-outlined region of a slide titled 'How the medal race changed shape across the decades', offering two actions: 'Ask' (with a sparkle icon) and 'Edit with AI' (with a pencil icon)." width="2296" height="1294" data-path="images/features/artifacts/decks/deck-ask-edit-toolbar.png" />
    </Frame>

    <Columns cols={2}>
      <Frame caption="Ask — question the selected region">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-ask-addison.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=22a92d02f431bf3f348da64af98c7059" alt="An 'Ask Addison' input box at the lower-left of a selected slide region, with a + button to attach context and a dark circular send button; behind it the medal-race slide shows its bullet list and grouped bar chart." width="2318" height="1304" data-path="images/features/artifacts/decks/deck-ask-addison.png" />
      </Frame>

      <Frame caption="Edit with AI — describe the change">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-edit-with-ai.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=2e8f755063299e7919a6f70d31d4e1de" alt="A deck in Edit with AI mode on the slide 'The scale of the modern Games': regions are outlined with dotted borders, a KPI tile reading 134,732 is highlighted in orange with a comment marker, and a dark comment popover (attributed to a user's initials avatar) reads 'For these blocks, can you make the Grid looks more professional?' with Remove and Edit actions. The KPI grid also shows Nations represented 230, Sports contested 66, Games held 51, Athlete-event entries 271,116, and Medals awarded 39,783. The top-right toolbar shows a '1 Edit with AI' badge, and a bar at the bottom has a '1 edit' selector with Discard and Submit buttons." width="2932" height="1872" data-path="images/features/artifacts/decks/deck-edit-with-ai.png" />
      </Frame>
    </Columns>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Edit deck content and apply queued feedback programmatically.
    </Card>
  </Tab>
</Tabs>

## Slides and speaker notes

<Tabs sync={false}>
  <Tab title="In the app">
    The **slide rail** on the right lists every slide as a thumbnail — click one to open it, or use the arrow keys (**Home** / **End** jump to the first or last slide). Collapse the rail with the chevron at its top to give the slide more room.

    **Delete a slide** by right-clicking its thumbnail → **Delete slide**. This can't be undone, and the last remaining slide can't be deleted. **Adding and reordering slides is done by asking Addison** in chat.

    **Speaker notes** live in the dock below the slide, one set per slide. Type directly into it (notes autosave), and drag the dock's top edge to make it taller.

    <Columns cols={2}>
      <Frame caption="The slide rail">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-slide-rail.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=464d2a3301c9d683be85a6e48cbb3c85" alt="The deck's right-hand slide rail showing numbered thumbnails — slide 5 a line chart of medals awarded per Summer Olympics, slide 6 a '02 Nation vs. Nation' section divider, slide 7 a data table of the most successful nations (selected, outlined in blue), and slide 8 a grouped bar chart of medals won by era." width="426" height="808" data-path="images/features/artifacts/decks/deck-slide-rail.png" />
      </Frame>

      <Frame caption="Speaker notes below the slide">
        <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-speaker-notes.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=84c93f9be0cedac6d45a6dd9a63b92ae" alt="A '04 Champions by Country' section-divider slide, with a '0 Citations' button just below its bottom-right corner, a drag handle, and an empty Notes dock spanning the width beneath it." width="1902" height="1760" data-path="images/features/artifacts/decks/deck-speaker-notes.png" />
      </Frame>
    </Columns>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Reorder, edit, and delete slides, and set speaker notes.
    </Card>
  </Tab>
</Tabs>

## Present

<Tabs sync={false}>
  <Tab title="In the app">
    Click **Presentation mode** (the play icon) in the toolbar to present fullscreen — one slide at a time on a black backdrop, with no toolbars or overlays. A **Slide N of M** indicator sits at the bottom.

    | Key                          | Action             |
    | ---------------------------- | ------------------ |
    | **→ ↓ Space Enter PageDown** | Next slide         |
    | **← ↑ PageUp**               | Previous slide     |
    | **Home** / **End**           | First / last slide |
    | **Esc**                      | Exit presentation  |

    Presentation mode is available once the deck is **ready**.

    <Frame caption="Presentation mode in the toolbar">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-present-button.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=116020c6366233f4d3fa0f52d76d9e5e" alt="The deck toolbar with the verification badge, Edit with AI, and a play-triangle button hovered, showing a 'Presentation mode' tooltip, followed by the ⋯ menu button." width="500" height="188" data-path="images/features/artifacts/decks/deck-present-button.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Presentation is an in-app experience — export to PowerPoint or PDF to present elsewhere.
    </Card>
  </Tab>
</Tabs>

## Version history

<Tabs sync={false}>
  <Tab title="In the app">
    Every regeneration is saved as a version. Open **Version History** from the toolbar **⋯** menu to see the timeline and open an earlier version. While you're viewing a pinned earlier version, a banner marks it as history and the actions that would change the live deck (Edit with AI, Rename, Duplicate, Share, Delete) are disabled until you return to the latest.

    Some workspaces see a **Versions** submenu in the **⋯** menu instead — the same history as a simple list of versions with their timestamps, without the side panel.

    <Frame caption="Deck Versions timeline">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-versions.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=2a7758be40a09fd95813beab5b1388b3" alt="The 'Deck Versions' panel listing the Current version and Version 43 down to Version 38, each with an author initials avatar and a relative timestamp (13 to 20 mins ago), connected by a vertical timeline with the current version marked by a filled dot. The deck toolbar above shows the verification badge, Edit with AI, the presentation-mode play button, and a ⋯ menu." width="606" height="928" data-path="images/features/artifacts/decks/deck-versions.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      List a deck's versions and pin one.
    </Card>
  </Tab>
</Tabs>

## Share and publish

<Tabs sync={false}>
  <Tab title="In the app">
    Open a deck's **⋯** menu → **Share**, then **Publish** to create a **view-only** link for your organization — viewers can sign in or create an account to open it. The read-only viewer shows the slides, the slide rail, and citations, with editing suppressed. Unpublish at any time.

    <Frame caption="A published view-only link">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-share.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=10b17ac08c10d8f51e18250f39aae4c7" alt="The deck Share dialog labeled 'Published'. It explains it 'Creates a view-only presentation to share with your organization. Viewers can sign in or create an account.', shows a URL field containing a truncated /shared presentation link with a copy button, and an Unpublish button." width="820" height="434" data-path="images/features/artifacts/decks/deck-share.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Publish a deck and manage its share link.
    </Card>
  </Tab>
</Tabs>

## Download

<Tabs sync={false}>
  <Tab title="In the app">
    Open a deck's **⋯** menu → **Download** and choose a format. Downloads are also available from each row's **⋯** menu on the Decks page (`/decks`).

    | Format                      | What you get                                                                                       |
    | --------------------------- | -------------------------------------------------------------------------------------------------- |
    | **PowerPoint (.pptx)**      | The editable deck — charts and tables are native PowerPoint objects, so Edit Data and theming work |
    | **PDF**                     | The rendered deck, fixed layout                                                                    |
    | **Source workbook (.xlsx)** | The Excel workbook behind the deck's numbers, when the deck has one                                |

    <Frame caption="Download → PowerPoint or PDF">
      <img src="https://mintcdn.com/summation-676748f5/bD5B6OO2CVOWNhOR/images/features/artifacts/decks/deck-download-menu.png?fit=max&auto=format&n=bD5B6OO2CVOWNhOR&q=85&s=8d3f069ff2c5630c78619b5ca601c49e" alt="A deck's ⋯ menu open with Version History, Share, Rename, Duplicate, and Download (which expands to a submenu showing PowerPoint (.pptx), highlighted, and PDF), plus Delete in red; the toolbar above shows the verification badge, Edit with AI, the presentation-mode play button, and the ⋯ button." width="796" height="580" data-path="images/features/artifacts/decks/deck-download-menu.png" />
    </Frame>
  </Tab>

  <Tab title="Via the API">
    <Card title="Coming soon" icon="clock" horizontal>
      Export a deck as PowerPoint, PDF, or its source workbook.
    </Card>
  </Tab>
</Tabs>
