# GMetri with SCORM

There are two things you might want to do with SCORM:

* Use GMetri experience as a SCORM package
* Embed an already existing SCORM package with an GMetri experience

GMetri supports both.

{% content-ref url="/pages/-Mgse-VB5YtYtymg\_J8c" %}
[Export as SCORM package](/metaverse/publishing/gmetri-experience-as-scorm-package.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MgsemzUOMn28agl9GKg" %}
[Embed a SCORM package in a GMetri experience](/metaverse/integrations/scorm/embed-a-scorm-package-in-a-gmetri-experience.md)
{% endcontent-ref %}

## SCORM FAQs

### How does GMetri’s exported SCORM package differ from traditional SCORM packages?

Traditionally, SCORM packages contain all the resources and assets that they require in the zip file locally. However, GMetri employs remote SCORM packages. What this means is that all the resources required for the SCORM package are stored on the GMetri servers. The SCORM package which is generated is merely an interface that lets you connect to the deployment of a GMetri experience and acts as a wrapper that enables the LMS software to connect to the deployment of a GMetri experience. Thus, to make use of a GMetri experience as a SCORM package, you can simply export your deployment as a SCORM package, and any change made in the deployment will reflect in the package without having to export it again.

### What version is the generated GMetri SCORM?

We allow our experience to be exported as SCORM 1.2 or SCORM 2004 3rd Edition.

### I imported the GMetri generated SCORM zip file in my LMS, but the module isn't loading. I get a "Cookie blocked" error

GMetri experiences don't use any cookies.

If you face this error, please contact us at <techsupport@gmetri.com>


---

# 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.gmetri.com/metaverse/integrations/scorm.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.
