> 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/erste-schritte/quick-reference-guide-for-verkada-command.md).

# Kurzanleitung für Verkada Command

## Kontoeinrichtung

* [Erste Schritte mit Verkada Command](/command/de/erste-schritte/get-started-with-verkada-command.md)
* [Erforderliche Netzwerkeinstellungen](/command/de/brauchen-sie-hilfe/required-network-settings.md)
* [Systemanforderungen für Verkada Command](/command/de/brauchen-sie-hilfe/required-network-settings/verkada-command-system-requirements.md)
* [Verifizieren Sie Ihr Verkada-Command-Konto](/command/de/sicherheit/authentication-overview/verify-your-verkada-command-account.md)
* [Organisationen in Command wechseln](/command/de/sicherheit/authentication-overview/switch-organizations-in-command.md)

## Benutzer und Berechtigungen

* [Rollen und Berechtigungen für Command](/command/de/benutzer-and-berechtigungen/roles-and-permissions-for-command.md)
* [Rollen und Berechtigungen anpassen](/command/de/benutzer-and-berechtigungen/roles-and-permissions-for-command/customize-roles-and-permissions.md)
* [Benutzer in Ihrer Organisation verwalten](/command/de/benutzer-and-berechtigungen/manage-users-in-your-organization.md)
* [Temporäre Benutzer verwalten](/command/de/benutzer-and-berechtigungen/manage-users-in-your-organization/manage-temporary-users.md)
* [Anmelde-Links](/command/de/sicherheit/authentication-overview/login-links.md)

## Organisationseinstellungen

* [Verwalten Sie die Einstellungen Ihrer Admin-Seite](/command/de/organisationseinstellungen/manage-your-admin-page-settings.md)
* [Prüfprotokolle verwalten und anzeigen](/command/de/organisationseinstellungen/manage-your-admin-page-settings/manage-and-view-audit-logs.md)
* [Funktionsmanager](/command/de/organisationseinstellungen/manage-your-admin-page-settings/feature-manager.md)
* [Installationsleitfaden für Partner](/command/de/brauchen-sie-hilfe/site-planner-homepage-overview/verkada-best-practice-partner-installation-guide.md)

## Authentifizierung

* [Überblick über die Authentifizierung](/command/de/sicherheit/authentication-overview.md)
* [Zwei-Faktor-Authentifizierung](/command/de/sicherheit/authentication-overview/two-factor-authentication.md)
* [Überblick über Identitätsanbieter](/command/de/sicherheit/identity-providers.md)
* [Microsoft Entra ID](/command/de/sicherheit/identity-providers/microsoft-entra-id.md)
* [Okta](/command/de/sicherheit/identity-providers/okta.md)
* [SCIM-Token-Verwaltung](/command/de/sicherheit/identity-providers/scim-token-management.md)

## **Datenschutz und Sicherheit**

* [Legen Sie einen Standard- oder kamerabezogenen Speicherort für Bild- und Videodaten fest](/command/de/sicherheit/privacy-and-security-disclosure/set-a-default-or-camera-specific-location-for-image-and-video-data-storage-and-processing.md)
* [Datenschutz- und Sicherheits-Checkliste](/command/de/sicherheit/privacy-and-security-disclosure/privacy-and-security-checklist.md)
* [Datenfreigabe mit Verkada aktivieren](/command/de/sicherheit/privacy-and-security-disclosure/enable-data-sharing-with-verkada.md)

## Fehlerbehebung

* [Verkada-Support kontaktieren](/command/de/brauchen-sie-hilfe/contact-verkada-support.md)
* [Supportzugriff aktivieren](/command/de/brauchen-sie-hilfe/contact-verkada-support/enable-support-access.md)
* [Browser-Cache leeren](/command/de/brauchen-sie-hilfe/required-network-settings/clear-your-browser-cache.md)

{% hint style="info" %}
Folgen Sie [unserem Blog](https://www.verkada.com/blog/) für alle unsere neuesten Funktionen und Ankündigungen!
{% 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://help.verkada.com/command/de/erste-schritte/quick-reference-guide-for-verkada-command.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.
