> 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/plans-billing/export-your-presentation.md).

# Export your presentation

Export an editable presentation to PowerPoint or Google Slides.

<figure><img src="https://558651701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN3Qz33TugJFhuCkpYl2x%2Fuploads%2FMyDEcx6z6QnJyYTfASMk%2F%7B34BFAB25-FD39-4E22-BC54-9F12EBC811C0%7D.png?alt=media&amp;token=bc2c03cb-1d27-4fd3-ad10-4af0e3bf5290" alt=""><figcaption></figcaption></figure>

Export a completed Decky presentation to an editable PowerPoint or Google Slides file.

### How to do it

1. Review the presentation and make final changes in chat.
2. Choose the export option for PowerPoint or Google Slides.
3. Open the exported presentation in the selected application.
4. Make any final edits directly in the presentation file.

### Tips

* Exports remain editable after download or opening in Google Slides.
* An export is not a flattened image.
* Review the presentation before export to catch factual or visual issues.

### Related articles

* [Edit a presentation with chat](/decky-docs/plans-billing/edit-a-presentation-with-chat.md)
* [Create your first presentation](/decky-docs/getting-started/create-your-first-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/plans-billing/export-your-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.
