> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peektag.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submission Flow

> Configure what should happen after a user submits data through a tag.

Submission Flow is where the designer decides what should happen after the user submits data.

Click **Agentic flow** to open the flow builder.

<Frame>
  <img src="https://mintcdn.com/peektag/a3DwInUVlmqQCoKu/images/Screenshot-2026-06-28-174332.png?fit=max&auto=format&n=a3DwInUVlmqQCoKu&q=85&s=2f3cef7867dca6beb34029c63c40f5ec" alt="Screenshot 2026 06 28 174332" title="Screenshot 2026 06 28 174332" style={{ width:"40%" }} width="486" height="284" data-path="images/Screenshot-2026-06-28-174332.png" />
</Frame>

The first node is the data received from the user. After that, the designer can connect actions that process or send the data somewhere else.

<Frame>
  <img src="https://mintcdn.com/peektag/a3DwInUVlmqQCoKu/images/Screenshot-2026-06-28-174358.png?fit=max&auto=format&n=a3DwInUVlmqQCoKu&q=85&s=c08585a63f7be8e500029c17a16225e0" alt="Screenshot 2026 06 28 174358" width="1864" height="1128" data-path="images/Screenshot-2026-06-28-174358.png" />
</Frame>

## What this can be used for

The designer can create flows such as:

* Send the order details to the restaurant by SMS
* Email a booking request to the salon owner
* Save the submitted form in a database
* Send high-value orders to an approval step
* Add AI credit to a user's wallet when the invoice is above a certain amount
* Notify the owner when a customer submits urgent instructions
* Connect the request to an MCP tool, chatbot agent, database, or other system

This makes submitted data more useful because it does not just sit in the records list. It can trigger the next business action.

<Warning>
  Start with one simple flow. After it works, add more actions step by step.
</Warning>
