2
0
Files
bot/apps/docs/faq.mdx

34 lines
1.7 KiB
Plaintext
Raw Normal View History

---
title: FAQ
---
2022-02-15 17:41:52 +01:00
2023-01-10 10:02:39 +01:00
## Why some of my results are empty?
2022-02-15 17:41:52 +01:00
2023-01-10 10:02:39 +01:00
Your typebot collects results as soon as your user answers the first input. If other inputs have a blank answer, it means the user never answered them and left the bot.
2022-02-15 17:41:52 +01:00
2023-01-10 10:02:39 +01:00
## How can I delete a block or an edge?
2022-02-15 17:41:52 +01:00
2023-01-10 10:02:39 +01:00
You can right-click on most elements in the graph to open up a contextual menu.
2022-03-21 12:31:05 +01:00
## Is human takeover is available on Typebot?
2023-01-10 10:02:39 +01:00
Live chat is not natively integrated. Typebot is specifically built for async chats. You can still have a human takeover feature using the [Chatwoot block](/editor/blocks/integrations/chatwoot). It will open a Chatwoot live chat box whenever the block is hit.
2022-03-21 12:31:05 +01:00
2023-01-10 10:02:39 +01:00
You can also implement great customer support with Typebot by using a ticketing system such as [Freshdesk](https://freshdesk.com/) or [Zendesk](https://www.zendesk.com/). You can create a ticket each time your user answers the bot.
## Is there an affiliate program available?
I'm not planning on having a Typebot affiliation program.
As a customer, I don't like when someone promotes a tool with an affiliation because we could think that the only reason he's promoting it is that he can win big comparing with other tools.
Natural recommendations resonate a lot more with me. My goal is to create the best user experience possible, so I really hope you will recommend Typebot for free. 🤝
2023-03-02 11:37:25 +01:00
## How can I change my password
Typebot doesn't store any password. Its login works with Github, Google, Facebook and Magic link email.
2023-07-16 09:41:35 +02:00
## Can I set a variable with the Script block?
No, the script block is only meant to execute a script. You can't set a variable with/in it. If you need to set a variable with some code, you can use the [Set variable block](/editor/blocks/logic/set-variable).