docs: 📝 Add workspace doc

This commit is contained in:
Baptiste Arnaud
2022-07-07 08:06:09 +02:00
parent 2e4d9d5a1d
commit 0dd99e0802
5 changed files with 31 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ You can tell your input step to save the answer into a variable and reuse then i
## Advanced concepts
Here is a quick video that showcase advanced concepts about variables:
Here is a quick video that showcases advanced concepts about variables:
<YoutubeEmbed videoId="o715Tjv1ijI" />
@@ -20,7 +20,7 @@ Here is a quick video that showcase advanced concepts about variables:
By default, any declared variables in the bot can be prefilled by passing initial values in the URL.
Let's say I have a variable named "Email" somewhere in my bot. If I'm launching my bot using this URL:
Let's say I have a variable named "Email" somewhere in my bot. This variable can be passed as a URL parameter. If I'm launching my bot using this URL:
`https://typebot.io/my-bot?Email=test@test.com`