Published Steppd documents can leave the platform in two ways: as a downloaded file you can store or distribute, or as a live embed that stays in sync with your latest published version. This guide covers both export formats, custom Word templates, and the full embed link lifecycle.Documentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
Exporting a document
Open the export modal
Navigate to the published document. You can reach the export option from two places:
- My Documents, open the action menu (the
⋯icon) on the document row and select Export. - Document viewer or editor, click the Export button in the top toolbar.
Choose a format
Select the format you want to download.
- Word (.docx)
- Markdown (.md)
Downloads a formatted Word document. Steppd applies your selected template, if you have templates configured, to control fonts, colors, headers, and branding. Word is the right choice for documents that need to be emailed, printed, or uploaded to another system.If no templates are configured yet, the modal shows a link to upload one. See setting up a custom template below.
Select a template (Word only)
If you have one or more DOCX templates uploaded, they appear as a list of radio buttons in the Export modal. Select the template you want to apply, then click Export.If you haven’t uploaded a template yet, the Word option is disabled until you add one. The modal includes a direct link to the Templates page in your profile.
Setting up a custom DOCX template
You can upload a branded Word template so every export uses your organization’s fonts, colors, and layout.Go to your profile templates
Click your name or avatar in the navigation to open Profile, then select the Templates tab.
Upload your .docx file
On the template creation page, upload a
.docx file formatted the way you want your exports to look. Give the template a name so you can identify it when exporting.Save the template. It now appears in your Templates list and in the Export modal whenever you export a Word document.Embedding a document
Embedding generates a token-based URL and an iframe snippet. Anyone with the link can view the latest published version of the document without a Steppd login. The embed stays live and always reflects the most recent publish.Open the embed modal
Navigate to the published document. Open the embed option from one of these locations:
- My Documents, open the action menu on the document row and select Embed.
- Document viewer or editor, click the Embed button in the top toolbar.
Create an embed link
If no embed link exists yet, the modal shows a Create embed link button. Click it to generate a token-based URL.Steppd creates a unique link. Two copy fields appear in the modal: the Embed URL for sharing as a plain link, and the iframe snippet for embedding in other tools.
Copy the URL or iframe snippet
Use whichever format your destination tool requires:
- Embed URL, paste directly into a browser, Slack message, or any tool with a link embed option.
- iframe snippet, paste into the HTML editor of your tool. The snippet uses your Embed URL as the
srcand defaults towidth="100%" height="600". Tools that accept iframe embeds include HubSpot, ClickUp, Notion, Confluence, and most intranet platforms.
Managing an existing embed link
Once a link exists, three management actions are available at the bottom of the Embed modal.Reset link
Reset link
Generates a new token and invalidates the old URL. Use this if a link was shared with someone who should no longer have access.Steppd asks you to click Reset link a second time to confirm before making the change.
Remove link
Remove link
Permanently revokes access. The URL stops working immediately for anyone who has it. No confirmation is required, clicking Remove link takes effect right away.You can create a new link at any time after removing one.