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

# Figma

Figma Design, FigJam, Figma Buzz

## Install and open LinkrUI

To install and launch the plugin, open the [LinkrUI Figma Community page](https://www.figma.com/community/plugin/1476661836514779493/linkrui) and follow the prompts.

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

{% tabs %}
{% tab title="From the Figma app" %}

1. Open Figma in the browser or desktop app.
2. Open a Figma file.
3. Click the Figma main menu icon in the top-left corner.
4. Select <kbd>Plugins</kbd> → <kbd>Manage plugins…</kbd>.
5. Search for <kbd>LinkrUI</kbd>.
6. Select the plugin and click <kbd>Run</kbd>.

LinkrUI opens in a panel in the Figma workspace.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2F1P0sSPGJ96kwLOQkEsIZ%2FChatGPT%20Image%20Aug%2016%2C%202026%2C%2011_40_32%20AM.png?alt=media&amp;token=1422d3fb-bae0-426d-9ea2-a2e224839c99" alt="" width="563"><figcaption><p>Search for LinkrUI in the Figma plugin manager, then select Run.</p></figcaption></figure>
{% endtab %}

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

1. Open the [LinkrUI Figma Community page](https://www.figma.com/community/plugin/1476661836514779493/linkrui).
2. Select <kbd>Open in Figma</kbd> → <kbd>Run</kbd>.

LinkrUI opens in a panel in the Figma workspace.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FTskeb7RKeWyvIFWzFO8A%2FScreenshot%202026-08-17%20122617.png?alt=media&amp;token=9063bd7e-affc-4785-80d8-fbdfc6f2368d" alt=""><figcaption><p>Open LinkrUI in the Figma workspace after launching from the direct link.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

To access LinkrUI in another Figma file, or to launch LinkrUI again:

1. Open a Figma file.
2. Go to <kbd>Main Menu</kbd> → <kbd>Plugins</kbd> → <kbd>LinkrUI</kbd>.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FNmcccJj3Ywv5vUB8sVBo%2FChatGPT%20Image%20Aug%2013%2C%202026%2C%2001_08_32%20PM.png?alt=media&amp;token=e9ccdf5a-309e-4af2-b809-11edc850a70f" alt="" width="563"><figcaption><p>Open LinkrUI from the Figma Plugins menu.</p></figcaption></figure>

***

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

* Re-open <kbd>Plugins</kbd> → <kbd>LinkrUI</kbd>.
* Reload the Figma file and try 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/figma.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.
