# Total Steps Label

## Information

**Attribute:** <mark style="color:red;">`superform-element = total-steps`</mark>

**Apply to:** `text-block`, `link-block`, `p` tag elements.

Shows the total steps of a multistep form. Eg. 4/**10**

{% hint style="info" %}
If you have different endings, only 1 ending will be calculated in total steps:

ex: 9 steps + 3 different ending steps = **10 total steps**. Ending step is calculated dynamically on each step, so the rest steps are not included in the TOTAL STEPS.
{% endhint %}

## Related Links

{% content-ref url="/pages/qNzo2lvFOl6F3FDaPPL9" %}
[Current Step Label](/superform/superform-v0/progress-attributes/current-step-label.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://deltaclan.gitbook.io/superform/superform-v0/progress-attributes/total-steps-label.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.
