> 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/browser-extensions/hivo-chrome-extension.md).

# HIVO Chrome Extension

The HIVO Chrome Extension is a powerful tool designed to give you instant access to your HIVO Digital Asset Management (DAM) library directly within your Chrome browser, streamlining your workflow without the need to switch tabs.

### Activate and log in to HIVO Extension

**🔹 Step 1: Add to Chrome**

* Visit the Chrome Web Store, search for "[**HIVO Extension**](https://chrome.google.com/webstore/detail/hivo-extension/nlcofcdcgcokkldbjeglkmbjmejmfhon)," and click Add to Chrome to install it.

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

**🔹 Step 2: Pin the Extension**

Once installed, click the puzzle piece icon (Extensions) on your Chrome toolbar and click the **Pin** icon next to HIVO to keep it visible and easily accessible.

<figure><img src="/files/4NvCnVpdEQtSKE3C8bPT" alt=""><figcaption></figcaption></figure>

**🔹 Step 3: Login to HIVO**

Open the extension and log into the system using one of the following methods:

* **HIVO Account:** Enter your credentials (Email and Password) and click SUBMIT.
* **External Account Integration:** Log in securely and instantly via **Azure AD** or **Google** by clicking the respective buttons at the bottom of the screen.

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

### Search & Asset Discovery in HIVO Extension

#### 1. Search Assets in HIVO Extension

On the Library page, you can search for any digital asset stored in HIVO.

* Enter **keywords** separated by spaces (e.g., *"icon blue"*, *"wedding garden"*).
* The system will immediately display all assets matching your search terms.

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

#### 2. Browse Collections in HIVO Extension

Use the Collections page to browse and search for pre-categorized folders and groups within HIVO.

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

Simply click on any collection to view all the assets contained inside it. Click **Exit Collection Library** to **return to the Library.**

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

#### 3. Panel Navigation in HIVO Extension

Use the **←** and **→** arrow buttons located at the top-right corner of the Extension panel to navigate between previously viewed pages and move forward through your browsing history within the Extension.

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

### **Asset Details in HIVO Extension**

Click on any asset in your Library to open its dedicated details page, displaying key information such as file name, size, type, and dimensions. From this page, you can:

* **View in HIVO**: Click the "View in HIVO" link in the upper right corner to view the live feed on the HIVO Library.
* **Download Asset:** Select your preferred version (*original*, *thumbnail*, or *web*) and click the down arrow icon (↓) to download it locally.

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

* **Copy & Paste:** Right-click the image → select "**Copy Image**", then paste it directly into Gmail, Facebook, or other communication channels.

#### 🔹 Get the Embed Asset link

Click the "**Click To Embed"** button at the bottom to expand the embedding options:

* **Direct Link to Asset:** Copy the direct URL for instant access.
* **Code to Embed Asset:** Copy the auto-generated HTML snippet (*\<img src="..." />*) to effortlessly embed the asset into websites or CMS platforms.

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

#### 🔹 **Click & Drag asset to another platform**

Drag and drop asset directly from the HIVO Extension into supported applications such as **Gmail, Google Docs, and other browser-based platforms**, making it faster to use assets without downloading them first

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

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/browser-extensions/hivo-chrome-extension.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.
