> 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/marketplace-pakete-und-power-ups/power-ups/zertifikate/zertifikate-mitarbeitern-zuweisen.md).

# Zertifikate Mitarbeitern zuweisen

Ein Mitarbeiterzertifikat verknüpft einen Zertifikatstyp mit einem Mitarbeiter.

Jede Aufgabe speichert die Zertifikatsdetails und den Gültigkeitszeitraum.

### Was ein Mitarbeiterzertifikat enthält

Jede Aufgabe kann enthalten:

* der **Zertifikatstyp**
* der **Mitarbeiter**
* der **Zertifikatsnummer**
* der **Startdatum**
* der **Ablaufdatum**

Der aktuelle Status hängt von den von Ihnen eingegebenen Daten ab.

{% stepper %}
{% step %}

### Offene Mitarbeiterzertifikate

Gehen Sie zu **HRM → Mitarbeiterzertifikate**.
{% endstep %}

{% step %}

### Neue Aufgabe hinzufügen

Klicken Sie auf **Hinzufügen** oder **Erstellen**.
{% endstep %}

{% step %}

### Wählen Sie den Zertifikatstyp und den Mitarbeiter aus

Wählen Sie das Richtige **Zertifikatstyp**.

Dann wählen Sie das **Mitarbeiter**.
{% endstep %}

{% step %}

### Füllen Sie die Zertifikatsdetails aus

Geben Sie das **Zertifikatsnummer**.

Legen Sie die **Startdatum** und **Ablaufdatum**.
{% endstep %}

{% step %}

### Speichern Sie die Aufgabe

Klicken Sie auf **Speichern**.

Das Zertifikat ist jetzt dem Mitarbeiter zugeordnet.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Was passiert, wenn ich das Ablaufdatum leer lasse?</summary>

Das Zertifikat bleibt ohne Enddatum gültig.

</details>

<details>

<summary>Kann ich denselben Zertifikatstyp mehr als einmal zuweisen?</summary>

Ja. Das kann für Verlängerungen oder unterschiedliche Stufen nützlich sein.

</details>

<details>

<summary>Wie sehe ich, welche Zertifikate bald ablaufen?</summary>

Verwenden Sie Filter, Sortierung oder das Dashboard-Widget für Mitarbeiterzertifikate.

</details>

### Ähnliche Artikel

* [**Zertifikatstypen erstellen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/zertifikate/zertifikatstypen-erstellen.md)
* [**Zertifikatsanhänge verwalten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/zertifikate/zertifikatsanhange-verwalten.md)
* [**Ablaufdaten von Zertifikaten verfolgen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/zertifikate/zertifikatablaufdaten-verfolgen.md)


---

# 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/marketplace-pakete-und-power-ups/power-ups/zertifikate/zertifikate-mitarbeitern-zuweisen.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.
