AICertification/app/flask-postgres/app/templates/course/C3_page6.html
2026-04-10 10:31:44 +02:00

57 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<h2>C3 Vendor & Tool Governance</h2>
<section class="content-section ai-explainer">
<div class="content-wrapper">
<h2 class="section-title">Teil 5 Dokumentationspflichten</h2>
<p class="lead">
„Der wichtigste Punkt dieses Moduls lautet:
</p>
<blockquote class="highlight-quote">
➡️ KI-Nutzung muss dokumentiert werden.
</blockquote>
<p><strong>Unternehmen müssen nachvollziehen können:</strong></p>
<ul class="example-list">
<li>Welche Tools eingesetzt wurden</li>
<li>zu welchem Zweck</li>
<li>mit welchen Daten</li>
<li>und mit welchem Ergebnis</li>
</ul>
<p>
Das ist nicht nur organisatorisch wichtig.
</p>
<blockquote class="highlight-quote">
➡️ Es ist rechtlich erforderlich.
</blockquote>
<p><strong>Dokumentation ermöglicht:</strong></p>
<ul class="example-list">
<li>Nachvollziehbarkeit</li>
<li>Kontrolle</li>
<li>Prüfbarkeit</li>
</ul>
<blockquote class="highlight-quote">
Und damit:<br>
➡️ Compliance.
</blockquote>
</div>
</section>
<div class="course-nav">
<a href="/course/{{ course_id }}/page/5" class="btn-secondary">Zurück</a>
<a href="/course/{{ course_id }}/page/7" class="btn-primary">Weiter</a>
</div>
{% endblock %}