> 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/dutch-documentation/accountbeheer/account-sharing.md).

# Account delen

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

Deel eenvoudig uw account met andere Incogniton-gebruikers met behulp van de accountdeelingsfunctie. Het doel van deze functie is om het gemakkelijker te maken voor één account om de profielen van een ander account te beheren. Het is veiliger en handiger om direct in te loggen om de profielen te beheren, zonder wachtwoorden te delen. Laten we eens kijken hoe het werkt.

{% stepper %}
{% step %}

### Ga naar accountinstellingen

Log in op de Incogniton-app en ga naar **Instellingen > Account delen**.
{% endstep %}

{% step %}

### Nodig een nieuw account uit

Klik op **Nieuw account uitnodigen**. Voer het e-mailadres van de ontvanger in en kies een vervaldatum - ze kunnen tot deze datum toegang krijgen tot uw account. Klik vervolgens op **Uitnodiging verzenden**.

In het overzicht ziet u welke accounts **door u gedeeld** zijn en welke accounts **met u gedeeld** zijn. Wanneer u op het 3-puntjes-icoon naast een account klikt, kunt u de toegang intrekken of de vervaldatum bewerken.
{% endstep %}
{% endstepper %}

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

* Het aantal profielen wordt niet gecombineerd; elk account behoudt zijn eigen limiet.
* U kunt alleen toegang tot het account geven aan betalende gebruikers met ten minste 50 profielen.
* Delen is niet beschikbaar als u 2FA heeft ingeschakeld.
* U kunt uw eigen e-mailadres niet toevoegen.
  {% endhint %}

{% hint style="info" %}
Heeft u vragen over deze functie? Aarzel niet om contact op te nemen met onze [ondersteuningsafdeling](https://incogniton.com/contact/).
{% 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/dutch-documentation/accountbeheer/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.
