> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/export/embed-outside-lms.md).

# Embed outside LMS

## What is 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.

## Get an Embed Link

<figure><img src="/files/AFKJ9eb1Dks1fdAoKgva" 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 **Embed** button.

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

{% step %}
Select an destination option:

* **Course**: Creates a link to the course you are currently in;
* **Section**: Creates a link to the course section of the course you are currently open;
* **Block**: Creates a link to the section block course you are currently in.

A pop-up window will appear.

<figure><img src="/files/WP2mbfE7aJE7XjkAm24Z" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **Publish** button

This window appears only for unpublished courses. Skip this step if the course is already published.

<figure><img src="/files/7QSdYkuC9CiraGVh5ICT" alt=""><figcaption></figcaption></figure>
{% endstep %}

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

{% step %}
Enter a note or a source link to help track where this embed is used.
{% 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
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:

```
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.
