# Change the Tracking URL

If you have followed [this article on adding a tracking link to your store's navigation](/tracktor/readme/add-tracktor-to-your-stores-navigation.md), your tracking page's URL will have **/apps/tracktor/** at the end of your store's URL. For example, **[www.theshoppad.com/apps/tracktor/](http://www.theshoppad.com/apps/tracktor/)**.

Follow the steps below if you would like to change the default tracking page's URL.

1\. In your Shopify admin dashboard, navigate into the **Apps and sales channels** tab.

2\. Find **Tracktor Order Tracking**, click the three dots, then select **View details**.

<figure><img src="/files/1rWUEQzcx5BA8SrtKBhk" alt=""><figcaption></figcaption></figure>

3\. Look for the **App Proxy** section, then click the **Customize URL** button.

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

4\. Customize the URL in the popup prompt.

5\. Save your changes.

6\. When you make those adjustments to the URL, you must now update the navigation link to your Tracktor page on your store. [Click here for directions on how to update your navigation link.](/tracktor/readme/add-tracktor-to-your-stores-navigation.md)

7\. Also, when you make adjustments to the URL, you must now update the tracking link that you added to your order/shipping confirmation emails. [Click here for more information.](/tracktor/readme/help-customers-track-orders.md)

Using our example, If the URL is changed to **[www.theshoppad.com/apps/shoppad/](http://www.theshoppad.com/apps/shoppad/)**, any existing tracking links must be changed to include "shoppad" instead of "tracktor."

**Before your URL change**: {{shop.url}}/apps/**tracktor**/track?token={{ email | split: "" | reverse | join: "" | replace: '@', '\_-\_' | url\_encode }}\&order={{ order.name | url\_encode }}

**After your URL change:** {{shop.url}}/apps/**shoppad**/track?token={{ email | split: "" | reverse | join: "" | replace: '@', '\_-\_' | url\_encode }}\&order={{ order.name | url\_encode }}

Now you are all set! 🎉


---

# 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://shoppad.gitbook.io/tracktor/customize-tracktor/change-the-tracking-url.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.
