> For the complete documentation index, see [llms.txt](https://docs.kiloiot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiloiot.io/kilo-docs-de/kilo-iot-server/account/how-organizations-start.md).

# Wie Organisationen beginnen

Wie eine Kilo-IoT-Organisation erstellt wird — automatisch als Standard für neue Benutzer oder per Einladung.

Es gibt im Kilo IoT Server keine Schaltfläche „Organisation erstellen“. Organisationen entstehen auf zwei Wegen: Das System erstellt automatisch eine Standardorganisation, wenn ein neuer Benutzer keiner Organisation angehört, oder ein bestehendes Organisationsmitglied lädt einen Benutzer zum Beitritt ein.

## Standardorganisation

Wenn ein Benutzer die Plattform zum ersten Mal aufruft und noch keiner Organisation angehört, erstellt das System automatisch eine und weist den Benutzer als Eigentümer zu. Die Organisation wird anhand des Benutzerprofils benannt:

| Profilstatus           | Name der Organisation                     |
| ---------------------- | ----------------------------------------- |
| Vorname vorhanden      | **{FirstName}s IoT** (z. B. „Marias IoT") |
| Vorname leer           | **Benutzer-IoT**                          |
| Profil nicht verfügbar | **Standard-IoT**                          |

Dies geschieht transparent — der Benutzer landet ohne zusätzliche Schritte in seiner neuen Organisation. Von dort aus kann er die Organisation umbenennen in [Organisationseinstellungen](/kilo-docs-de/kilo-iot-server/account/organization-settings.md) und Kollegen einladen über [Benutzer einladen](/kilo-docs-de/kilo-iot-server/account/inviting-users.md).

## Einer bestehenden Organisation beitreten

Der zweite Weg in eine Organisation führt über eine Einladung. Ein Mitglied einer bestehenden Organisation, das die Berechtigung zur Benutzerverwaltung hat, sendet eine Einladung an jemanden, der bereits über ein Kilo-IoT-Plattformkonto verfügt. Der Empfänger erhält eine E-Mail mit einem Link. Wenn er auf den Link klickt und die Annahme erfolgreich ist, tritt er der Organisation mit den vom Einladenden zugewiesenen Berechtigungen bei.

Den vollständigen Einladungs-Workflow finden Sie unter [Benutzer einladen](/kilo-docs-de/kilo-iot-server/account/inviting-users.md) und [Einladungen annehmen](/kilo-docs-de/kilo-iot-server/account/accepting-invitations.md).

## Nach dem Beitritt

Was ein Benutzer innerhalb der Organisation tun kann, hängt von den bei der Einladung zugewiesenen Berechtigungen ab — oder, beim Eigentümer einer Standardorganisation, vom automatischen Zugriff, der mit dem Eigentum einhergeht. Berechtigungen können später von jeder Person mit Zugriff auf die Benutzerverwaltung angepasst werden. Siehe [Rollen und Seitenzugriff](/kilo-docs-de/kilo-iot-server/account/roles-and-page-access.md) für die Funktionsweise des Berechtigungsmodells.


---

# 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.kiloiot.io/kilo-docs-de/kilo-iot-server/account/how-organizations-start.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.
