> For the complete documentation index, see [llms.txt](https://docs.chatcaptain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatcaptain.com/einstellungen/workspace-einstellungen/workspace-benutzer.md).

# Workspace Benutzer

Du kannst weitere **Benutzer** zu deinem Workspace hinzufügen, damit diesen in dem Workspace neue Bots erstellen können und in gewählte vorhandenen Bots arbeiten können.

## Benutzer hinzufügen

{% hint style="info" %}
**Beachte:** Benutzer, die du zu einem Workspace hinzufügst, erhalten nicht automatisch Zugriff auf alle dazugehörigen Bots. Für den Zugriff auf einen bestimmten Bot müssen sie explizit zu diesem eingeladen werden (siehe [Benutzer](/einstellungen/bot-einstellungen/bot-einstellungen/benutzer.md))
{% endhint %}

**1. Klicke auf "Benutzer hinzufügen".**

<figure><img src="/files/6cjlg9J8gLph75CdARBb" alt=""><figcaption></figcaption></figure>

**2. Gebe die Benutzerdaten des neuen Nutzers an und klicke anschließend auf "Benutzer einladen".**

Der Nutzer erhält eine Einladung per E-Mail und hat einen Monat Zeit, sie anzunehmen.

<figure><img src="/files/RPudyDUFmaQR1p0XYHDn" alt="" width="375"><figcaption></figcaption></figure>

**3. Anschließend wird der neu eingeladene Nutzer mit "Eingeladen" gekennzeichnet.**  &#x20;

<figure><img src="/files/z1yB006qJNUJlq6Tyasz" alt=""><figcaption></figcaption></figure>

**4. Klicke auf den Nutzer, um ihn zu entfernen oder seine Rollen zu verwalten**

<figure><img src="/files/JMzyzRfyiNoWzZ3u6cd8" alt=""><figcaption></figcaption></figure>

## Benutzerrollen hinzufügen

{% hint style="info" %}
Die Berechtigungen der einzelnen Benutzerrollen werden auf der Seite [Bot-Benutzerrollen](/einstellungen/bot-einstellungen/bot-einstellungen/benutzer/bot-benutzerrollen.md) aufgeführt.
{% endhint %}

**1. Klicke auf "Rolle hinzufügen".**

**2. Klicke in das Eingabefeld "Rolle auswählen".**

<figure><img src="/files/SC05tLoPbdZrA49C5ZOc" alt="" width="375"><figcaption></figcaption></figure>

**3. Wähle die Rolle aus, die du dem Benutzer hinzufügen möchtest.**

<figure><img src="/files/H3A5ZPxSzhYBE58BmCp0" alt="" width="375"><figcaption></figcaption></figure>

**4. Klicke auf "Rolle hinzufügen".**

## Benutzerrollen entfernen

**1. Klicke auf die jeweilige Rolle, die gelöscht werden soll.**

<figure><img src="/files/OfsZ13DtQaFzE86tVLi6" alt=""><figcaption></figcaption></figure>

**2. Klicke auf „Rolle entziehen“, um die Rolle zu entfernen.**

<figure><img src="/files/eF3oLcn01btyjMhcbPNV" alt="" width="375"><figcaption></figcaption></figure>

## Benutzer entfernen

{% hint style="info" %}
Wird ein Benutzer aus dem Workspace entfernt, verliert er automatisch auch den Zugriff auf alle Bots des Workspaces, in denen er Mitglied war.
{% endhint %}

**1. Klicke auf "Benutzer entfernen".**

<figure><img src="/files/SX56C0yxfSONZqRt8Fnw" alt=""><figcaption></figcaption></figure>

**2. Klicke auf "Benutzer löschen".**

<figure><img src="/files/cHjM0Ii54fj7vCyAFfTV" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.chatcaptain.com/einstellungen/workspace-einstellungen/workspace-benutzer.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.
