# Google Assistant

{% hint style="danger" %}
Conversational Actions were deprecated on June 13, 2023. All Conversational Actions will be removed, and will no longer be available to users or developers.
{% endhint %}

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

In order to integrate Actions on Google with your Bot, you will need the following:

* A Google Account with Actions on Google access
* An Actions on Google project

### Setup <a href="#setup" id="setup"></a>

From your bot account, go to **Integrations**

Select **Assistant**

<figure><img src="/files/vv5cCN1HzeuPVTNhOlaT" alt=""><figcaption><p>Actions on Google Integration</p></figcaption></figure>

Fill in both **Project ID** and **Client ID** and click on **Link to Action on Google**

<figure><img src="/files/Phz7iYFesdr5m45hjzke" alt=""><figcaption><p><strong>Link to Action on Google</strong></p></figcaption></figure>

Your bot is now linked with Action on Google

<figure><img src="/files/OmaE3v5pT6CRa4l8xixq" alt=""><figcaption><p>Live Action on Google Bot</p></figcaption></figure>


---

# 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/messaging-channels/google-assistant.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.
