> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/3d-configurator/interactions/actions/link.md).

# Link

The **Link** action allows opening external links or generating a unique link to the project's current state.

<figure><img src="/files/Ata6IjM3NsdFGUhiWzcm" alt="" width="563"><figcaption></figcaption></figure>

**Settings**

* **Open/Copy** — Choose whether the link should be opened directly or copied to the clipboard.
* **Current project** — Enable to generate a link to the current project.
  * **Current scene configuration** — Enable to generate a unique link reflecting the current state of the project.
* **URL** — Specify the external link address.
* **Append parameters** — If enabled, selected parameters from [Materials (UI)](/documentation/3d-configurator/floating-ui/materials-ui.md) and [Variants (UI)](/documentation/3d-configurator/floating-ui/variants-ui.md) will be appended to the URL (not available with **`Current scene configuration`**).
* **Open in new tab** — Opens the link in a new browser tab when activated.


---

# 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:

```
GET https://help.vectary.com/documentation/3d-configurator/interactions/actions/link.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.
