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

# Allgemein

### Namen und Beschreibung der Organisation anpassen

1. Gehen Sie zu **Einstellungen → \[Ihre Organisation] → Allgemein**
2. Klicken Sie auf **Bearbeiten**
3. Im Dialog:
   * Geben Sie den **Namen** Ihrer Organisation ein, der oben rechts in der Seitennavigation erscheinen soll
   * Geben Sie den **Eindeutigen Namen** Ihrer Organisation ein. Dieser identifiziert die Organisation in der URL sowie beim Verbinden zweier Organisationen über Connect eindeutig. Eindeutige Namen können nur einmal vergeben werden
   * Geben Sie eine Beschreibung ein. Damit lassen Sie Ihre Mitglieder als auch Externe Details zu Ihrer Organisation wissen
4. Klicken Sie auf **Speichern**

### Organisation löschen

{% hint style="info" %}
Um eine **Organisation dauerhaft zu löschen** oder Änderungen an Ihrem **Plan** (z. B. Nutzeranzahl, Speicherplatz oder Funktionalitäten) vorzunehmen, wenden Sie sich bitte an den **Polyteia Support**.
{% endhint %}

Alle Änderungen an Ihrer Organisation, die nicht in diesem oder anderen Artikeln beschrieben wurden, werden durch das Polyteia-Team vorgenommen.


---

# 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.polyteia.com/organisationen/allgemein.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.
