# Embed your guideflow

Guideflow can be embedded everywhere that supports iFrame. An iFrame allows you to display your guideflow on external websites, help centers, etc&#x20;

Copy your embed widget code to share your guideflow everywhere. &#x20;

(e.g. embed your guideflow on your landing page, help center, or directly into your blog)

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMXWOMHY>" %}

* Click on the "Share" button located at the top right of your editor.
* Click on the "Embed widget" button in the "Share Options" section.
* Toggle on "Public access" located at the top right of your "Share Options" popup.
* Copy the embed code by clicking on the "Copy" button

{% hint style="info" %}
Make sure that you enabled public access on your guideflow before sharing it.
{% endhint %}

You can embed your guideflow in tools of different categories:

* [Landing page builders](/help/sharing-guideflow/embed-your-guideflow/landing-page-builders.md)
* [Website builders & CMS](/help/sharing-guideflow/embed-your-guideflow/website-builders-and-cms.md)
* [Blogging Platforms](/help/sharing-guideflow/embed-your-guideflow/blogging-platforms.md)
* [Project/Task management](/help/sharing-guideflow/embed-your-guideflow/project-task-management.md)
* [Help desk / Knowledge base](/help/sharing-guideflow/embed-your-guideflow/help-desk-knowledge-base.md)
* [Customer Support](/help/sharing-guideflow/embed-your-guideflow/customer-support.md)
* [Product Adoption ](/help/sharing-guideflow/embed-your-guideflow/product-adoption.md)
* [Changelog](/help/sharing-guideflow/embed-your-guideflow/changelog.md)
* [Productivity tools](/help/sharing-guideflow/embed-your-guideflow/productivity-tools.md)

{% hint style="info" %}
Some websites or apps require a specific format to embed the guideflow. If you need any additional assistance, reach us at <contact@guideflow.com> or via our live chat.
{% endhint %}

### Embed your guideflow in Webflow

Embed your guideflow in Webflow to showcase your demo to your website visitors.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/5pv0w92twr>" %}

* Click here to open the "Add" tab
* Click on the "Code Embed" element to add it to your page
* Paste the embed code of your demo here
* Click on "Save & Close"
* Click on "Publish"
* Click on "Publish to selected domains"
* Click on the URL to open the website


---

# 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.guideflow.com/help/sharing-guideflow/embed-your-guideflow.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.
