Technical Questions
How can I tweak the tuning of the chatbots, for example output length and formulation? (Is this all done by the default prompt?)
This is done in the base system prompt. Example: if you'd like the responses to be no more than three sentences, you would add a line in the base system prompt that says something to the effect of "All answers should be under three sentences".
Do you offer human handoff solutions and/or integrations to CRMs like Zendesk?
We do offer integrations via our API. Currently the human handoff is done via a combination of editing the base system prompt and adding automation within the system it is integrated into. We are working on this as we speak to improve the handoff process.
Can the client see/ keep track of previous conversations people have had with their chatbot? (The same way you can look at this in the agency admin dashboard).
Yes, clients can see previous conversations that people have had with their chatbot.
Do you offer KPIs for the client (and me) to see how many people have used the chatbot, answer times, agent times etc?
We are currently working on an analytics dashboard so that you can view KPI's.
How can I integrate it with other apps (calendal, HubSpot, Zendesk etc) if it is not available in your integrations section? Will this then have to be done through API, and if so how will the interface look and how will that work in practice?
We have an open API so you can integrate with almost any platform even though it may not be listed within the integrations section.
With the paid (non-trial) versions can I scrape more than 100 pages?
Yes, absolutely! In theory, there is no limit.
How can I create clickable phone numbers?
Use something like the following in your prompt:
Copy It!
When the customers wants our phone number return it as html in exact format:
<a href="tel:+1234567890">Call us at (123) 456-7890</a>
Last updated
Was this helpful?