> 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/sich-zurechtfinden.md).

# Sich zurechtfinden

- [Übersicht](https://morphic.com/docs/de/sich-zurechtfinden/overview.md)
- [Durch die Leinwand navigieren](https://morphic.com/docs/de/sich-zurechtfinden/navigating-the-canvas.md): Die Leinwand ist der Ort, an dem du Inhalte wie Videos, Bildsequenzen oder Layouts erstellst, erkundest und bearbeitest. Wenn du dich effizient in der Leinwand bewegst, arbeitest du schneller und bleibst organisiert.
- [Prompt-Leiste](https://morphic.com/docs/de/sich-zurechtfinden/prompt-bar.md): Die Prompt-Leiste in Morphic ermöglicht es dir, Prompts zu schreiben und Einstellungen wie Seitenverhältnis, Stil, Charaktermodelle, Kreativität, Variationen und Kamerawinkel für deine Generierungen anzupassen.
- [Seitenleisten](https://morphic.com/docs/de/sich-zurechtfinden/sidebars.md): In Morphic bieten die Seitenleisten schnellen Zugriff auf artboardspezifische Tools und Einstellungen und optimieren so deinen Workflow.
- [Projekte](https://morphic.com/docs/de/sich-zurechtfinden/projects.md): Mit Projekten in Morphic kannst du deine Arbeit nach Thema, Kunde oder Ziel organisieren und so zusammengehörige Dateien beisammenhalten und alles fokussiert und strukturiert verwalten.
- [Dateien](https://morphic.com/docs/de/sich-zurechtfinden/files.md): Mit Dateien in Morphic kannst du jede Szene oder Idee separat verwalten. Erstelle, benenne um, wechsle oder lösche Dateien – jede mit einer eigenen Leinwand für fokussiertes und organisiertes Erstellen.
- [Assets](https://morphic.com/docs/de/sich-zurechtfinden/assets.md)
- [Assets hochladen](https://morphic.com/docs/de/sich-zurechtfinden/assets/upload-assets.md)
- [Tags & Favoriten](https://morphic.com/docs/de/sich-zurechtfinden/assets/tags-and-favorites.md)
- [Mehrere Assets verwalten](https://morphic.com/docs/de/sich-zurechtfinden/assets/manage-multiple-assets.md)
- [Abschnitt](https://morphic.com/docs/de/sich-zurechtfinden/section.md): Abschnitte in Morphic sind Behälter, die deine Leinwand organisiert halten, während deine Arbeit wächst. Gruppiere beliebige Assets in einem benannten Abschnitt, ordne die Inhalte an und bewege alles zusammen als eine Einheit.
- [Kontextsuche](https://morphic.com/docs/de/sich-zurechtfinden/contextual-search.md)
- [Einstellungen](https://morphic.com/docs/de/sich-zurechtfinden/settings.md)
- [Allgemein](https://morphic.com/docs/de/sich-zurechtfinden/settings/general.md): Im Tab „Allgemein“ kannst du die allgemeinen Einstellungen deiner Organisation verwalten. In diesem Tab kannst du den Namen deiner Organisation ändern oder sie löschen.
- [Mitglieder](https://morphic.com/docs/de/sich-zurechtfinden/settings/members.md): Verwalte die Mitglieder der Organisation und ihre Rollen im Tab „Mitglieder“.
- [Pläne](https://morphic.com/docs/de/sich-zurechtfinden/settings/plans.md): Mit „Pläne“ kannst du deine Pläne einfach vergleichen und verwalten. Du kannst Pläne auch problemlos upgraden oder downgraden. Wenn du Hilfe brauchst, wende dich an den Support.
- [Abrechnung & Nutzung](https://morphic.com/docs/de/sich-zurechtfinden/settings/billing-and-usage.md): Im Tab „Abrechnung“ kannst du deinen Plan verwalten, Zahlungsdetails anzeigen und ändern, den Rechnungsverlauf prüfen und eine Übersicht über deinen Plan sowie die Verlängerungsdetails erhalten.
- [Credit-Limits für Mitglieder](https://morphic.com/docs/de/sich-zurechtfinden/settings/member-credit-limits.md)
- [Profil](https://morphic.com/docs/de/sich-zurechtfinden/settings/profile.md)
- [FAQs](https://morphic.com/docs/de/sich-zurechtfinden/faqs.md): Finde schnelle Antworten auf häufige Fragen zur Nutzung von Morphic – von Funktionen und Workflows bis hin zu den Grundlagen von Konto und Plattform.


---

# 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/sich-zurechtfinden.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.
