diff --git a/apps/docs/docs/editor/blocks/integrations/openai.mdx b/apps/docs/docs/editor/blocks/integrations/openai.mdx index 839f56e54f..d5f671a716 100644 --- a/apps/docs/docs/editor/blocks/integrations/openai.mdx +++ b/apps/docs/docs/editor/blocks/integrations/openai.mdx @@ -29,6 +29,10 @@ Then you can give the OpenAI block access to this sequence of messages: This action allows you to transform a text input into an audio URL that you can reuse in your bot. +:::note +The generated audio URLs are temporary and expire after 7 days. If you need to store them, make sure to download them before they expire. +::: +
diff --git a/apps/docs/docs/editor/publish.md b/apps/docs/docs/editor/publish.md new file mode 100644 index 0000000000..83a68a4ffd --- /dev/null +++ b/apps/docs/docs/editor/publish.md @@ -0,0 +1,15 @@ +# Publish + +Once you publish your bot, its public URL will work and you can send it to anyone and start collecting results. + +You can always modify your bot and the new changes won't be published as long as you don't hit the Publish button again. + + + +- "Restore published version": drop your current changes and revert the bot to its published version. +- "Close typebot to new responses": close your typebot and your users will see the following message: "This bot is now closed." +- "Unpublish typebot": mark the typebot as unpublished and your users will see the following message: "The bot you're looking for doesn't exist" diff --git a/apps/docs/docs/editor/share.md b/apps/docs/docs/editor/share.md index c25e47511d..330dfff826 100644 --- a/apps/docs/docs/editor/share.md +++ b/apps/docs/docs/editor/share.md @@ -1,15 +1,15 @@ # Share -Once you publish your bot, its public URL will work and you can send it to anyone and start collecting results. - -You can always modify your bot and the new changes won't be published as long as you don't hit the Publish button again. +Your typebot flow can be publicly shared. For this, open the Share menu and enable the `Make the flow publicly available` option: -- "Restore published version": drop your current changes and revert the bot to its published version. -- "Close typebot to new responses": close your typebot and your users will see the following message: "This bot is now closed." -- "Unpublish typebot": mark the typebot as unpublished and your users will see the following message: "The bot you're looking for doesn't exist" +The flow can then be tested by non-authenticated guests. They are able to check all the options and can play the bot in preview mode. + + diff --git a/apps/docs/static/img/guest-editor.png b/apps/docs/static/img/guest-editor.png new file mode 100644 index 0000000000..0d23ca67b6 Binary files /dev/null and b/apps/docs/static/img/guest-editor.png differ diff --git a/apps/docs/static/img/publish.png b/apps/docs/static/img/publish.png new file mode 100644 index 0000000000..9465ceaeb7 Binary files /dev/null and b/apps/docs/static/img/publish.png differ diff --git a/apps/docs/static/img/share.png b/apps/docs/static/img/share.png index 9465ceaeb7..2d65599c20 100644 Binary files a/apps/docs/static/img/share.png and b/apps/docs/static/img/share.png differ