> For the complete documentation index, see [llms.txt](https://docs.botdistrikt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botdistrikt.com/artificial-intelligence/dialogflow/small-talk-module.md).

# 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](/artificial-intelligence/dialogflow.md#creating-a-dialogflow-agent)

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

![Prebuilt Agents](/files/-LtcjBKRAYBjvr6gcnx_)

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](/files/-Ltcjdx7i05LFH7fGSPb)

## 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](/files/-MivQtR3g2ok3qUF1dxK)

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

![](/files/-MivRYzcadiHf0tQB8-s)

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](/artificial-intelligence/dialogflow.md#connecting-to-dialogflow)

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

[Importing Responses](/artificial-intelligence/dialogflow/small-talk-module/importing-responses.md)

to finalise the Small Talk on the BotDistrikt Platform


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.botdistrikt.com/artificial-intelligence/dialogflow/small-talk-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
