> For the complete documentation index, see [llms.txt](https://onehae.gitbook.io/onehae-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onehae.gitbook.io/onehae-v2/crm/undefined-2.md).

# 스마트 링크

**스마트 링크란?**\
길고 지저분한 링크나 UTM이 설정된 URL은 굉장히 길고 복잡해 고객에게 거부감을 주어 클릭율이 떨어져요. 그래서 보통 URL 단축 프로그램을 사용하는데 원해에서는 여기서 더 나아가 쇼핑몰 도메인에 추가되는 보기 좋은 링크를 만들 수 있어요.

{% hint style="info" %}
bit.ly/asfjwepoifw 보다는 [www.myshop.com/promotion](http://www.myshop.com/promotion) 이 의미 전달도 잘되고 클릭율도 높겠죠?🌈
{% endhint %}

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

**만드는 법**\
❶ 연결 URL에 최종적으로 접속해야하는 링크의 주소를 입력해 주세요. (ex. google.com)\
❷ 스마트 링크에 고객들이 보게될 링크를 완성해주세요 (google)\
❸ UTM설정이 필요한 경우에 활성화 시켜 UTM을 추가해주세요. (UTM에 관한 내용은 [UTM가이드](https://onehae.gitbook.io/onehae-v2/setting/utm) 에서 확인해 주세요!

<figure><img src="/files/gNzZ42gmE0DFQe7KA7UQ" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
**스마트 링크 작성 규칙**\
스마트 링크에는 빈 칸이 있으면 안되며 숫자 혹은 영문만 작성이 가능해요. \_와 같은 특수 기호는 사용이 가능해요.
{% endhint %}


---

# 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://onehae.gitbook.io/onehae-v2/crm/undefined-2.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.
