> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/mobile-app/android-outsmart-next/modulubersichten/einstellungen/zertifikate.md).

# Zertifikate

Sehen Sie Ihre persönlichen Zertifikate an und öffnen Sie deren Anhänge in Android OutSmart NEXT.

## Zertifikate

**Zertifikate** zeigt die Login-Daten an, die mit Ihrem Mitarbeiterprofil verknüpft sind.

Sie können Zertifikatsdetails prüfen und angehängte Dateien öffnen.

Ihr Unternehmen erstellt und verwaltet Zertifikate. Die App zeigt sie nur an.

### Zertifikat anzeigen

{% stepper %}
{% step %}

### Zertifikate öffnen

Gehen Sie zu **Einstellungen** und öffnen Sie Ihr **Benutzerprofil**.

Wählen Sie **Zertifikate**.
{% endstep %}

{% step %}

### Zertifikat öffnen

Tippen Sie auf ein Zertifikat, um die Details einzublenden.

Prüfen Sie Nummer, Startdatum und Ablaufdatum.
{% endstep %}

{% step %}

### Anhang öffnen

Tippen Sie **Download** wenn dem Zertifikat ein Anhang beigefügt ist.

Die App lädt die Datei bei Bedarf herunter und öffnet sie dann auf Ihrem Gerät.
{% endstep %}
{% endstepper %}

### Verfügbarkeit von Zertifikaten

Ihr Unternehmen verwaltet Zertifikate und die dazugehörigen Anhänge.

Zertifikate sind in der App nur zur Ansicht. Kein **Download** Button bedeutet, dass keine Datei angehängt ist.

Wenn die Liste leer ist, sind keine Zertifikate mit Ihrem Konto verknüpft.


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/mobile-app/android-outsmart-next/modulubersichten/einstellungen/zertifikate.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.
