> 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/getting-started/create-your-first-presentation.md).

# Create your first presentation

Create, review, refine, and export a Decky presentation.

Create a branded presentation from a plain-language request, then refine and export it.

<figure><img src="https://558651701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN3Qz33TugJFhuCkpYl2x%2Fuploads%2FCHVCRkJcajtNrNF1mgo3%2F%7BA5DFF75B-5E74-4DE5-8DB8-D678DC27B51B%7D.png?alt=media&amp;token=03074022-2965-4f26-88c4-818f34bd2f4f" alt=""><figcaption><p>Start from Decky Home to describe the presentation you want, choose a theme, and add context</p></figcaption></figure>

### How to do it

1. Open **Decky Home** and start a new presentation.
2. Describe the presentation type, audience, goal, and important context.
3. Select your company brand or a Theme, when available.
4. Add relevant files or data when they contain needed details.
5. Generate the presentation and review every slide.
6. Ask Decky to revise the content, design, or individual slides.
7. Export the finished deck to PowerPoint or Google Slides.

### Tips

* Start with the goal, such as securing approval or preparing a customer review.
* Add source material for facts, customer details, or current metrics.
* Exported PowerPoint and Google Slides files remain editable.

### Related articles

* [Create a presentation](/decky-docs/plans-billing/create-a-presentation.md)
* [Write a better presentation prompt](/decky-docs/plans-billing/write-a-better-presentation-prompt.md)
* [Export your presentation](/decky-docs/plans-billing/export-your-presentation.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/getting-started/create-your-first-presentation.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.
