> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Links

> You can easily create links to external websites or internal pages. This feature is useful for directing users to specific pages or resources.

## How to Add a Link?

To add a link to your webstore, follow the steps below:

<Steps>
  <Step title={"Log in to Admin Panel"}>
    Log in to your **Admin Panel**.
  </Step>

  <Step title={"Navigate to Links"}>
    Navigate to the **CMS Settings > Links** tab.
  </Step>

  <Step title={"Click on + Add Link"}>
    Click on the **+ Add Link** button.
  </Step>

  <Step>
    Fill in the required fields:

    * **Display Name**: Enter the title of the link.
    * **SVG Icon**: Find in the [LucidIcons](https://lucide.dev/icons/) library (`optional`).
    * **URL**: Enter the URL of the link.
    * **Select Display Location**: Choose where the link will be displayed on the webstore: `Header` (navigation bar) or `Footer`.
  </Step>
</Steps>
