> 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/erste-schritte/dashboard.md).

# Dashboard

Das Dashboard in Morphic ist der Ort, an dem alles, was du erstellt hast, zu finden ist. Es öffnet sich auf der Startseite mit jeweils einer Zeile für deine letzten Chats, Dateien, Projekte, Assets und Workflows.

Hier ist eine kurze Anleitung zur Verwendung des Dashboards in Morphic:

### Dorthin gelangen

* Gehe zu [studio.morphic.com](https://studio.morphic.com/home)
* Klicke in einer Datei oben links auf das Morphic-Logo und wähle 'Zurück zum Dashboard'

### Die linke Seitenleiste

* Suche: öffnet [Kontextsensitive Suche](/docs/de/erste-schritte/contextual-search.md), das gleiche 'Cmd+K'-Menü, das du überall in Morphic bekommst
* Startseite: deine letzten Arbeiten, in Zeilen gruppiert
* Chats: jede Copilot-Unterhaltung. Siehe [Chats](/docs/de/erste-schritte/dashboard/chats.md)
* Projekte: deine Projekte. Siehe [Projekte](/docs/de/erste-schritte/dashboard/projects.md)
* Dateien: jede Datei, über alle Projekte hinweg. Siehe [Dateien](/docs/de/erste-schritte/dashboard/files.md)
* Assets: alles Hochgeladene oder Generierte. Siehe [Assets](/docs/de/erste-schritte/assets.md)
* Modelle: die von dir trainierten Modelle, mit einer Vorschau von jedem. Siehe [Modelle](/docs/de/grundlagen/models.md)
* Workflows: deine gespeicherten Workflows. Siehe [Workflows erkunden](/docs/de/workflows/explore-workflows.md)

Darunter befindet sich 'Tags', das alle Tags in deiner Organisation auflistet, sodass du zu allem springen kannst, das einen davon trägt, und 'Recent files' für das, was du zuletzt geöffnet hattest. Dein Kreditguthaben befindet sich unten links.

### Gut zu wissen

* Klicke oben rechts auf 'Neu erstellen' und wähle 'Datei', 'Chat', 'Projekt', 'Asset' oder 'Workflow'. Jede Zeile auf der Startseite hat außerdem ein '+' neben ihrem Titel, sodass du einen Chat direkt aus der Chats-Zeile starten kannst, ohne die Seite zu verlassen.
* Sortiere jede Zeile mit dem Dropdown-Menü 'Zuletzt geändert' rechts daneben, und klicke auf 'Mehr anzeigen', um die vollständige Liste für diesen Typ zu öffnen.
* 'Suche...' oben rechts durchsucht das Dashboard. 'Cmd+K' durchsucht ganz Morphic.

So findest du dich im Dashboard von Morphic zurecht. Es ist der schnellste Weg zurück zu bereits begonnener Arbeit.

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie uns an [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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/erste-schritte/dashboard.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.
