# MOTAR CertIQ

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2Fc2Zs8hSmkh6b0s6XEqZV%2Fimage.png?alt=media&#x26;token=c2aaf299-8e68-426b-89ed-8afd823989df" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2F1vnoneDY9BQPPGwBXdvK%2Fimage.png?alt=media&#x26;token=8cdb38b0-c12a-4ab7-89c3-bc0a272ad0a7" alt="" width="563"><figcaption></figcaption></figure>

### Importing a Certificate

* In the Admin service, **click** Users / Edit User / Learner Record
* **Click** "Import Certificate"

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2FhEupBeh9zgTgfS0FjWeA%2Fimage.png?alt=media&#x26;token=831dc754-c8c7-4d61-92ce-c14932914de9" alt=""><figcaption></figcaption></figure>

* An import window will open, select the **MOTAR CertIQ PDF**&#x20;
* Compatible certificates will import the Skill Badge into the system.

### Downloding a Certificate

#### As a User

If a **Skill Badge** is associated with the completed asset, a "download certificate" icon will appear.

* **Navigate** to the User / Record section under the [Profile ](https://docs.motar.com/motar-core-services/intro-to-core-services/profile)Service
* **Click** the "Download Certificate" icon to automatically generate and download a PDF certificate for that **badge.**

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2FKlNFQXuEHatvbIhMLqds%2Fimage.png?alt=media&#x26;token=82b810f1-09ba-452d-9dd1-74bcdd9a2522" alt=""><figcaption></figcaption></figure>

* The PDF is compatible with any [**MOTAR CertIQ**](https://docs.motar.com/additioinal-features/motar-certiq) system.

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2F1vnoneDY9BQPPGwBXdvK%2Fimage.png?alt=media&#x26;token=8cdb38b0-c12a-4ab7-89c3-bc0a272ad0a7" alt="" width="563"><figcaption></figcaption></figure>

### CMI5 Learner Data Integration

Our platform issues "smart" digital certificates that do more than just prove completion, they carry a comprehensive payload of verifiable performance data. By embedding cmi5 data directly into our certification records, we bridge the gap between simple achievement and granular learning analytics.

#### Why cmi5?

While traditional SCORM provides basic "Pass/Fail" data, cmi5 (the contemporary profile for xAPI) allows our certificates to store a rich history of how the learner interacted with the content. This ensures that every credential is backed by a verifiable, high-fidelity audit trail.

#### Technical Structure

Our certificates output a JSON-based schema that is easily consumable by external Learning Record Stores (LRS) or HRIS systems.

*Example fields*

| **Key Field**      | **Description**                                                          | **Example Value**                |
| ------------------ | ------------------------------------------------------------------------ | -------------------------------- |
| `skillName`        | The specific competency earned.                                          | "Novice Level Drone Maintenance" |
| `awardedToEmail`   | Unique identifier for the learner.                                       | `elena.vasquez@spaceforce.demo`  |
| `wasCompleted`     | Boolean confirmation of requirement fulfillment.                         | `true`                           |
| `skillsAwardedRaw` | A serialized string of the raw cmi5/xAPI statement for deep integration. | See image logs                   |

#### Portability and Verification

Because the data is embedded using the cmi5 profile, these certificates are highly portable. They can be moved between compatible platforms without losing the underlying "proof of work" data, making them an ideal solution for high-stakes industries where precise maintenance of training records is a regulatory requirement.

<figure><img src="https://540871446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVJV84grXWXSLppsAzVKx%2Fuploads%2F6hLq0k9xxs12ObqvzeX8%2Fimage.png?alt=media&#x26;token=0dffe913-499b-4d21-8be4-80e4408837a5" alt=""><figcaption></figcaption></figure>


---

# 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.motar.com/additioinal-features/motar-certiq.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.
