# Google Dialogflow

### Integrate Google Dialogflow

{% hint style="info" %}
Need a Google service account to authenticate your Google Cloud service? Check our [walkthrough here](/platform/nlx-platform-guide/integrations/types/managed-integrations/google-services.md#setting-up-a-google-service-account).
{% endhint %}

1. Select *Resources* from your workspace menu and choose *Integrations* card
2. Click *+ Add integration* > Choose Dialogflow from the *Type* dropdown
3. Provide your integration a name
4. Click *Create integration* button&#x20;
5. Sign into your Google account > A popup may let you know that Google hasn't verified the app > Click *Advanced* to move forward with the integration&#x20;
6. The bottom of the popup window expands to ask you once again to verify that you would like to continue > Click the Go to nlx.ai (unsafe) link&#x20;
7. A confirmation popup will appear asking to allow nlx.ai to access your Google Account > Click *Allow*&#x20;


---

# 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.nlx.ai/platform/nlx-platform-guide/integrations/types/nlp-engines/dialogflow.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.
