> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fermion.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Completion Certificates

> Set up automated certificates for learners upon course completion and customize their design and content.

Completion certificates provide a professional way to acknowledge and celebrate learner achievements in your courses. These digital certificates serve as formal recognition of course completion and can significantly boost learner motivation and engagement.

When learners complete your courses, they receive a personalized certificate that includes their name, course title, completion date, and a unique certificate ID for verification purposes. These certificates can be downloaded as PDF files, shared on social media platforms like LinkedIn, or printed for physical display.

You can enable certificates for:

* Recorded courses: issue when a student reaches a completion threshold (for example 100% or 80%).
* Cohort-based courses: issue after a specific date/time (for example cohort end date) regardless of per‑item completion tracking.
* Live sessions: issue after the live session ends.

## Enable certificates

<Steps>
  <Step title="Open course settings">
    Open any course and navigate to <b>Settings > Completion certificate</b>.
  </Step>

  <Step title="Enable certificates">
    Toggle <b>Enable certificate for this course</b>.

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/26-12-2025/Arc_Vh4NMmGvQj.atzoam.png" alt="Enable certificate for this course" />
  </Step>

  <Step title="Choose certificate template and orientation">
    You can upload a custom HTML template or generate one using AI.<br />
    Additionally, you can manually choose the orientation of the certificate (landscape or portrait).

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/26-12-2025/Arc_hbVOUwDj48.ugstyu.png" alt="Certificate template and orientation" />
  </Step>

  <Step title="Set eligibility criteria for recorded courses">
    For <b>Recorded courses</b>, select the completion percentage at which a user becomes eligible for a certificate.

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/26-12-2025/Arc_s8j4XYcvxZ.ystoov.png" alt="Completion percentage for certificate" />
  </Step>

  <Step title="Set certificate issue date for cohort-based courses">
    For <b>Cohort-based courses</b>, choose the date after which certificates will be granted to learners.

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/26-12-2025/Arc_YBL04bG1rd.drslrj.png" alt="Certificate issue date" />
  </Step>

  <Step title="Save changes">
    Once you've configured your certificate settings, click <b>Save</b> to apply the changes.
  </Step>
</Steps>

## Certificate template (AI builder)

<Steps>
  <Step title="Open certificate settings">
    Open any course and navigate to <b>Settings > Completion certificate</b>.
  </Step>

  <Step title="Enable certificates">
    Toggle <b>Enable certificate for this course</b>.
  </Step>

  <Step title="Generate with AI">
    Click <b>Generate with AI</b> in the certificate settings. Use the AI chat to describe your preferred style or layout, and the system will automatically generate a professional certificate template for you.

    <br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/06-10-2025/Arc_nWupgrg20y.idhiye.png" alt="AI template" />
  </Step>

  <Step title="Edit the template source code (optional)">
    Edit the generated template’s source code directly to make any further changes or customizations as desired.

    <br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/06-10-2025/Arc_mOGA0DYohl.isxidk.png" alt="Edit source code" />
  </Step>

  <Step title="Apply the certificate">
    Once your template is ready, click <b>Apply certificate to this product</b> to use the new certificate for your course or product.

    <br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/06-10-2025/Arc_tGcZrboeDe.dmxnui.png" alt="Apply certificate" />
  </Step>
</Steps>

<p>
  The builder automatically supports variables like recipient name, course title, issue date, and certificate ID, so your certificates are always personalized and ready for sharing or download.
</p>

### Supported variables

* `{{forCompletingWhatEntityName}}` – course or product title
* `{{userFullName}}` – certificate recipient name
* `{{issuedAtFormattedDate}}` – issuance date (formatted)
* `{{certificateId}}` – unique certificate ID (hash)
