> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/6.formulir/8.shipping.md).

# Shipping

The widget also offers advanced configuration options related to Shipping.

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

Shipping can be integrated with various third-party shipping systems and can also be customized to operate independently.

Shipping Configuration

1. Select and click the configuration icon on the widget.
2. Once inside, select and click **“Configuration”** located at the top right.
3. In the configuration section, choose **Shipping**.
4. Click the radio button to enable the configuration.
5. Once clicked, the display will appear as shown in the image below.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.15.35.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b8KZshitY0dRyawNgYpz" alt=""><figcaption></figcaption></figure></div>

7. Determine the courier and shipping service.
8. There are three available options: **All**, **Selected**, and **External**.
   * **All**: Uses all courier types available in the system.
   * **Selected**: Uses couriers or shipping services based on the selected options.
   * **External**: Uses couriers with their own independent system.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.19.15.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SsyHUEMs3Ual2jDnEMg9" alt=""><figcaption></figcaption></figure></div>

9. Once the courier or shipping service is selected, fill in the **Item Name** field with the name of the item to be shipped.
10. Fill in the **Item Weight** field based on the item’s weight, in grams.
11. Determine the **Shipping Address Type**.
12. There are three address type options: **Single Address**, **Unit (Satker)**, and **Conditional**.
    * **Single Address**: The shipping cost is determined based on the specified address.
    * **Unit (Satker)**: The shipping cost is determined based on the location or address of a specific unit.
    * **Conditional**: The shipping cost is determined based on the defined address conditions.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.21.30.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/j9JAkgnwhwfuWLIYVgVr" alt=""><figcaption></figcaption></figure></div>

11. If you select **Conditional**, an advanced configuration will appear to set specific conditions for the shipping address.
12. Once the shipping address type has been determined, proceed to the next configuration step.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.24.51.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cTltcnLmH5ZzTsHhab1s" alt=""><figcaption></figcaption></figure></div>

13. In the **“Track Package”** section, the options **Show Tracking Number** and **Show Notes** are enabled by default. You can disable them if not needed.
14. Next, select the **Tracking Mode**.
15. There are three available tracking mode options: **External API**, **Open Link**, and **No Action**.
    * **External API**: This mode tracks the shipment number using an external API URL.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.26.40.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KbH3Uek4Q8aMbhuezu6N" alt=""><figcaption></figcaption></figure></div>

* ***OPEN LINK*** : mode lacak akan bekerja dengan cara membuka link yang sudah ditentukan

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.28.38.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uFQtDkXhxLfyPP5pqyhN" alt=""><figcaption></figcaption></figure></div>

* ***NO ACTION*** : tidak ada mode lacak yang aktif untuk dilihat oleh pengguna

16. If you want to set conditions based on a specific field, click and select **Add Rule** to add a condition.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.29.36.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/eprIbvVxKKBJrUtrL2CB" alt=""><figcaption></figcaption></figure></div>

17. Once all configurations are completed, select and click **Save**.

<div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-04%20at%2017.30.49.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QL317PGV5hMUkPV1coVi" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/6.formulir/8.shipping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
