# Navigasi website

## **Struktur Navigasi Storefront**

![Rujukan 1.0](/files/-MBcYgZP5H454hLBZ5RT)

Di Storefront terdapat homepage yang boleh dinavigasi ke **4 lagi tempat** iaitu **Pages**, **Products**, **Categories** dan **Cart** dengan menggunakan **URL**.\
\
Perhatikan **URL** untuk setiap **element** di dalam gambar *Rujukan 1.0* terdapat **url&#x20;*****handle*** seperti berikut. <mark style="color:blue;">**Handle**</mark> adalah <mark style="color:blue;">**sebarang element selepas domain name.**</mark>&#x20;

Contoh : <https://domainanda.com/><mark style="color:blue;">**{handle}**</mark>

**Jadi jika anda ingin linkan menu/button anda ke page - page yang tertentu link anda akan jadi seperti ini :**&#x20;

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


---

# 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/ms/registration/basic-store-setup/navigasi-website.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.
