# Flows

The flows section is where you manage your subflows in the mini-app.

mini-app2

TIP

When bot users first talk to your bot, the main flow is run. But here in the Mini-App system, the main flow doesn't have any special meaning. It's just like any other mini-app subflow.

Folders can be used to manage and group subflows.

For subflow type:

mini-app2

In the chatbot system, normal subflow runs in the front end and workflow run at the backend but in the Mini-App system, they are all run in the back since there is no Send Message Step or Question Step in mini-apps.

While function flow is where you can put repetitive tasks and call them anywhere in other subflows.

For how to use function flow, check how does it work in chatbot for reference.

Last Updated: 4/6/2022, 6:53:36 AM