> 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/data-store/projektvariablen.md).

# Projektvariablen

Projektvariablen ermöglichen es, bestimmte Daten, die in mehreren Workflows benötigt werden, einmal festzulegen und dann immer wieder zu verwenden. Das ist besonders praktisch, um zum Beispiel Einstellungen für verschiedene Workflows zentral zu verwalten.

{% hint style="info" %}
Projektvariablen stehen in Workflows schreibgeschützt zur Verfügung, ein Überschreiben des Wertes ist nicht möglich.
{% endhint %}

Über den Menüpunkt *Data Store* gelangen Sie zur Liste der Projektvariablen

<figure><img src="/files/AvWga3VxZugFul6x5rZ7" alt="" width="563"><figcaption><p>Projektvariablen im Data Store</p></figcaption></figure>

## Erstellen einer neuen Projektvariable

Um eine neue Projektvariable zu erstellen, klicken Sie auf das <img src="/files/32GhkrdYgbHLeEkg44Lg" alt="" data-size="line">-Symbol am unteren Ende der Liste. Danach ist die Eingabe von Name (max. 80 Zeichen), Datentyp und Wert (max. 100'000 Zeichen) erforderlich. Als Datentypen stehen zur Verfügung:

* Text
* Boolean
* Zahl
* Dezimal

<figure><img src="/files/vLjS21ZZSzGAsd90Z1sw" alt="" width="563"><figcaption><p>Erstellen einer neuen Projektvariable</p></figcaption></figure>

## Bearbeiten einer Projektvariable

Durch Klick auf eine Projektvariable in der Liste wird diese zum Bearbeiten geöffnet. Danach kann der Name, Datentyp und der Wert geändert werden.

<figure><img src="/files/zfbSwgrETP88HQNmucR9" alt="" width="563"><figcaption><p>Bearbeiten einer Projektvariable</p></figcaption></figure>

## Löschen von Projektvariablen

Am Ende jeder Zeile befinden sich drei Punkte <img src="/files/tLadKRBVAM7DxEDhsMhR" alt="" data-size="line"> hinter denen sich weitere Aktionen befinden. Darunter ist auch die Möglichkeit eine Projektvariable zu löschen.

<figure><img src="/files/hscDSgdkrl7GBqAFQPPd" alt="" width="347"><figcaption><p>Menüpunkt zum Löschen einer Projektvariable</p></figcaption></figure>

Wird eine Variable noch in einem Workflow verwendet, kann sie nicht gelöscht werden. Erst nachdem alle Referenzen auf diese Variable aus allen Workflows entfernt wurde, kann die Variable gelöscht werden.

### Löschen aller ungenutzten Projektvariablen

Neben dem Suchfeld befinden sich drei Punkte <img src="/files/tLadKRBVAM7DxEDhsMhR" alt="" data-size="line"> hinter denen sich die Aktion befinden, um alle nicht verwendeten Projektvariablen zu löschen.

<figure><img src="/files/5LUsAFTqgftb65wg6r9i" alt="" width="395"><figcaption><p>Löschen von ungenutzten Variablen</p></figcaption></figure>


---

# 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/data-store/projektvariablen.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.
