> 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/adobe-express.md).

# Adobe Express

Browser and desktop app

## Install LinkrUI

Install LinkrUI using either option below.

To install and lauch the add-on, [open LinkrUI in Adobe Express](https://new.express.adobe.com/add-ons?addOnId=w085169mm) and follow the prompts.

For step-by-step instruction, select an option below:

{% tabs %}
{% tab title="Inside Adobe Express" %}

1. Open an Adobe Express project.
2. Click the <kbd>Add-ons</kbd> icon in the left sidebar.
3. Search for <kbd>LinkrUI</kbd> and select <kbd>Add</kbd>.

LinkrUI will open as a docked panel on the right side.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2F972HKZxJ3sjtsB7nVWj7%2FScreenshot%202026-08-18%20092508.png?alt=media&amp;token=874a4faf-f928-4016-a111-6be70a153cd7" alt="" width="441"><figcaption><p>Open LinkrUI in the Adobe Express panel after installation.</p></figcaption></figure>
{% endtab %}

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

1. Open [LinkrUI in Adobe Express](https://new.express.adobe.com/add-ons?addOnId=w085169mm).
2. Click <kbd>Add</kbd> → <kbd>Open</kbd>.

LinkrUI will open as a docked panel on the right side.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FkYrLdzi040lmkctw4JWs%2FScreenshot%202026-08-18%20092011.png?alt=media&amp;token=3be821ce-20c8-4f67-8beb-f9b935e5b4db" alt=""><figcaption><p>Open LinkrUI in the Adobe Express panel from the direct link.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

To re-open the panel, go to <kbd>Add-ons</kbd> → <kbd>Your add-ons</kbd> → <kbd>LinkrUI</kbd>.

***

{% hint style="info" %}
If LinkrUI does not appear after installation:

* Re-open <kbd>Add-ons</kbd> → <kbd>Your add-ons</kbd> → <kbd>LinkrUI</kbd>.
* Reload the project and try again.
  {% endhint %}

For general Adobe Express add-on help, see [Install Add-ons in Adobe Express](https://helpx.adobe.com/express/web/add-ons-and-integrations/using-add-ons.html).


---

# 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/adobe-express.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.
