> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/integrations/google/google-slides.md).

# Google Slides

The HIVO Extension for Google Slides is a solution that directly integrates the HIVO asset library into your online presentation design interface. This feature allows you to access, search using smart filters, insert, and manage digital assets quickly right within Google Slides.

### Installation & Login

#### 1. Install the Extension

* In your Google Slides workspace, navigate to the top menu bar and select **Extensions > Add-ons > Get add-ons.**
* The Google Workspace Marketplace dialog will open. In the "**Search apps**" bar, enter the keyword “**HIVO”**.
* Select the **HIVO app**, click **Install**, and follow the on-screen prompts to complete the integration.

<figure><img src="/files/mHdNIcJCfErh36kZoIvl" alt=""><figcaption></figcaption></figure>

#### 2. Where to find and open the HIVO Connector

After the extension has been installed, you can access it from the **Extensions** menu.

* Open your Google Slides file.
* Select **Extensions → HIVO → Open HIVO Connector**.

The **HIVO Connector** panel will then open on the right-hand side of your workspace.

<figure><img src="/files/zFd0SmhC6XwBozoK4MOO" alt=""><figcaption></figcaption></figure>

#### 3. Account Login

Open the HIVO Connector panel and choose the login method that matches your account:

* **Standard Login:** Enter your system Email and Password.
* **Passwordless Login**: For accounts utilizing quick authentication methods.

<figure><img src="/files/rxiyJXkWPHuUfnzZ7ufi" alt=""><figcaption></figcaption></figure>

### Switch View Modes & Searching HIVO Assets in Google Slides

#### 1. Switch View Modes

To help you manage and oversee your assets efficiently, the HIVO Connector on Google Slides provides the following flexible display modes:

* **Library View:**
  * **Asset view:** Visually displays your entire asset list in a grid or list format.
  * **Folder view:** Displays assets neatly organized according to the system's folder tree structure.

<figure><img src="/files/HtUo3r50yciXjcEgJunw" alt=""><figcaption></figcaption></figure>

* **Collections View:** Supports two specialized display modes depending on your categorization needs:
  * **Collections view:** View assets grouped by assigned task-based collections.
  * **Category view:** View assets organized and segmented by specific thematic categories.

<figure><img src="/files/hETexg515blWkdOq0soo" alt=""><figcaption></figcaption></figure>

#### 2. Searching HIVO Assets in Google Slides

Allows you to Search by tags or keywords to precisely locate the exact asset you need in an instant, instead of scrolling manually.

### Inserting and Replacing HIVO Assets in Google Slides

#### 1. Insert an Asset into the Slide (Import Asset)

* Browse or search for the asset you want to use in the HIVO Connector panel.
* Click to select the exact desired Version of that file.
* Click the **Import button** to insert the asset directly onto your currently selected slide in Google Slides.

<figure><img src="/files/7cSnea8QXKYzpBak5V65" alt=""><figcaption></figcaption></figure>

#### 2. Quick Asset Replacement (Swap Asset)

This feature allows you to swap an old image in your presentation with another asset from the system without altering the slide layout:

* **Click directly on the image/asset** that needs replacement on the Google Slides page.
* In the HIVO Connector panel, use the toolbar to search for the new asset by tags or keywords.
* Select the correct Version you want to switch to, then click the **Import button**. The system will automatically and accurately swap the old image for the new one while maintaining the original layout and framing.

<figure><img src="/files/8k72ttf3gpw2dq2Hj3yX" alt=""><figcaption></figcaption></figure>

### Save Presentation & Display Comments

#### 1. Save Presentation to HIVO

The **Save Presentation** feature allows you to upload your Google Slides presentation back into your HIVO library, making it available for collaboration, version control, and future use.

To save a presentation:

* Open the **HIVO Connector >** Navigate to the **Document** tab. If the **Document** tab is not visible, click **More** in the top-right corner of the HIVO Connector.
* Click "**Save to HIVO**" button.
* Enter a **Document Name** and choose the **Folder** where you want to save the presentation.
* Click **Save Document**.

Once saved, the presentation will be stored in the selected folder within HIVO.

<figure><img src="/files/jb2WOYcMJoqQsH2q8eIA" alt=""><figcaption></figcaption></figure>

#### 2. View and Manage Comments

After saving the presentation to HIVO:

* Team members can add comments directly to the presentation.
* Existing comments are synchronised between HIVO and Google Slides.
* Users can review discussions and feedback without leaving the presentation.

This helps streamline collaboration and review workflows while keeping presentation feedback in a single location.

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/integrations/google/google-slides.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.
