> For the complete documentation index, see [llms.txt](https://help.aiaibot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aiaibot.com/chatbot/widgets/datei-upload.md).

# Datei-Upload

<figure><img src="/files/bMdbjL0mpioFiU00nTDl" alt="" width="338"><figcaption></figcaption></figure>

Das Widget *Datei-Upload* ermöglicht es den Chatbot-Benutzern, **bis zu 10 Dateien** mit einer Grösse von **je maximal 100 MB** hochzuladen. Es kann wie alle anderen Widgets auch per Drag & Drop Prinzip an die gewünschte Stelle in der Story platziert werden.

Im optionalen Eingabefeld *Inhalt* kann eine Aufforderung an den Benutzer eingegeben werden, die dann vor dem eigentlichen Datei-Upload im Chatbot angezeigt wird.

Bei den **erlaubten Datei-Typen** wird definiert, welche Art Datei-Typ von den Nutzern hochgeladen werden kann. Es können entweder alle Typen zugelassen oder eine Einfach- oder Mehrfachauswahl gemacht werden. Folgende Formate werden jeweils akzeptiert:

* **Dokument:** .pdf, .txt, .rtf, .csv, .odt, .ods, .odp, .docx, .pptx, .xls, .xlsx
* **Bild:** jpeg, png, gif, svg, xml
* **Video:** mp4, quicktime, H264, H265

Die hochgeladenen Dateien können in einer Variable abgespeichert werden. Dies ist vor allem dann sehr nützlich, wenn zur weiteren Bearbeitung ein Robot Workflow herangezogen wird.<br>


---

# 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://help.aiaibot.com/chatbot/widgets/datei-upload.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.
