> 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/workflows/explore-workflows.md).

# Workflows erkunden

Workflows in Morphic ermöglichen es dir, alles, was du erstellst, in einen wiederverwendbaren KI-Workflow zu verwandeln. Erstelle einen von Grund auf mit Copilot oder speichere einen bereits perfektionierten Prozess als Workflow, den du mit einem einzigen Klick erneut ausführen kannst.

Entdecke alle verfügbaren Workflows unter <https://morphic.com/workflows>.

{% embed url="<https://youtu.be/gZ7UWRoWUmw>" %}

### Auf Workflows zugreifen

Wenn du bereits in Morphic arbeitest, kannst du die Workflows-Galerie auch an drei weiteren Stellen öffnen:

* Die Schaltfläche „Workflows“ über der Prompt-Leiste auf Canvas
* Die Schaltfläche „Workflows“ über der Prompt-Leiste in Copilot
* Der Tab „Workflows“ in der Seitenleiste des Dashboards

### Workflows suchen

Es gibt zwei Möglichkeiten, einen bestimmten Workflow zu finden:

* Verwende die Suchleiste oben in der Workflows-Galerie, um nach Namen oder Stichwort zu suchen
* Drücke überall in Morphic Cmd/Ctrl + K, gib den Namen des Workflows ein und wähle ihn aus den Ergebnissen aus

### Nach Kategorie durchsuchen

Die Workflows-Galerie ist in Kategorien organisiert, damit du schnell findest, was du brauchst.

* Verwende die Filter-Tags oben in der Galerie, um Workflows nach Typ einzugrenzen
* Wechsle zwischen „Im Trend“ und „Alle“, um zu sehen, was beliebt oder kürzlich hinzugefügt wurde
* Sortiere Workflows nach Alphabetisch, Am häufigsten verwendet oder Zuletzt aktualisiert
* Sieh in den Favoriten nach, um gespeicherte Workflows erneut aufzurufen

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gern. 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/workflows/explore-workflows.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.
