# How To Add A Course Link To Your Store Menu

Adding a dedicated link to your course portal on your store's main navigation menu is a simple yet effective way to improve user experience.&#x20;

This allows your customers to quickly and easily find and access the courses they've purchased or are interested in, right from your storefront.

### Step 1: Locate and Copy Your Course Portal Path

First, you need to find the unique URL for your course portal.

In the LDT Online Courses app, go to **Settings** -> **My courses page**.

The Page URL for your course portal is displayed at the top of the page (e.g., <https://yourstore.myshopify.com/apps/ldt-course>).

* ***Important**: Copy only the path of the URL, which is the part after your store's domain. In the example above, you would copy <mark style="color:$success;">/apps/ldt-course</mark>. You can also customize this path by clicking on the **Customize portal URL** link*.

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

### Step 2: Navigate to Shopify Menus

From your Shopify Admin, go to **Content** -> **Menus**.

Find and select the menu you want to edit, most commonly the Main menu, but you can also add it to the footer or any other menu.

<figure><img src="/files/3u9a2vheV9qTXZhrfPqA" alt=""><figcaption></figcaption></figure>

### Step 3: Add the New Menu Item

In the **Menu** editor, click on the **Add menu item** button.

A new line will appear for you to fill in the details.

* **Label**: Enter a descriptive name for your menu item, such as "My Courses," "Online Courses," or "Courses." This is the text your customers will see.
* **Link**: Paste the course portal path you copied in Step 1.

*Pro-tip: Sometimes, Shopify's search function for app links may be slow to update. Pasting the path (<mark style="color:$success;">/apps/ldt-course</mark>) directly into the "Link" field is the most reliable method.*

After you paste the path, Shopify may automatically update the label. You can then change the label back to your desired text (e.g., "My Courses").

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

### Step 4: Arrange and Save Your Menu

* You can drag and drop the new menu item to change its position within the menu list.
* Once you are satisfied with the label and its position, click the Save button to apply your changes.

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

Result:

The new menu item will now be live on your store's navigation bar. Customers can click on "My Courses" (or your chosen label) to be taken directly to their course portal, where they can see and access all of their enrolled courses and communities. This provides a direct and intuitive path for customers to engage with your content.

### Preview

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

<br>


---

# 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://helpdesk.ldtsoft.work/ldt-online-course/get-started/how-to-add-a-course-link-to-your-store-menu.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.
