# Link

## What is a Link Element?

A **link** is a clickable element that directs users to another web page or online resource.

<figure><img src="/files/qROvOXbHCFlsh9fZaIeC" alt=""><figcaption></figcaption></figure>

## Edit General Link Element Settings

[Open](/editor/edit-elements.md) a link element settings window to start editing.

<figure><img src="/files/EJYvTpjFNLDfmWSbOzGn" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Link address

Enter the link to go to.
{% endstep %}

{% step %}

### Link text

Enter the text displayed instead of the link address.
{% endstep %}

{% step %}

### Open in same tab

Click **Yes** to open the link in the same browser tab.
{% endstep %}

{% step %}

### Announcement

Click **Yes** to display an additional window under the link that contains a description and/or an image representing the page the link refers to.
{% endstep %}
{% endstepper %}

The changes will be saved automatically.

## Edit Link Announcement Settings

[Enable](#announcement) announcement setting to start editing.

<figure><img src="/files/hUkj1stXfzhOpWwgmrog" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Heading

Enter the announcement title.
{% endstep %}

{% step %}

### Description

Enter the announcement details that describe the page the link directs to.
{% endstep %}

{% step %}

### Upload

Click **Yes** to open the [image uploading settings](/editor/edit-elements/set-media-and-content-elements/image.md) window.
{% endstep %}

{% step %}

### Overlay

Click **+** to add the preview image overlay color and its intensity by using a hex color code or selecting a shade from the palette or **Branding** color list.
{% endstep %}

{% step %}

### Apply autocomplete

Click the **Apply autocomplete** button to automatically generate the announcement title, description, and preview image.
{% endstep %}
{% endstepper %}

The changes will be saved automatically.

## Brand a Reflection Element

[Set corporate branding for a link element.](/branding/create-branding/elements/link.md)

{% hint style="success" %}
Use the [pro mode](/no-code-editor/work-in-the-no-code-editor.md) of the editor to set an element branding different from the corporate branding template.
{% endhint %}


---

# 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.parta.io/editor/edit-elements/set-interactive-elements/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.
