docs: 📝 Add workspace doc
This commit is contained in:
@@ -12,7 +12,7 @@ You can tell your input step to save the answer into a variable and reuse then i
|
|||||||
|
|
||||||
## Advanced concepts
|
## 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" />
|
<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.
|
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`
|
`https://typebot.io/my-bot?Email=test@test.com`
|
||||||
|
|
||||||
|
|||||||
29
apps/docs/docs/workspace.mdx
Normal file
29
apps/docs/docs/workspace.mdx
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Workspace
|
||||||
|
|
||||||
|
Everything you do in Typebot takes place in a workspace it's like a home. A workspace has members. It can be only you, your team, or the entire company.
|
||||||
|
|
||||||
|
Your plan is tied to your workspace. It means that if you have a Personal Pro workspace and you create a new workspace it will be by default a Free workspace.
|
||||||
|
|
||||||
|
You can create as many workspaces as you want.
|
||||||
|
|
||||||
|
## Members
|
||||||
|
|
||||||
|
<img src="/img/workspace/members.png" alt="Members list" />
|
||||||
|
|
||||||
|
Someone is a member of a workspace when he has access to the whole workspace. Once someone is a member of a workspace, he will be will have this workspace visible in his workspaces dropdown:
|
||||||
|
|
||||||
|
<img src="/img/workspace/workspaces-dropdown.png" alt="Dropdown" width="500" />
|
||||||
|
|
||||||
|
## Admins
|
||||||
|
|
||||||
|
Administrators are the people who can manage the workspace. Invite new members, check the workspace settings, billing, and more.
|
||||||
|
|
||||||
|
## Delete a workspace
|
||||||
|
|
||||||
|
You can delete a workspace by navigating to the workspace settings:
|
||||||
|
|
||||||
|
<img src="/img/workspace/delete.png" alt="Dropdown" />
|
||||||
BIN
apps/docs/static/img/workspace/delete.png
vendored
Normal file
BIN
apps/docs/static/img/workspace/delete.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 664 KiB |
BIN
apps/docs/static/img/workspace/members.png
vendored
Normal file
BIN
apps/docs/static/img/workspace/members.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 854 KiB |
BIN
apps/docs/static/img/workspace/workspaces-dropdown.png
vendored
Normal file
BIN
apps/docs/static/img/workspace/workspaces-dropdown.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user