<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>start on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/start/</link><description>Recent content in start on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/start/index.xml" rel="self" type="application/rss+xml"/><item><title>How can I start/stop or switch bots via my own website buttons?</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-can-i-start-stop-or-switch-bots-via-my-own-website-buttons/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-can-i-start-stop-or-switch-bots-via-my-own-website-buttons/</guid><description>This is quite easy to do with a bit of JavaScript magic in combination with the three JS functions to achieve this:
So, for example, say you have a button with which you want to start the bot and another one to hide (or stop) the bot. All you need is to combine the following 3 elements:
HTML page with those buttons. The describedJS functions (and in this example some AjaxJS via jQuery)</description></item><item><title>Start bot by clicking a link (or a button) on your website</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/start-bot-by-clicking-a-link-or-a-button-on-your-website/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/start-bot-by-clicking-a-link-or-a-button-on-your-website/</guid><description>If you want to have full control of when your bot will start, you can use QB Javascript API
So, for example, say you have a link with which you want to start the bot. All you need is:
Disable the botautostart HTML example code with the link and the bot embed code; &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;YOUR BOT EMBED CODE&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;a href=&amp;#34;#&amp;#34; id=&amp;#34;go&amp;#34; onclick=&amp;#34;quriobot.start()&amp;#34;&amp;gt;Start&amp;lt;/a&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; if you want to have a button instead of the link:</description></item><item><title>Startup behavior of your bot</title><link>https://academy.test.quriobot.com/design-and-behavior-of-your-bot/startup-behavior-of-your-bot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/design-and-behavior-of-your-bot/startup-behavior-of-your-bot/</guid><description>Customizing your Quriobot’s startup behavior
You can choose a number of ways to start the bot, both automatically and based on User input. These can be configured on the Bot Settings &amp;gt; Behavior for s oft-start and the bot start.
Note: The default settings are as follows:
The bot will start by showing as the Sticky avatar You can use your mouse to hover over the Sticky avatar the unfold the Soft-start You can click on the sticky avatar for the bot to start chatting.</description></item></channel></rss>