# Datei-Download

<figure><img src="/files/Eu3Jw11oRoO7G2teCwFo" alt="" width="337"><figcaption></figcaption></figure>

Mit dem Widget *Datei-Download* können Sie dem Chatbot-Benutzer eine Datei zum Download anbieten.

Im optionalen Eingabefeld *Inhalt* können Sie eine Beschreibung der Datei eingeben, die vor dem Download im Chatbot angezeigt wird. Der *Datei-Titel* wird als Überschrift angezeigt, sobald die Datei zum Download bereitsteht.

Als Quelle kommen in Frage:

* **Upload:** Laden Sie direkt eine Datei hoch, die dann zum Download angeboten wird.
* **URL:** Geben Sie eine URL an, von der die Datei heruntergeladen werden kann.
* **Variable:** Wählen Sie eine Variable aus, welche die Datei beinhaltet. Diese Option ist vor allem im Zusammenhang mit Robot Workflows interessant.

Das Ergebnis des Downloads kann in einer Variable zur späteren Weiterverarbeitung abgespeichert werden.


---

# 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/chatbot/widgets/datei-download.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.
