Formless doesn't allow passing variables through an ad-hoc feature. However, you can use your creativity in the raw editor to achieve this capability.

If you haven't explored it yet, consider the hidden values feature, which enables adding variables in your formless setup.

In the Raw editor, you have the freedom to instruct the AI in nearly limitless ways. While we've established a common language and some "rules" to maintain the main structure of the conversation, including proper question asking and the use of markdowns, there are additional methods you can employ to instruct it further. One such method is creating variables.

Imagine you're gathering information like name and preferred language in your form, along with the courses users are interested in. Suppose you wish to then direct users to a custom link for each course based on their language preference, personalized with their name. In this example, we're utilizing a formless link, but this concept can potentially apply to any URL.

Below is a prompt you can use to implement this functionality:

If selected course A, calculate & show link where name = XXX, language = YYY:
<https://formless.ai/c/1ab23cd?name=XXX&language=ZZZ>
If selected course B, calculate & show link where name = XXX, language = YYY:
<https://formless.ai/c/9z87xw?name=XXX&language=ZZZ>

By following this instruction, formless will have the capability to calculate a custom URL, which you can choose to display at a specific point during the conversation.