# Small Talk Module

One of the most impressive uses of a Dialogflow Agent is to integrate its Small Talk module into your bot. This is key in making your bot more personable and creating its personality for its users.

After all, making a bot's user experience great is the ultimate end-goal of the BotDistrikt Platform, so we highly recommend adding Small Talk to your bot.

## Finding the Small Talk Agent

Prerequisite: [Getting a Dialogflow Account](https://docs.botdistrikt.com/artificial-intelligence/dialogflow/..#creating-a-dialogflow-agent)

Once you have a Dialogflow Account, on the left sidebar click on **Prebuilt Agents**

![Prebuilt Agents](https://2535542804-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LirAdLo22OkAW9w3tvY%2F-LtcgJMoJ4vZsBmX7tHT%2F-LtcjBKRAYBjvr6gcnx_%2FScreenshot%202019-11-14%20at%203.06.40%20PM.png?alt=media\&token=7f956cf4-dc75-47d1-b0bf-c72eeb91b32e)

You will be taken to a page full of pre-built Dialogflow Agents. In this page, you want to search for the **Small Talk** agent

![Small Talk agent](https://2535542804-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LirAdLo22OkAW9w3tvY%2F-LtcgJMoJ4vZsBmX7tHT%2F-Ltcjdx7i05LFH7fGSPb%2FScreenshot%202019-11-14%20at%203.08.43%20PM.png?alt=media\&token=a249b489-0afe-4eb3-8312-682ad019c301)

## Importing the Small Talk agent

Go to [Service Accounts](https://console.cloud.google.com/iam-admin/serviceaccounts?_ga=2.67764757.548304108.1630922054-2128437301.1630919891)

1. Select a project.
2. Click the email address of the service account that you want to create a key for. (if you don't see the email address option you can click on "+CREATE SERVICE ACCOUNT" on the top of the screen, below the search bar.)&#x20;

![After Service Account is created](https://2535542804-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LirAdLo22OkAW9w3tvY%2F-MiudP5V4Bs7uQPYhcAh%2F-MivQtR3g2ok3qUF1dxK%2FScreenshot%202021-09-06%20at%2010.05.44%20PM.png?alt=media\&token=5da10850-cba5-42b5-9beb-f38b75fa3ee1)

3\. Click on the newly created account and select the "KEYS" tab.&#x20;

![](https://2535542804-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LirAdLo22OkAW9w3tvY%2F-MiudP5V4Bs7uQPYhcAh%2F-MivRYzcadiHf0tQB8-s%2FScreenshot%202021-09-06%20at%2010.09.01%20PM.png?alt=media\&token=e62f4097-e85e-4a75-be0c-81a85d421b87)

4\. Click the **Add key** drop-down menu, then select **Create new key**.

5\. Select **JSON** as the **Key type** and click **Create**.

Clicking **Create** downloads a service account key file. After you download the key file, you cannot download it again.

Now you have successfully created a Small Talk ready Dialogflow Agent that can be imported into your bot on BotDistrikt. All you have to do now is follow the steps in:

[Connecting to Dialogflow](https://docs.botdistrikt.com/artificial-intelligence/dialogflow/..#connecting-to-dialogflow)

After you have connected to Dialogflow, follow the steps in:

[Importing Responses](https://docs.botdistrikt.com/artificial-intelligence/dialogflow/small-talk-module/importing-responses)

to finalise the Small Talk on the BotDistrikt Platform
