How to add extra buttons to the results
Use the "V2 (legacy)" version of the documentation if the "V3 enabled" toggle is not enabled under "Settings -> Styling".
You can add an additional button to the results page, useful for actions such as opening a chat, downloading a file, or linking to another page.
To enable and configure this button:
- Go to the Settings tab of your project.
- Navigate to the Results section.
- Scroll down to "Add an extra button".
- Click on "Add button" to add new button to show
After clicking Add button, a modal will open where you can configure the button:
- Button name – This will be the label shown on the button.
- Button link – Enter the URL you want the button to open. This can be a link to a chat, a downloadable file, another webpage, etc.
It's also possible to execute a Javascript function when the button is clicked (to open a chatbox for example). You can do this by using javascript:functionName(); as the url. For example: javascript:openChat();.
After adding the button(s), the button(s) will show up on your advice page.
Documentation