> For the complete documentation index, see [llms.txt](https://wiki.tp-lernen.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tp-lernen.de/willkommen.md).

# Willkommen!

{% hint style="info" %}
**TP Lernen** ist ein ***Wiki***, das die verschiedenen Lerninhalten für den Studiengang *Polizeivollzugsdienst* zusammenfasst, aufbereitet und in logische Zusammenhänge herstellt, um eine Unterstützung beim Lernen zu bieten. Sie ist ***von KA's für KA's*** gemacht und soll kontinuierlich mit allen Inhalten ausgefüllt werden und über die Zeit wachsen.

Klicke auf<img src="/files/562067086fef087c1ab09aeaae6109202f62b817" alt="" data-size="line">, um die Liste mit allen Inhalten zu öffnen oder benutze mit <img src="/files/3c4ba2dea5991ed0e014f4cd1bc99c1e3e19c104" alt="" data-size="line"> die Suchleiste und suche gezielt nach Inhalten.
{% endhint %}

{% hint style="warning" icon="sparkles" %}
Mittlerweile gibt es sogar eine <mark style="color:$warning;">**zweite Version**</mark> der Plattform mit noch mehr Features. Gelange [hier](/2.0.md) zum Artikel und [<mark style="color:$warning;">**hier**</mark>](https://www.tp-lernen.de/) <mark style="color:$warning;">direkt zur neuen Seite</mark>.
{% endhint %}

*<mark style="color:$info;">Die Inhalte dieser Seite werden von Studierenden zur Verfügung gestellt. Es kann daher</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**keine Garantie auf vollständige Richtigkeit**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">übernommen werden. Falls dir ein Fehler auffällt, bitten wir daher, diesen umgehend zu melden, damit er behoben werden kann. Dafür – oder wenn Du selbst mithelfen willst, das Wiki zu füllen – kannst du uns unter</mark> <mark style="color:$primary;">`support@tp-lernen.de`</mark> <mark style="color:$info;">eine E-Mail schreiben.</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Vielen Spaß beim Nutzen wünscht**</mark>**&#x20;**<mark style="color:$primary;">**TP Lernen**</mark><mark style="color:$info;">**.**</mark>*


---

# 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://wiki.tp-lernen.de/willkommen.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.
