# Speicher

Robot stellt eine [Key-Value Store](/robot/data-store/key-value-store.md) zur Verfügung. Darin können Daten Workflow übergreifend gespeichert werden. Zustätzlich gibt es die Möglichkeit, Dateien für zwölf Stunden abzulegen und diese über einen Link zu teilen.

{% content-ref url="/pages/CfY0FbNlLo2taxCcLyGT" %}
[Speichern eines Wertes](/robot/plugins/speicher/speichern-eines-wertes.md)
{% endcontent-ref %}

{% content-ref url="/pages/0f38sLqAKzlxg5ISRno7" %}
[Laden eines Wertes](/robot/plugins/speicher/laden-eines-wertes.md)
{% endcontent-ref %}

{% content-ref url="/pages/QHWlLjNwnawmULlcxBfl" %}
[Speichern einer Datei](/robot/plugins/speicher/speichern-einer-datei.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/speicher.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.
