# Session

Im Robot gibt es ein simples [Sessionmanagement](/robot/sessionmanagement.md). Mit Hilfe eines Tokens, welcher dem Benutzer via SMS-Nachricht oder E-Mail übermittelt wird, kann eine Authentifizierung erfolgen. In Workflows kann dann überprüft werden, ob die Session gültig ist. Dadurch ist sichergestellt, dass benutzerspezifische Daten nur authentifizierte Personen sehen.

{% content-ref url="/pages/KyQrzZySwluimk3O0ifO" %}
[Token senden](/robot/plugins/session/token-senden.md)
{% endcontent-ref %}

{% content-ref url="/pages/SdRvZmDsPFozeoOqG7Iy" %}
[Token verifizieren](/robot/plugins/session/token-verifizieren.md)
{% endcontent-ref %}

{% content-ref url="/pages/fZYojwk2yFpx2asUZHZG" %}
[Authentifikation prüfen](/robot/plugins/session/authentifikation-prufen.md)
{% endcontent-ref %}

{% content-ref url="/pages/rSZxzXybrmEzK1CUxNnY" %}
[Session beenden](/robot/plugins/session/session-beenden.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://help.aiaibot.com/robot/plugins/session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
