> For the complete documentation index, see [llms.txt](https://docs.supademo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supademo.com/share/embed/instructions-for-popular-apps.md).

# Instructions for Popular Apps

Supademo supports natively embedding directly into knowledge bases, websites, and documentation such as Intercom, Notion, Webflow, Zendesk, HubSpot articles and more.

### In most cases, you will be able to embed Supademo by:

1. Choosing iFrame or Embed options in the dropdown and pasting in the embed code from the Supademo's share modal (i.e. Zendesk);
2. Pasting in the share link of the Supademo to automatically embed it (i.e. Notion, Intercom)
3. Exporting the Supademo as a MP4 video or GIF, or copying and pasting steps via Copy Steps

Don't see your platform below? Please feel free to ask us for instructions for your specific platform by contacting our support line [here](https://supademo.com/help) or by requesting an integration.

<a href="https://feedback.supademo.com/feature-requests" class="button primary">Request an integration</a>

| Platform          | Step-by-step instructions                                              |
| ----------------- | ---------------------------------------------------------------------- |
| Intercom Articles | <https://app.supademo.com/demo/cme749fgv2j24h3py0w4nwwox>              |
| Coda              | <https://app.supademo.com/demo/OqUvqJKsDtOhkSnH81SQm>                  |
| Framer            | <https://app.supademo.com/demo/TiLbq4aYRr267d1XJ9bpX>                  |
| Webflow           | <https://app.supademo.com/demo/Z-vpaguBoPjKOzJ_pFOFR>                  |
| Notion            | <https://app.supademo.com/demo/MVfUnpGjiiS8SuXI92CP7>                  |
| Bubble            | <https://app.supademo.com/demo/clb5jvcq3007rvypanb118ugd>              |
| Zendesk           | <https://app.supademo.com/demo/61sNeHtZ98KwXRbfwX66V>                  |
| Gitbook           | <https://app.supademo.com/demo/Or_GvtqFxbZNAWhfAQkg1>                  |
| Confluence        | <https://app.supademo.com/demo/cXaziE8WwfyOen_5DH6sZ>                  |
| Ghost             | <https://app.supademo.com/demo/dspW9rg0yvAfCavSughKT>                  |
| Wordpress         | <https://app.supademo.com/demo/QD_a9GT6ynuDyjh1m8EOz>                  |
| FreshDesk         | <https://app.supademo.com/demo/6GnVMTFWMPVJwXgeqSDO6>                  |
| Squarespace       | <https://app.supademo.com/demo/6Sh_sIRwqARe7uZnExFPo>                  |
| Wix               | <https://app.supademo.com/demo/sZdR_JImWfLeepcgt9kHO>                  |
| Guru              | <https://app.supademo.com/demo/XBlVSoaLQNJJt-rCvoxzj>                  |
| Medium            | <https://app.supademo.com/demo/yD9c60RPXABUIncxZl3C3>                  |
| Mirror XYZ        | <https://app.supademo.com/demo/pGkFhCx3Fsgb_NI4KKxJM>                  |
| Journey.io        | <https://app.supademo.com/demo/WUd6LtpTAGxknAvsFbF6G>                  |
| Slab              | <https://app.supademo.com/demo/Bz7FeA6hU0cw1nf7FhzJ_>                  |
| Document360       | <https://app.supademo.com/demo/8UWuL79bVDqG1gkBBiUvB>                  |
| HelpScout         | <https://app.supademo.com/edit/zyz1rJMWCv8WsxNLX69kp>                  |
| Canva             | <https://app.supademo.com/demo/clx12uk5p06rx35xe1i2pa7yc?preview=true> |
| Zoho Desk         | <https://app.supademo.com/demo/clx9l8i2906gut2oe1wqcm0iw?preview=true> |
| Articulate LMS    | <https://app.supademo.com/demo/clwh1ay8j02b8pdhhtut2zx61>              |

<br>


---

# 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://docs.supademo.com/share/embed/instructions-for-popular-apps.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.
