> For the complete documentation index, see [llms.txt](https://docs.appfarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appfarm.io/appcademy/appfarm-fundamentals/user-interface-fundamentals/step-by-step-workflow.md).

# Step-by-step workflow

This Topic covers the setup of a step-by-step workflow, allowing users to fill in information in a step-by-step sequence.

Creating a step-by-step workflow involves combining a few UI Components (Visibility Group, Containers, Buttons), some Conditional Styles, and interaction with your App Data. In other words: Step-by-step workflow is not a single UI Component or Action Node.

Step-by-step workflow is best explained through an example. We have created a simple example in our Showroom (see link below). You may test this example, and view the setup in Create.

[Showroom Example](https://showroom.appfarm.app/use-cases/step-by-step-workflow)


---

# 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://docs.appfarm.io/appcademy/appfarm-fundamentals/user-interface-fundamentals/step-by-step-workflow.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.
