> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/german-documentation-1/kontoverwaltung/account-sharing.md).

# Kontofreigabe

{% embed url="<https://www.youtube.com/watch?v=bSleMIutiDo>" %}

Teilen Sie Ihr Konto ganz einfach mit anderen Incogniton-Nutzern über die Kontofreigabefunktion. Das Ziel dieser Funktion ist es, einem Konto die Verwaltung der Profile eines anderen Kontos zu erleichtern. Es ist sicherer und bequemer, sich direkt anzumelden, um die Profile zu verwalten, ohne Passwörter zu teilen. Sehen wir uns an, wie es funktioniert.

{% stepper %}
{% step %}

### Navigieren Sie zu den Kontoeinstellungen

Melden Sie sich in der Incogniton-App an und navigieren Sie zu **Einstellungen > Konto teilen**.
{% endstep %}

{% step %}

### Neues Konto einladen

Klicken Sie auf **Neues Konto einladen**. Geben Sie die E-Mail-Adresse des Empfängers ein und wählen Sie ein Ablaufdatum - bis zu diesem Datum kann er auf Ihr Konto zugreifen. Klicken Sie dann auf **Einladung senden**.

In der Übersicht sehen Sie, welche Konten **von Ihnen geteilt** werden und welche Konten **mit Ihnen geteilt** werden. Wenn Sie auf das 3-Punkte-Symbol neben einem Konto klicken, können Sie den Zugriff widerrufen oder das Ablaufdatum bearbeiten.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Hinweise:**

* Die Anzahl der Profile wird nicht kombiniert; jedes Konto behält sein eigenes Limit.
* Sie können nur zahlenden Nutzern mit mindestens 50 Profilen Kontozugriff gewähren.
* Teilen ist nicht möglich, wenn Sie 2FA aktiviert haben.
* Sie können Ihre eigene E-Mail nicht hinzufügen.
  {% endhint %}

{% hint style="info" %}
Haben Sie Fragen zu dieser Funktion? Zögern Sie nicht, unseren [Support](https://incogniton.com/contact/) zu kontaktieren.
{% 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.incogniton.com/documentation/german-documentation-1/kontoverwaltung/account-sharing.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.
