> 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/diverse/zahlen.md).

# Zählen

Mit dem Plugin <img src="/files/t5qVPij38VWrPqsQpwGO" alt="" data-size="line"> *Zählen* können Sie eine Variable vom Typ `integer` um eins erhöhen oder verringern. Dieses Plugin wird häufig verwendet, wenn im Workflow eine Schleife mit einer bestimmten Anzahl an Durchläufen benötigt wird.

<figure><img src="/files/y221bg15dUA5RoRFrCYu" alt="" width="287"><figcaption></figcaption></figure>

## Parameter "Nummer"

Hier wählen Sie die Variable aus, die Sie um eins erhöhen oder verringern möchten.

## Parameter "Operation"

Die Option *Inkrementieren* erhöht die Variable um eins, *Dekrementieren* verringert sie um eins.


---

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

```
GET https://help.aiaibot.com/robot/plugins/diverse/zahlen.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.
