# Embed outside LMS

## What is a Link for Embedding?

An **embed link** (or **embed code**) is a small snippet of HTML code used to insert a Parta.io course directly onto a website, allowing learners to view or interact with course content without leaving the page.

## Get an Embed Link

{% hint style="warning" %}
Publish a course as single [Dynamic SCORM](/export/export-to-lms/export-dynamic-scorm.md) to use embed links.
{% endhint %}

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

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) or [an editor ](/editor/work-in-the-editor.md)and click the **Share** button.

A pop-up window will appear.
{% endstep %}

{% step %}
Go to the **Embed** tab.
{% endstep %}

{% step %}
Select an destination option from the drop-down menu:

**To project**: Creates a link to the course you are currently in;

**To section**: Creates a link to the course section of the course you are currently open;

**To block**: Creates a link to the section block course you are currently in.
{% endstep %}

{% step %}
Toggle on the **Enable embed link** option to activate the settings and links.
{% endstep %}

{% step %}
Enable the **Hide header** toggle to hide sections title bar (optional).
{% endstep %}

{% step %}
Enable the **Hide side panel** toggle to hide the left navigation menu (optional).
{% endstep %}

{% step %}
Enable the **Hide navigation buttons** and test progress toggle (optional).
{% endstep %}

{% step %}
Copy the course **Embed URL** to insert the course into external websites that support link embedding.
{% endstep %}

{% step %}
Copy the course **Iframe code** to insert the course into external websites that support iframe embedding.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/export/embed-outside-lms.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.
