> 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/getting-started/dashboard.md).

# Dashboard

Wo du deine Chats, Dateien, Projekte, Assets, Modelle und Workflows findest und wie du etwas Neues startest.

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

Hier ist eine kurze Anleitung, wie du das Dashboard in Morphic verwendest:

### So gelangst du dorthin

* Gehe zu [studio.morphic.com](https://studio.morphic.com/home)
* Wenn du dich in einer Datei befindest, klicke oben links auf das Morphic-Logo und wähle „Zurück zum Dashboard“

### Die linke Seitenleiste

* Suche: öffnet [Kontextsuche](/docs/de/getting-started/contextual-search.md), dasselbe „Cmd+K“-Menü, das du überall in Morphic bekommst
* Start: deine letzten Arbeiten, in Zeilen gruppiert
* Chats: jede Copilot-Konversation. Siehe [Chats](/docs/de/getting-started/dashboard/chats.md)
* Projekte: deine Projekte. Siehe [Projekte](/docs/de/getting-started/dashboard/projects.md)
* Dateien: jede Datei, über alle Projekte hinweg. Siehe [Dateien](/docs/de/getting-started/dashboard/files.md)
* Assets: alles Hochgeladene oder Erstellte. Siehe [Assets](/docs/de/getting-started/assets.md)
* Referenzen: die von dir erstellten Referenzen, mit einer Vorschau jeder einzelnen. Siehe [Referenzen](/docs/de/essentials/models.md)
* Workflows: deine gespeicherten Workflows. Siehe [Workflows erkunden](/docs/de/workflows/explore-workflows.md)

Darunter befinden sich „Tags“, eine Liste aller Tags in deiner Organisation, damit du zu allem springen kannst, das einen davon trägt, und „Zuletzt geöffnete Dateien“ für das, was du zuletzt geöffnet hattest. Dein Guthabenstand steht unten links.

### Gut zu wissen

* Klicke oben rechts auf „Neu erstellen“ und wähle „Datei“, „Chat“, „Projekt“, „Asset“ oder „Workflow“. Jede Zeile auf „Start“ hat außerdem ein „+“ neben ihrem Titel, sodass du direkt aus der Chats-Zeile einen Chat starten kannst, ohne die Seite zu verlassen.
* Sortiere jede Zeile mit dem Dropdown „Zuletzt geändert“ rechts davon, und klicke auf „Mehr anzeigen“, um die vollständige Liste dieses Typs zu öffnen.
* Wechsle das Dashboard oben rechts mit dem Umschalter zwischen „Raster“ und „Liste“. Morphic merkt sich die Auswahl.
* „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 begonnenen Arbeiten.

***

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/getting-started/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.
