---
title: "Link"
description: "Learn to utilize the Link field in Contentstack entries for dynamic URL display and easy link management, customizable for your content needs."
url: "https://www.contentstack.com/docs/headless-cms/link"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-07-22"
---

# Link

The **Link** field enables users to add link(s) in their [entry](/docs/headless-cms/about-entries) page. This field possesses two subfields:

*   **Title**: Lets you specify the display text for the corresponding link
*   **Link**: Lets you specify a static or relative (to the site’s root) URL for the corresponding title

This field possesses certain [properties](/docs/headless-cms/about-field-properties) that you can change any time as per your needs. The properties that can be modified are “[Display Name](/docs/headless-cms/display-name),” “[Unique ID](/docs/headless-cms/unique-id),” “[Instruction Value](/docs/headless-cms/instruction-value),” “[Help Text](/docs/headless-cms/help-text),” “[Default Value](/docs/headless-cms/default-value),” “[Mandatory](/docs/headless-cms/mandatory),” “[Multiple](/docs/headless-cms/multiple),” and “[Non-localizable](/docs/headless-cms/non-localizable).”

After adding this field in [content type](/docs/headless-cms/about-content-types), you will see it on your entry page as shown below.

![Link\_1.png](https://images.contentstack.io/v3/assets/blt2d43f51baca745a8/bltc2020d98b90b8626/6670196251f6565d6db734fc/Link_1.png)

**Additional Resources**:

*   Contentstack allows you to hide/show a field when certain conditions are met using [Field Visibility Rules](/docs/headless-cms/about-field-visibility-rules).
*   Rather than using UI, if you are adding this field to the content type using our [API request](/docs/developers/apis/content-management-api/content-types#create-a-content-type), refer to the [JSON payload of the Link](/docs/headless-cms/json-schema-for-creating-a-content-type#link) field.
*   To see how to map a website's layout to your content type, we recommend you to check out our [Content Modeling](/docs/headless-cms/about-content-modeling) guide.
*   Editing any current field in the existing content type might result in data loss. To prevent data loss, make sure to check out our [Content Type Change Management](/docs/headless-cms/content-type-change-management) guide.