> For the complete documentation index, see [llms.txt](https://docs.hspv-timetable.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hspv-timetable.de/funktionsweise/datenabruf/anmeldung-mit-hspv-nutzerkonto.md).

# Anmeldung mit HSPV-Nutzerkonto

{% hint style="success" %}
Es kann ausschließlich auf Daten zugegriffen werden, auf welche du auch über die Webtools der HSPV NRW zugreifen kannst. Diese müssen explizit mit deiner HSPV-Kennung verknüpft sein.&#x20;

Für Rückfragen bzgl. der Zugriffskontrolle wende dich bitte an die HSPV NRW.
{% endhint %}

Der Zugriff auf den Lehrveranstaltungsplan, das Notenportal und die E-Mails ist grundsätzlich geschützt. Ein Zugriff ist nur mit einem gültigen HSPV-Nutzerkonto (Kennung und Passwort) möglich.

Um HSPV-Timetable nutzen zu können, ist daher zur Einrichtung die Anmeldung & Authentifikation mit dem HSPV-Nutzerkonto melden.

{% hint style="info" %}
Bitte beachte, dass das Nutzerkonto von der HSPV NRW für die Dauer deines Studiums / deines Lehrauftrags ausgestellt wird. Für Rückfragen zum Nutzerkonto wende dich an die Verwaltung der HSPV NRW.
{% endhint %}

Der Anmelde- und Authentifikationprozess ist analog zu dem auf der Website der HSPV NRW.

{% hint style="success" %}
Für die Anmeldung werden Anfragen direkt von deinem Gerät an die Server der HSPV NRW gestellt. Keine zwischengeschaltene Instanz, keine Speicherung von Daten.
{% endhint %}


---

# 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://docs.hspv-timetable.de/funktionsweise/datenabruf/anmeldung-mit-hspv-nutzerkonto.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.
