# Link

<figure><img src="https://lh4.googleusercontent.com/x27UIMt-ngIa1T17giKK65LIBVdkAjdUj0Yai-HhfdXfAeMcs-ymikUd70Eazm59aW7FD9An3fQvBiUMTYspyiXAQeYwxfG7DmfYaw4ZZm7BYxxXQc5EVTQ2FU4wiczzv8hlWPWprMEgBzdvMQ4CK_MqTEO9RcSZHNYxDyI93wyPCWBp8V9wik03ee_2NQ" alt=""><figcaption></figcaption></figure>

The Link properties encapsulate all the different settings that will allow you to control and enable a link for a specific block.

{% hint style="info" %}
Once activated, it doesn’t wrap your block in a link wrapper, but instead transforms it in a link, allowing it to conserve the characteristics of the initial block.
{% endhint %}

The following blocks support the Link feature:

* Button
* Div
* Paragraph
* Heading
* Icon
* Column
* Slide
* List

## Add a Link

* Select the block to which you wish to add a link.
* Navigate to the Primary tab of the Block Inspector
* Find the Link icon.
* Click to open the Link panel.

![](https://lh6.googleusercontent.com/yWfnPP58KMaMKRbfk2H181gUHZ-Bs9NQ7Xwv0Til3OqEwh5jWxejJVEkAGKa32aUoFk1joPYngTUuDdhgyZ2VrsJ4Tc6PhZaqotKoG_0gG8b0Sn1F64xC_IwdiUUYqU8Ljb3YyJoXD-TBvCUZVhvn5L9yDLK92jURJDrX71HaZFN52TtZO_4XtF2jDlsqQ)

## Activate Link

* Links are not active unless  "Active" is toggled on.

<figure><img src="https://lh6.googleusercontent.com/wflG8x240p1iE9EV3Lii7I4NAxcthVCfwdOLteuqm09o6PN6PXkWgjAtIk_6bdiNhkA29joFpUl6U0QKENX9TOjBPDIoKHg47DxOXVEuXWF1OixybD-1x23O8sgChMrA_GrWBMxiuw2BfQGKltYSZqgUwIvRUGFB-vzcadkwrBgieYVd8LxiYSwCWY44aw" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=IOiUhnjtHg0>" %}
Getting Started - Links
{% endembed %}

## Link Type

The Type property allows you to define the link as a URL or an action.

* Links can be either a URL (Uniform Resource Locator or web address) or an Action.

![](https://lh4.googleusercontent.com/fo-GAm415BwfpNeJFzzxzy3sZE14vcokrt4YalaiO0EQlBPQsPxl3aeRFpQhNKY_F-q_YxSnio1iWrQH2W_NbtFKvLoZyOG9qsjfwDEqDutL2qgh-l4YFnaIHA4WYkHkrh1X-pgKewXVSxYWt5W9OKbCq6SABtlduel0xoXu3QxkmVrrQXuaq0QVjOtJZw)

### **URL**

When clicked, ÚRL will link to a chosen URL. This can be either static or dynamic.

### &#x20;Link Action

When the Action property is selected, a Link, when clicked,  will perform a chosen action.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Primary tab
4. Find the Define as link property
5. Find the Link Type property
6. Select the desired value from the dropdown

</details>

## Link Source

The Link Source property gives you the option to choose whether the URL source should be static or dynamic.

{% content-ref url="/pages/JmwQtDjmxeykks0CaEV3" %}
[Link Source](/interactions/link-wrapper/link-source.md)
{% endcontent-ref %}

## Link Action

The Link Action property gives you the option to choose between different actions that will be performed when a user clicks on the Link Wrapper.

{% content-ref url="/pages/CptXCkv2ZlB7olYL1VfO" %}
[Link Action](/interactions/link-wrapper/link-action.md)
{% endcontent-ref %}


---

# 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://docs.cwicly.com/interactions/link-wrapper.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.
