# View Certificates

### Introduction

In CodeChum, whenever you undertake something which allows you to claim certificates coming from us after completing a course, joining a competition, or passing a certification exam, it will all be saved and stored in one place - the Certifications tab. In your screens, this is located on your sidebar as the last item on the list, labeled **Certifications** upon hover.

### Steps

To view a specific certificate within the application, follow these steps:&#x20;

1. Open the **Certifications** tab by clicking this icon on the sidebar:

   <figure><img src="/files/MoUNrXFEuGUWfr5UWRQd" alt=""><figcaption></figcaption></figure>
2. Scroll through the list of certificates available to you, and select the certificate you wish to view.&#x20;

   <figure><img src="/files/Ikht4c4FwdIfz11tDAdR" alt=""><figcaption></figcaption></figure>
3. On click, this will let you view your certificate details and your educational details. You may also opt to download or share your certificate for personal preferences.

   <figure><img src="/files/5moadQIt1zOgPhX7KtS0" alt=""><figcaption></figcaption></figure>

And that's how you view your hard-earned certificates in CodeChum! 🎉


---

# 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://help.codechum.com/teachers/advanced-guide/view-certificates.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.
