The bot will now be installed on your site.
At this stage, it exists. But it does not yet have tools or instructions. Think of it as a friendly staff member who has arrived for work but hasn’t been given keys or training.
Tools allow the bot to perform actions.
Without tools, the bot can only answer questions.
With tools, the bot can:
However, tools must be activated properly.
To make a tool live and usable, you must do two things:
This makes the tool technically available.
If a tool is not added to the bot configuration, the bot cannot use it.
Simply go into the bot settings and enable the required tools.
At the bottom of your Primary Bot Instructions, you must explicitly tell the bot it can use specific tools.
If you do not do this, the bot may not recognise that it is allowed to use them.
Example instruction you might add:
You have access to the following tools when needed:
- ManageShoppingCart for adding and updating cart items
- WebHookCheckProductInfo for checking stock, sizes and pricing
- CheckOrder for order tracking
- SendTicket for escalation to support
This instruction activates the bot’s awareness of the tools.
For a typical online store, the most effective setup usually includes:
This allows the bot to:
At the bottom of your primary instructions, include something similar to:
You have access to the following tools and should use them when appropriate:
- Use WebHookCheckProductInfo to check stock, pricing, options and availability
- Use ManageShoppingCart to add or modify cart items
- Use RefreshShoppingWidgets after cart changes
- Use CheckOrder when an order number is supplied
- Use WebHookPasswordReminder if a user cannot log in
- Use SendTicket when escalation is required
- Use NavigateToURL when directing users to pages
- Use Search when content cannot be found in the knowledge base