Create an account at Fini AI to get started

Deploy Fini Standalone

Guide consists of 5 main sections:

  1. Connections details
  2. General setup
  3. Replies setting
  4. Branding
  5. Deploying Fini Standalone

Connections details

1

Go to Deploy tab

2

Go to Chat Widget -> Generate

3

Click on create new

4

Select Bot

Select the bot that you want to use for your Fini Standalone link

General setup

1

Add Domain

You have 3 options while you select the domain:

  1. Enter specific domain: For eg: https://www.usefini.com - when you do this your Fini Standalone will only work on the selected website.
  2. Enter partial domain : For eg: *.usefini.com - you can choose this when you want to use the Fini Standalone across differents parts of your product (eg: app, website etc.)
  3. Enter “null”: when you want your Fini Standalone to work across domains you can enter “null” and then you can deploy it across domains
2

Select Fini Standalone title

3

Insert Fini Standalone Description

Replies setting

1

Add Welcome message

This is the message your users will see when they open the Fini Standalone link

2

Add pre-defined questions

It’s an optional step. If you foresee common questions among your users you can make it easier for them by adding pre-defined questions

Branding

In this section you can decide on the appearance of your Fini Standalone including logo and color.

1

Show reference links

Select if you want to show the reference links used by the bot to generate it’s response. Note: We will only show public links.

2

Select your brand color

3

Upload your logo

4

Click on create

5

Go back to Settings

6

Adjust streaming

Streaming is a feature that allows users to enjoy a more natural, human-like experience by streaming words in the response, rather than receiving the entire reply all at once.

Please note that this functionality can impact Fini’s performance, potentially leading to a decrease in the accuracy of the replies since we turn off additional features like LLM evaluation while streaming

7

Click on save

Review configuration

Go back to deploy page

1

Click on Preview -> Standalone

Preview Fini Standalone and make any adjustment if needed

2

Review answers

3

Review reference links

If you selected “Show reference links” in the bot settings, you will be able to see the reference links used by the bot to generate the response. The answer is based on these reference links. Note: These reference links are listed in order of relevance. Typicall the bot will use the first link to respond, and other following links would be for supplementary information for the bot

Deploy Fini Standalone

There are 2 ways to use the standalone link:

  1. Generate Fini standalone link and use the link directly
  2. Deploy the link on your website

Go back to deploy page. Click on Preview -> Standalone This will open a new standalone page. You can copy the corresponding URL and share it with your team.

Deploy on website

1

Select Embed Script

2

Copy code

Copy and paste this script to the HTML file of your website. Must put the snippet inside or after the body tag!

Fini-standalone.html

  <script>
      (function (w, d, s, o, f, js, fjs) {
        (js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);
        js.id = o;
        js.src = f;
        js.async = 1;
        fjs.parentNode.insertBefore(js, fjs);
        js = d.createElement("div");
        js.id = "fini-widget-root";
        d.body.appendChild(js);
        w.finiWidgetOptions = {
          widgetId: "yNYoJYuGMW",
          mode: "standalone" 
        };
      })(window, document, "script", "FiniWidget", "https://storage.googleapis.com/fini-widget/assets/fini-widget-prod.min.js");
  </script>
  

Fini Standalone set up is complete. If you wish to change some of the settings go back to the Deploy Page and edit your configurations in the settings tab


For any additional configurations or queries, reach out to hello@usefini.com