> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/tc-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/tc-docs/certification/lf-handbook2/certificates-and-certification.md).

# Certificates and Certification

Certified Candidates (“Certificants”) receive a Certificate ID number and a certificate indicating the successful completion of the requirements necessary to achieve the title indicated on their certificate.&#x20;

Certifications become non-current (expire) 24  months from the date that a certificant successfully passes their certification exam, unless revoked earlier for cause or certificant successfully completes certification renewal requirements. &#x20;

The primary method for confirming the status of a certification is to use The Linux Foundation’s [Certification Verification Tool.](https://training.linuxfoundation.org/certification/verify/)

## Certificate

The Linux Foundation Exam  Certificates lists the following information:

* Name of the Candidate who obtained the certificate
* Title of Certification (e.g. Linux Foundation Certified System Administrator)
* Certificate ID number
* Achievement Date (i.e. date certification was issued)

## **Certification Expiration**

Certifications become non-current (expire) 24 months from the date that the Program Certification requirements are met by a candidate.   <br>

## **Certification Renewal Requirements**

Certification **Renewal** requirements must be completed prior to the expiration of the Certification.

Candidates may keep their Certification current by retaking and passing the same exam, prior to the expiration of their certification. The Certification will become current for 2 years starting on the date the exam is retaken and passed.

Some certification programs offer additional renewal methods. \
Because the requirements vary by certification, the specific options are listed in each certification’s FAQ.&#x20;

Check your [certification’s FAQ page](https://docs.linuxfoundation.org/tc-docs/certification) to see all available renewal paths.<br>


---

# 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.linuxfoundation.org/tc-docs/certification/lf-handbook2/certificates-and-certification.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.
