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

# Templates and branding

> Use existing PowerPoint designs to create consistent, editable presentations.

Start from an existing `.pptx` when your team already has an approved presentation style. Presenton turns representative slides into reusable layouts for future decks.

```mermaid theme={null}
%%{init: {"themeVariables": {"fontSize": "17px"}, "flowchart": {"curve": "linear", "nodeSpacing": 35}}}%%
flowchart LR
  Upload[Upload your PPTX] --> Review[Review the layouts]
  Review --> Save[Save the template]
  Save --> Reuse[Create branded decks]
  classDef step fill:#F4F0FF,stroke:#6D4AFF,stroke-width:2px,color:#201547;
  class Upload,Review,Save,Reuse step;
```

## Prepare a useful source deck

* Include a title, section, content, comparison, data, and closing layout when relevant.
* Keep fonts, colors, spacing, and alignment consistent.
* Remove hidden experiments and near-duplicate slides.
* Use editable PowerPoint objects where possible.
* Make required fonts available during template creation.

Once saved, Presenton can choose a suitable layout for each part of the outline and produce an editable deck that follows the same visual language.

<CardGroup cols={2}>
  <Card title="Create a branded template" icon="layout-grid" href="/cloud/tutorials/create-branded-template">
    Prepare a source deck, generate reusable layouts, review their schemas, and test the result.
  </Card>

  <Card title="Create a custom theme" icon="palette" href="/cloud/tutorials/create-custom-theme">
    Define reusable colors, fonts, and logo settings, then apply the theme to a presentation.
  </Card>
</CardGroup>
