> 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/robot/plugins/speicher/speichern-eines-wertes.md).

# Speichern eines Wertes

Mit dem Plugin <img src="/files/k3Mb6AXvAAkWUvjif5lU" alt="" data-size="line"> *Speichern eines Wertes* können Sie Variablen im [Key-Value Store](/robot/data-store/key-value-store.md) von Robot ablegen.

<figure><img src="/files/JPclYjqwLD7jnCFoWVoS" alt="" width="289"><figcaption></figcaption></figure>

Der gesamte Inhalt des Key-Value Stores kann über den Menüpunkt *Data Store* im Reiter [Key-Value Store](/robot/data-store/key-value-store.md) betrachtet und verwaltet werden.

## Parameter "Key"

Um einen Wert im Key-Value Store abzulegen, muss er mit einem *Key* assoziiert werden. Der Key darf eine Länge von 50 Zeichen nicht überschreiten. Der Key wird benötigt, um den Wert später wieder vom Key-Value Store zu laden.

## Parameter "Wert"

Im mehrzeilige Eingabefeld *Wert* definieren Sie, was im Key-Value Store unter dem zuvor angegebenen Key abgelegt werden soll. Es gibt keine Grössenbeschränkung für den Wert.

### Unterstütze Variablen

Im Key-Value Store kann nicht nur reiner Text abgelegt werden. Sie können auch Variablen von folgenden Typen speichern:

* `bool`
* `integer`
* `decimal`
* `collection`
* `date`
* `datetime`
* `json`
* `email`
* `url`
* `phone`

Das Eingabefeld *Wert* darf dazu lediglich die zu speichernde Variable beinhalten.


---

# 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/robot/plugins/speicher/speichern-eines-wertes.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.
