> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/addon-features/smart-courier.md).

# 스마트 택배

{% hint style="info" %}
배송 상태가 자동으로 변경되는 스마트택배 서비스를 이용하실 수 있습니다.

해당 서비스는 부가서비스로 별도의 비용이 발생합니다.

이용을 원하실 경우 고객센터 1:1 문의 게시판에 남겨주시기 바랍니다.&#x20;
{% endhint %}

#### **1. 운송장 번호 등록 방법**

\- 주문결제관리 > 주문관리 > 배송관리 > 상품명 클릭 > 배송정보 '운송장번호' 입력 > \[저장] 버튼 클릭&#x20;

<img src="https://ppm.malgn.co.kr/data/1/2b1fb683a9c184359bf0b74a23b5b9d4.png" alt="" height="107" width="882">

&#x20;

***

#### **2. 스마트택배 배송조회 방법**

2-1. 주문항목 &#x20;

* 주문결제관리 > 주문관리 > 배송관리 > 상품명 클릭 > 배송조회 \[조회] 버튼 클릭

<img src="https://ppm.malgn.co.kr/data/1/9d41722a9c13d306a848dc8bef113d54.png" alt="" height="108" width="890">

2-2. 배송관리&#x20;

* 주문결제관리 > 주문관리 > 배송관리 > 송장번호 \[조회] 버튼 클릭&#x20;

<img src="https://ppm.malgn.co.kr/data/1/a495eebf55c0764c39b0dc20f639d4e7.png" alt="" height="55" width="886">

&#x20;

***

#### **3. 스마트택배 배송조회 화면**

\- 운송장 번호 입력 시 아래와 같은 팝업창 확인이 가능합니다.

&#x20;

<img src="https://help.malgnsoft.com/data/file/c3be0009da1eb88d7b8e52f9ff1a1975.png" alt="" height="570" width="393">


---

# 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://malgn.gitbook.io/cloud/operation-guide/addon-features/smart-courier.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.
