> For the complete documentation index, see [llms.txt](https://docs.certlocker.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certlocker.app/my-certs/updating-cert-data.md).

# Updating Cert Data

## Tap to Open

When looking at your Locker, **Tap a Cert** to open the **Edit Cert** screen.

## Update Text Fields

At the moment, CertLocker does not support changing the **Type** of a Cert once create&#x64;**.**&#x20;

For Certs of the type "Other," you can update the **Name, Description**, **CEs Earned**, and **CEs Required** fields, and your changes will be autosaved. For these Certs, you can also use the Apply Training button to assign CEs earned in trainings logged in CertLocker to this Cert.

{% hint style="info" %}
For Certs with defined **Renewal Requirements**, the CEs Earned & Required fields do not appear, nor does the Apply Training button. Instead, Cert Renewal Progress details are accessed and managed by tapping on the Recertification Progress bar.
{% endhint %}

<div><figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FSlUvHvQZjmsFNueJaETz%2F1.0.0-cert-with-reqs.PNG?alt=media&amp;token=fc43ab48-9dc8-43a8-b797-eacb0f4b75dc" alt="" width="375"><figcaption><p>Cert with defined requirements (eg. EMT-B)</p></figcaption></figure> <figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2F2cdAh4YbN0HbhedpGjeu%2F1.0.0-cert-without-reqs.PNG?alt=media&amp;token=026d95cd-aafa-443e-9a46-7f0ae1eb382f" alt="" width="375"><figcaption><p>Cert without defined requirements (eg. Other)</p></figcaption></figure></div>

## Update Date Fields

Tap on **Certification Date** or **Expiration Date** to call up a date picker and make changes. When you confirm your changes, they'll be saved to the database. To change the **Expiration Date** to Never, tap the **Cancel Icon,** and the change to Never will be saved.

## Update Expiration Reminders

To change when you'll be reminded about approaching Expiration Dates, tap the Expiration Reminders expandable card to reveal the UI for setting a value and unit.&#x20;

## Mark as Private

To change the privacy setting for this Cert, simply check or uncheck the Mark as Private checkbox.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.certlocker.app/my-certs/updating-cert-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
