> For the complete documentation index, see [llms.txt](https://docs.selectstar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selectstar.com/features/chrome-extension.md).

# Chrome Extension

The Select Star Chrome Extension allows users to get their data context side-by-side their dashboards and tables. With the Extension, users have easy access to their metadata while they're looking at dashboards. This allows users to keep their focus in one place, removing the need to switch between tabs or applications.

Users can install the extension individually by following the steps below, or admins can perform an [organization-wide install](/features/chrome-extension/organization-wide-install.md) for all users.

## Video Tutorial

{% embed url="<https://www.loom.com/share/84556c72d48e43f2957f2a9761108e14>" %}

## How to install?

**Step 1.** Go to [the Select Star Chrome Extension web store page](https://chrome.google.com/webstore/detail/select-star/okjjmjmiaemccchgkpchjpkaomabndek)

<figure><img src="/files/dQk3bTGYsrUJTkhsclOV" alt=""><figcaption><p>Chrome web store page</p></figcaption></figure>

**Step 2**. Click **Add to Chrome**

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

And that's it. The extension should be available to use after you log in via the extension.

## Main Features

### **One-Click Search**

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

### **Search**

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

### **View Information for Tables and Dashboards**

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

### Open Dashboards and Tables with One-Click

Supported tools:

* BI Tools: Looker, Tableau, Power BI, Sigma, Mode, ThoughtSpot
* Warehouses: Snowflake, Databricks

When using BI Tools, you can open dashboards with one click. Select Star detects when there is a matching page in the catalog and will open to that dashboard or table's catalog page.

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

## Unsupported Pages

Some pages in the application are not yet supported. If you try to navigate to any of these pages in the Chrome Extension, it will open up the page in the web app.

Excluded pages are:

* Documentation (metrics, glossary terms, pages)
* Database and schema pages
* BI folder pages
* Collection pages
* Tag pages
* Team and user profile pages
* All settings and admin pages

Note, some table and dashboard tabs are also excluded from the Extension

* Tables: Queries & Joins, Related, Data Quality, Preview, Lineage>downstream dashboards
* Dashboards: Top Users, Data Quality, Lineage > Source Tables


---

# 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://docs.selectstar.com/features/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.
