# Steps

A series of steps created from a list of options. It supports manual or dynamic configuration of an option list, step numbers, and completion indicators.

<figure><img src="/files/IycdNVxW6WfIebuf2Zqe" alt=""><figcaption></figcaption></figure>

### Setting up a Steps component:

After dragging and dropping the Steps component into your app, set up the component in the following way:

1. Define the steps. Add or edit the steps as needed.\
   Change the order of the steps in the menu to change their order in the progress bar.
2. Choose the Current Step by using the *ƒx* menu to connect the progress bar to a component, variable, or other dynamic value, or enter a static value.

<figure><img src="/files/tGxHmITHnjdciAfYwygv" alt=""><figcaption></figcaption></figure>


---

# 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://docs.jetadmin.io/user-guide/design-and-structure/components/fields/steps.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.
