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

# Konto & Abrechnung

- [Einstellungen](https://morphic.com/docs/de/konto-and-abrechnung/settings.md): Hier verwaltest du deine Organisation, deine Abrechnung und dein eigenes Konto, mit einem Link zu jedem Bildschirm.
- [Allgemein](https://morphic.com/docs/de/konto-and-abrechnung/settings/general.md): Im Reiter „Allgemein“ kannst du die allgemeinen Einstellungen deiner Organisation verwalten. Von diesem Reiter aus kannst du deiner Organisation einen Namen geben oder sie löschen.
- [Mitglieder](https://morphic.com/docs/de/konto-and-abrechnung/settings/members.md): Verwalte die Organisationsmitglieder und ihre Rollen im Reiter „Mitglieder“.
- [Pläne](https://morphic.com/docs/de/konto-and-abrechnung/settings/plans.md): Mit „Pläne“ kannst du deine Pläne einfach vergleichen und verwalten. Du kannst Pläne auch ganz einfach hoch- oder herabstufen. Wenn du Hilfe brauchst, wende dich an den Support.
- [Modellzugriff](https://morphic.com/docs/de/konto-and-abrechnung/settings/model-access.md): Wie du Modelle für deinen Workspace ein- und ausschaltest und wie du die Auflösung begrenzt, die jedes Modell ausgeben darf.
- [Abrechnung & Nutzung](https://morphic.com/docs/de/konto-and-abrechnung/settings/billing-and-usage.md): Im Reiter „Abrechnung“ kannst du deinen Plan verwalten, Zahlungsdetails anzeigen und ändern, die Rechnungsverlauf prüfen und einen Überblick über deinen Plan sowie Verlängerungsdetails erhalten.
- [Credit-Limits](https://morphic.com/docs/de/konto-and-abrechnung/settings/member-credit-limits.md): Wie du festlegst, wie viel jedes Mitglied pro Monat und pro Tag ausgeben kann, und wie du sehen kannst, wer was nutzt.
- [Profil](https://morphic.com/docs/de/konto-and-abrechnung/settings/profile.md): Wie du deinen Namen, deine E-Mail-Adresse und dein Bild aktualisierst und was passiert, wenn du dein Konto löschst.
- [Einstellungen](https://morphic.com/docs/de/konto-and-abrechnung/settings/preferences.md): Wie du den Modus festlegst, in dem neue Copilot-Chats starten, und ob dein Browser dich benachrichtigt, wenn eine Generierung fertig ist.
- [Sicherheit](https://morphic.com/docs/de/konto-and-abrechnung/settings/security.md): Wie du einen Passkey hinzufügst, damit du dich bei Morphic anmelden kannst, ohne ein Passwort einzugeben.


---

# 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://morphic.com/docs/de/konto-and-abrechnung.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.
