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

# Werkzeuge erkunden

Die Tools-Bibliothek in Morphic gibt dir Zugriff auf eine wachsende Sammlung kreativer Aktionen – von KI-Bilderzeugung und Videoerstellung bis hin zur Neugestaltung von Aufnahmen, der Steuerung von Bewegungen, dem Erstellen von Lip-Syncs und mehr. Suche nach Namen, stöbere nach Kategorie und führe jedes Tool direkt über den Tools-Tab aus.

### So legst du mit Tools los:

1. Öffne Canvas oder Copilot und klicke oben in der Prompt-Leiste auf den Tools-Tab

<figure><img src="/files/f70a1aa5d195ece8b1da3b249934fd1a413ecb21" alt=""><figcaption></figcaption></figure>

2. Suche nach einem Tool anhand des Namens oder stöbere in der Bibliothek

<figure><img src="/files/d21e77aeaffe2cd9521f8751ba288711928ff2f1" alt=""><figcaption></figcaption></figure>

3. Verwende die Filter-Tabs, um die Ergebnisse nach Kategorie einzugrenzen
4. Wähle ein Tool aus. Die Prompt-Leiste passt sich an dieses Tool an und zeigt dir, welche Eingaben benötigt werden
5. Gib deinen Prompt ein, füge alle angeforderten Referenzen hinzu und klicke auf den blauen Pfeil

Alternativ sind Tools auch verfügbar unter [morphic.com/tools](https://morphic.com/tools), wo du die gesamte Bibliothek durchsuchen und jedes Tool direkt ausführen kannst.

So kannst du in Morphic Tools verwenden, um direkt aus der Prompt-Leiste Bilder, Videos, Lip-Syncs und mehr zu erstellen.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib 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/werkzeuge/explore-tools.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.
