> For the complete documentation index, see [llms.txt](https://docs.santacruzsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.santacruzsoftware.com/linkrui/readme-1/google-workspace.md).

# Google Workspace

Docs, Sheets, and Slides

## Install the LinkrUI Add-on

To install and launch the LinkrUI add-on, open [LinkrUI for Google Workspace](https://workspace.google.com/marketplace/app/linkrui_for_google_workspace/923862921798) and follow the prompts.

For step-by-step installation instructions, select an option below.

{% tabs %}
{% tab title="From Docs, Sheets, or Slides" %}

1. Open a Doc, Sheet, or Slide.
2. Click <kbd>Extensions</kbd> → <kbd>Add-ons</kbd> → <kbd>Get Add-ons.</kbd>
3. Search for LinkrUI and select <kbd>Install</kbd>.
4. Follow the prompts to authorize access.
5. Click <kbd>Done</kbd> when the installation confirmation appears.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2Fbi5H9C4aAnkges9e6GfB%2FChatGPT%20Image%20Aug%2016%2C%202026%2C%2012_04_07%20PM.png?alt=media&amp;token=34323bf0-e094-4ffc-9fe3-78b8390a2961" alt=""><figcaption><p>Find LinkrUI through the Add-ons menu in Docs, Sheets, or Slides.</p></figcaption></figure>
{% endtab %}

{% tab title="Via direct link" %}

1. Open [LinkrUI for Google Workspace](https://workspace.google.com/marketplace/app/linkrui_for_google_workspace/923862921798).
2. Click <kbd>Install</kbd>.
3. Follow the prompts to authorize access.
4. Click <kbd>Done</kbd> when the installation confirmation appears.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FB508sT4u1NJNemY7zbs0%2FScreenshot%202026-08-18%20122353.png?alt=media&amp;token=f825da04-d83b-42f4-aa72-eb31c855a626" alt=""><figcaption><p>Install LinkrUI from the Google Workspace Marketplace.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
If your Google Workspace account is managed by your organization, an admin may need to approve LinkrUI before you can install it. If installation is blocked, contact your Google Workspace admin.
{% endhint %}

## Open LinkrUI

1. Open a document, spreadsheet, or presentation in Google Docs, Sheets, or Slides.
2. Go to <kbd>Extensions</kbd> → <kbd>LinkrUI for Google Workspace™</kbd> → <kbd>Open</kbd>.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FxonSoSSEL2wIZSZOzCZF%2FChatGPT%20Image%20Aug%2016%2C%202026%2C%2012_09_12%20PM.png?alt=media&amp;token=170f6de7-5e29-4ff2-8dc7-aef87784384e" alt="" width="563"><figcaption><p>Open LinkrUI from the Extensions menu in Docs, Sheets, or Slides.</p></figcaption></figure>

LinkrUI opens in a sidebar on the right.

You can move the panel by clicking in the top-right corner the <kbd>drop-down arrow</kbd> → <kbd>Move</kbd>.

A four arrow cursor will appear, letting you drag the panel. To re-dock the panel, drag it back to the side.

***

{% hint style="info" %}
If <kbd>Open</kbd> does not appear after installation:

* Reload the file.
* Open <kbd>Extensions</kbd> → <kbd>LinkrUI for Google Workspace™</kbd> → <kbd>Open</kbd> again.
  {% endhint %}


---

# 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.santacruzsoftware.com/linkrui/readme-1/google-workspace.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.
