> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/de/sicherheit/authentication-overview/login-links.md).

# Anmelde-Links

Login-Links sind eine Alternative zur Anmeldung bei Verkada Command mit dem Kurznamen und Passwort der Organisation für jede Organisation, in der Sie Mitglied sind. Mit Login-Links können Sie sich gleichzeitig bei all Ihren Organisationen anmelden, die nur ein Passwort verwenden.

Wenn Sie angemeldet sind, können Sie zwischen Organisationen wechseln, ohne sich jedes Mal erneut authentifizieren zu müssen.

{% hint style="danger" %}
Für Organisationen, die eine Zwei-Faktor-Authentifizierung (2FA) oder Single Sign-On (SSO) erfordern, müssen Sie sich vor dem Wechsel zwischen ihnen authentifizieren.
{% endhint %}

***

## Authentifizieren Sie Ihre Organisation

{% stepper %}
{% step %}
**Navigieren Sie zu** [**Verkada Command-Anmeldeseite**](https://command.verkada.com/login)**.**

1. Geben Sie Ihre E-Mail-Adresse ein.
2. Klicken Sie auf **Meinen Login-Link per E-Mail senden**.

<div align="left" data-with-frame="true"><img src="/files/f11465d7fb3ea5b7bcc8fde61278f657cfdaabfa" alt=""></div>
{% endstep %}

{% step %}
**Prüfen Sie Ihren Posteingang auf eine automatisch gesendete E-Mail.**
{% endstep %}

{% step %}
**Wählen Sie den Link in der E-Mail aus, und Sie sollten zu einer Liste Ihrer Organisationen weitergeleitet werden.**
{% endstep %}

{% step %}
**Wählen Sie die erste Organisation aus, bei der Sie sich anmelden möchten.**

Sie sind automatisch bei all Ihren Organisationen angemeldet, die nur ein Passwort verwenden.
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/command/de/sicherheit/authentication-overview/login-links.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.
