> For the complete documentation index, see [llms.txt](https://ki-cockpit-1.gitbook.io/kic-vorgehensmodell/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ki-cockpit-1.gitbook.io/kic-vorgehensmodell/das-ki-cockpit-vorgehensmodell.md).

# Das KI-Cockpit Vorgehensmodell

**Willkommen im KI-Cockpit Vorgehensmodell.** In den nachfolgenden Kapiteln wollen wir Ihnen das KI-Cockpit Projekt und die entwickelten Ergebnisse vorstellen. Damit wollen wir Sie dabei unterstützten, sich mit zentralen Fragen der KI-Governance auseinander zu setzen und die von uns entwickelten Open-Source-Lösungen für Ihre Zwecke nutzbar zu machen.

**Dieses Vorgehensmodell ist in vier Blöcke unterteilt:**

1. **Einführung:** Hier möchten wir Ihnen kurz das Projekt, die Projektziele und die Projektpartner:innen vorstellen.
2. **KIC-Grundlagen:** Darunter stellen wir Ihnen unser Leitbild des verantwortungsvollen und menschenzentrierten Einsatzes von KI sowie unseren interdisziplinären Forschungsansatz und die im Projekt adressierten Nutzer:innenrollen vor.
3. **KI-Produkte:** Dieses Kapitel ist das Herzstück des Vorgehensmodells, in dem wir Ihnen die entwickelten Produkte vorstellen: Zwei KI-Cockpit Varianten und das Transparenz-Interface.
4. **KIC-Konfiguration:** Ganz unserem Leitbild folgend, basiert der Nutzen einer Technologie immer auf der adäquaten Einbindung in den Nutzungskontext. Um Sie bei diesem Schritt zu unterstützen, haben wir unsere Erkenntnisse und Methoden so aufbereitet, dass diese Sie ideal bei der Implementierung Ihres eigenen KI-Cockpits unterstützen.

Wir hoffen, Sie können von unseren Vorarbeiten profitieren und freuen uns über Feedback & Anmerkungen unter: [**ki-cockpit@nexusinstitut.de**](mailto:ki-cockpit@nexusinstitut.de)

<div align="left"><figure><img src="/files/IGZEY8GvaMm7Jjs2eYup" alt="" width="101"><figcaption><p>Dieses Vorgehensmodell unterliegt der Lizenz <a href="https://creativecommons.org/licenses/by/4.0/deed.de">CC BY 4.0</a></p></figcaption></figure></div>

&#x20;

***


---

# 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://ki-cockpit-1.gitbook.io/kic-vorgehensmodell/das-ki-cockpit-vorgehensmodell.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.
