# Installation

The majority of Ivory's functionality is delivered through a Chrome browser extension.

[**Download from Chrome Web Store**](https://chromewebstore.google.com/detail/ivory/fcpaekngjogajahloppohkobimcfaogm)

## Requirements

* Google Chrome browser
* Access to an Adobe Tags property

## Install from Chrome Web Store

1. Visit the [Ivory extension page](https://chromewebstore.google.com/detail/ivory/fcpaekngjogajahloppohkobimcfaogm) on Chrome Web Store
2. Click **Add to Chrome**
3. Click **Add Extension** in the popup

The Ivory icon appears in your browser toolbar.

## Open Ivory

Click the Ivory icon in your toolbar to open the side panel. The panel stays open as you navigate between pages.

## Next Step

[Authenticate with Adobe Tags](/ivory/getting-started/authentication.md)


---

# 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://ivory-docs.gitbook.io/ivory/getting-started/installation.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.
