> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/developer-education-with-snyk-learn/snyk-learn/your-learning/claiming-cpe-credits-with-snyk-learn.md).

# Claiming CPE Credits with Snyk Learn

Snyk Learn offers a range of security education lessons and learning paths designed to enhance your application security skills. While these lessons provide valuable knowledge, they do not automatically grant Continuing Professional Education (CPE) credits. To claim CPE credits for your participation in Snyk Learn lessons and learning paths, follow these steps.

{% hint style="info" %}
The specific process for claiming CPE credits may vary depending on your certifying organization.
{% endhint %}

1. Complete a Snyk Learn module.
   1. Log in to your Snyk Learn account and finish a lesson or learning path.
   2. Ensure you meet all completion criteria, such as passing the quiz and engaging with interactive content.
2. Document your learning activity. Record essential details of the completed module, including:
   * Course title
   * Provider name: Snyk
   * Completion date
   * Duration: Time spent on the module
3. Submit to your certification body.
   1. Access the CPE submission portal of your certifying organization, such as ISC2 or ISACA.
   2. Enter the recorded details and provide any required documentation, such as completion certificates (available for Learning Paths) or screenshots of the completed lesson in your Learning Progress dashboard or the lesson page, see examples below.
4. Provide additional information if requested. You may be asked to supply further details or respond to inquiries from your certifying body to verify your CPE claim.

### Examples

#### Learning path certificate

Navigate to the page for the Learning Path that you completed and click the **Download certificate** button.

<figure><img src="/files/fDUbRiTBSqM9jkQxOzF5" alt=""><figcaption><p>A completed Learning Path with certificate</p></figcaption></figure>

#### Lesson completion example

<figure><img src="/files/DtLL4n4vFqRuAbWGFGKK" alt=""><figcaption></figcaption></figure>


---

# 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.snyk.io/developer-education-with-snyk-learn/snyk-learn/your-learning/claiming-cpe-credits-with-snyk-learn.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.
