> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

## Resource: Add a Frontend Link

## Article: Frontend Link

## Article Link: https://dev.wix.com/docs/go-headless/project-guides/project-management/add-a-frontend-link.md

## Article Content:

# Add a Frontend Link

Your frontend link is the URL of your externally hosted site or app. If your frontend isn't hosted by Wix, Wix needs this URL to point visitors to it. For example, it's used in [marketing emails](https://www.wix.com/features/email-marketing) and automated notifications, and to return visitors to your frontend after Wix-managed flows like login and checkout.

You can set it in either of these ways:

- **[Connect your frontend from the setup page](#connect-your-frontend-from-the-setup-page)**: Sets your frontend link and your allowed redirect domains together, so Wix-managed flows work with no extra setup. Best for most projects.
- **[Set the frontend link from Headless Settings](#set-the-frontend-link-from-headless-settings)**: Sets only the frontend link and leaves your allowed redirect domains for you to manage. Use this when visitors should return to a location other than your frontend link.

## Connect your frontend from the setup page

This sets your frontend link and configures your project's [allowed redirect domains](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/add-allowed-redirect-domains.md) together, so Wix-managed flows return visitors to your frontend without any extra setup.

1. In your project dashboard, open the setup page.

1. Do one of the following:

   - In the **Let's get you set up** checklist, find **Connect a frontend** and click **Connect**.
   - In the top bar, click **Add link** (or **Change link** if a link is already set).

1. In the **Frontend Link** dialog that opens, enter your frontend's URL, then confirm.

Your frontend link is now set, and Wix can redirect visitors to it after Wix-managed flows.

## Set the frontend link from Headless Settings

This updates only the frontend link, so you manage your [allowed redirect domains](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/add-allowed-redirect-domains.md) separately.

1. In your project dashboard, go to **Settings** > **Development & integrations** > [**Headless Settings**](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Foauth-apps-settings).

1. Under **Manage URLs**, go to the **Frontend link** section and click **Add Link**.

1. In the modal that opens, enter your frontend's URL, then click **Add**.

1. Your frontend link appears under **Frontend link**. To change it later, click **Edit Link**.

> **Note**: If you use Wix-managed flows such as login or checkout, add your redirect destination to your [allowed redirect domains](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/add-allowed-redirect-domains.md).

## See also

- [Add Allowed Redirect Domains](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/add-allowed-redirect-domains.md)
- [Add Allowed Authorization Redirect URIs](https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/members/add-allowed-authorization-redirect-uris.md)