# Web

Robot stellt Plugins zur Verfügung, um mit Dateien im Web zu arbeiten. Dazu gehören unter anderem ein Plugin zum Herunterladen von Dateien sowie ein Plugin zum Erkennen des Content-Types einer Datei.

{% content-ref url="/pages/Bv56En8kxPz7HAhcq7wh" %}
[Dateiinhalt erkennen](/robot/plugins/web/dateiinhalt-erkennen.md)
{% endcontent-ref %}

{% content-ref url="/pages/Fu3qj9UlHER3UL0OZb5t" %}
[Datei herunterladen](/robot/plugins/web/datei-herunterladen.md)
{% endcontent-ref %}

{% content-ref url="/pages/aEMc9dhP1RF51dBlJQOL" %}
[URL-Parameter auslesen](/robot/plugins/web/url-parameter-auslesen.md)
{% endcontent-ref %}


---

# 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.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.
