# Link

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

<figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2Fe5NNyMOqGm2xMyrTCrYF%2Fimage.png?alt=media&#x26;token=53b685c1-3afb-409f-938e-588c6752a68f" 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](https://help.vectary.com/documentation/3d-configurator/floating-ui/materials-ui "mention") and [variants-ui](https://help.vectary.com/documentation/3d-configurator/floating-ui/variants-ui "mention") 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: 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.
