# Export to PDF or PNG

You can now export any Supademo as a PDF. This turns your entire demo into a single, scrollable document with images and step text.

It’s especially useful when:

* You want to **share demos offline** (e.g., over email or print)
* You’re working with teams or clients that **can’t access embeds**
* You need a **quick, portable SOP version** of your demo

This option is available right inside the “Share” menu of any Supademo.

{% @supademo/embed demoId="cmae52wg20da44s1bchby5e00" url="<https://app.supademo.com/demo/cmae52wg20da44s1bchby5e00>" %}


---

# Agent Instructions: 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:

```
GET https://docs.supademo.com/share/exports/export-to-pdf-or-png.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
