# How to attach a SCORM package in the Parta.io course

To add a SCORM package to a Parta.io course, you will need an embedded code element:<br>

Add a template with embedded code from the Parta.io template collection.

<figure><img src="/files/3uDu8Gf6gCVrIodptjX8" alt="" width="563"><figcaption></figcaption></figure>

In the element settings, change the type to Archive and upload the SCORM package.

Specify the path to the index.html file within the uploaded SCORM package.

<figure><img src="/files/ir8awb1uYYCZ44YFMirE" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
To find the path to index.html, you need to open your SCORM package (archive) locally, find the index.html file and copy its name.
{% endhint %}

<figure><img src="/files/bLMSWmotKq511pnveZbA" alt="" width="563"><figcaption></figcaption></figure>

As a result, you will get an embedded code element with the specified path to index.html.

{% hint style="info" %}
It is not possible to preview the SCORM package in the editor. The embedded SCORM will be displayed when previewing the course locally or in the LMS.
{% endhint %}


---

# 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/faq/how-to-attach-a-scorm-package-in-the-parta.io-course.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.
