> For the complete documentation index, see [llms.txt](https://decky.gitbook.io/decky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://decky.gitbook.io/decky-docs/templates/create-a-template.md).

# Create a template

Create a reusable Template from an existing presentation.

<figure><img src="https://558651701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN3Qz33TugJFhuCkpYl2x%2Fuploads%2FfU7QU1B0zeTgPugmDcdV%2F%7B57EF5EA2-873E-430D-826F-14137EF6FB49%7D.png?alt=media&amp;token=80f220a6-51ea-47a1-ba87-bbd232e515e9" alt=""><figcaption></figcaption></figure>

A Template starts with a presentation that has a repeatable structure. Open **Deck Templates** and select **New template**.

A Template can start from:

* Google Slides or Google Drive
* PowerPoint

For PowerPoint, upload the presentation for Decky to analyze.

1. Open **Deck Templates**.
2. Select **New template**.
3. Choose the source presentation.
4. Give the Template a name.
5. Choose who can use the Template, when applicable.
6. Continue to setup.
7. Complete **Basics**, **Purpose**, **Inputs**, **Structure**, and **Review**.
8. Publish the Template when it is ready.

Decky analyzes the source presentation, including its slides and layouts, before publication.

### Related articles

* [Set up template basics and purpose](/decky-docs/templates/set-up-template-basics-and-purpose.md)
* [Add questions and file inputs](/decky-docs/templates/add-questions-and-file-inputs.md)
* [Control what Decky can change](/decky-docs/templates/control-what-decky-can-change.md)
* [Review and publish a template](/decky-docs/templates/review-and-publish-a-template.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://decky.gitbook.io/decky-docs/templates/create-a-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
