# Importing Responses

The Dialogflow Integration is useful primarily for identifying intents from users' messages. However, if we want to keep the personality of your bot consistent, we will need to manage your bot's responses in one place: the BotDistrikt platform.

This is why it is imperative to import your Dialogflow Agent's Responses to BotDistrikt.

Go to your BotDistrikt account and click on the Integration tab -> Dialogflow

![](/files/-MivTsrXDapciTlAyRja)

To do so, just click on the green **Import Responses** button on the Dialogflow Card

![Import Responses](/files/-LtcfJVU-Eo_ym-siDgo)

It may take up to 1 minute to import all the responses, but when the import is complete, you will get a notification on the bottom right.

### Checking Imported Responses

When the import is complete, you can read over to the [Rules](/features/rules.md) section and look for the Dialogflow Group

![Dialogflow Group](/files/-Ltcg5sxuWFx0ZgC4687)

When this group is visible, you have validated that your bot's responses are now imported into BotDistrikt and the copy and language can be customized directly on the BotDistrikt platform.


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
