# Framer - Embed Your Guideflow

Embed your Guideflow directly into your Framer site to showcase interactive demos to your website visitors. Framer's built-in Embed block supports both a URL and HTML option, and Guideflow works with both.

> 💡 Replace static screenshots on your Framer landing page with an interactive Guideflow so visitors can experience your product firsthand.

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

#### Get your embed code from Guideflow

* Open your Guideflow in the editor and click **Share** in the top right.
* Click **Embed widget** under Share Options.
* Make sure **Public access** is toggled on.
* Copy either the **public link** (for the URL option) or the **embed code** (for the HTML option).

***

#### Option 1: Embed via HTML

<figure><img src="/files/bripkdkP0AmIoFq12jxQ" alt=""><figcaption></figcaption></figure>

* In your Framer project, add an **Embed** block to your page.
* Select **HTML** as the embed type.
* Paste the Guideflow embed code into the HTML field.
* Resize and position the block as needed.
* Publish your Framer site.

***

#### Option 2: Embed via URL

<figure><img src="/files/VzCfnEOO6Wcxl9Ba7wsk" alt=""><figcaption></figcaption></figure>

* In your Framer project, add an **Embed** block to your page.
* Select **URL** as the embed type.
* Copy the Guideflow public link, change `/player` to `/embed` in the URL, and paste it into the URL field.
* Resize and position the block as needed.
* Publish your Framer site.

Before: `https://app.guideflow.com/player/er5j6zla6k`

After: `https://app.guideflow.com/embed/er5j6zla6k`

***


---

# 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/framer-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.
