# Workflow Counter

The **Workflow Counter** is an essential tool for generating unique IDs / numbers during each bot workflow or automation execution. It offers several customisable options:

* **Initial Value**: Sets the starting point for the counter.
* **Operation**: Choose to either *increment* or *decrement* the counter.
* **Change Value By**: Determines the step size for the counter adjustment.
* **Reset Value on Each Execution**: Resets the counter to the initial value after every execution, if enabled.
* **Reset Counter When Reaches**: Establishes a maximum limit for the counter. Upon reaching this limit, the counter resets to Initial Value.

{% embed url="<https://youtu.be/oBC8lk04raw>" %}


---

# 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://helpdocumentation.gitbook.io/user/automation-apps-blocks/workflow-counter.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.
