The typebot link logic block allows you to go into another typebot flow. This ultimately helps keep your flows clean and be able to reuse a flow in multiple places.Documentation Index
Fetch the complete documentation index at: https://typebot-operators-authentication-type-branch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Share variables between bots
The existing variable values are automatically shared to the linked bot. It means that if this linked bot contains similar variable names, it will be automatically pre-filled with the values from the previous bot. Example: My first bot asks for the user’s name and stores it in theName variable. Then, I link to another bot that displays a Name variable in a text bubble. This will display the name collected in the first bot.