# Dateiinhalt erkennen

Mit dem Plugin <img src="/files/olhIWzMKvri3nBe4h4aZ" alt="" data-size="line"> *Dateiinhalt erkennen* können Sie den Typ einer Datei automatisch bestimmen. Dazu wird der Inhalt der Datei analysiert, und der Dateityp wird anhand dieser Analyse festgestellt.

<figure><img src="/files/aHPohIWNE1fx1gydXPUs" alt="" width="287"><figcaption></figcaption></figure>

## Parameter "Datei"

Wählen Sie aus dieser Auswahlbox eine Variable vom Typ `file` dessen Dateityp sie feststellen wollen.

## Parameter "Erkannter Dateiinhalt"

Der erkannte Content-Type wird in einer Variable vom Typ `text` gespeichert.

## Beispiele

Diese, nicht vollständige, Liste zeigt Beispiele von Dateitypen wie sie von diesem Plugin erkannt werden:

* application/pdf
* image/png
* image/jpg
* application/msword
* application/vnd.openxmlformats-officedocument.wordprocessingml.document
* application/vnd.ms-excel
* application/zip
* message/rfc822


---

# Agent Instructions: 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:

```
GET https://help.aiaibot.com/robot/plugins/web/dateiinhalt-erkennen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
