# Website Navigation

### &#x20;<a href="#struktur-navigasi-storefront" id="struktur-navigasi-storefront"></a>

![](/files/-MBcYgZP5H454hLBZ5RT)

In the Storefront, there is a homepage that can be navigated to **4 more places**, namely **Pages**, **Products**, **Categories**, and **Cart** by using the **URL**.&#x20;

{% hint style="info" %} <mark style="color:red;">**Note**</mark> the **URL** for each element in the above image there is a URL handle as follows. The <mark style="color:blue;">**handle**</mark> is <mark style="color:blue;">**any element after the domain name**</mark>.

For example: <https://yourdomainname.com/><mark style="color:blue;">**{handle}**</mark>
{% endhint %}

**So if you want to link your menu/button to certain pages, your link will be like this:**

* <mark style="color:red;">**/products/**</mark>kurta-macho-plus-size (**Your product name**)
* <mark style="color:red;">**/pages/**</mark>about-us (**Your page name**)
* <mark style="color:red;">**/categories/**</mark>pakaian-lelaki (**Your categorie name**)
* <mark style="color:red;">**/cart/**</mark>1234:1 (**Your variant ID**)


---

# 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://docs.shoppego.com/en/registration/structure/website-navigation.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.
