> For the complete documentation index, see [llms.txt](https://sharelink-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharelink-docs.toss.im/guide/create-sharelink.md).

# 링크 만들기

원하는 상품의 상세 페이지에서 **`쉐어링크 공유하기`** 버튼을 눌러 수익 링크를 만들 수 있어요.

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

### 링크 만드는 방법

1. 토스쇼핑에서 공유하려는 상품의 상세 페이지로 이동해요.
2. 상단의 **공유 아이콘**을 누르면 공유 메뉴가 펼쳐져요.
3. **`쉐어링크 공유하기`** 를 누르면 링크가 발급되고 공유할 수 있어요.&#x20;

{% hint style="warning" %}
일부 상품은 토스 내부 정책이나 셀러 요청에 따라 쉐어링크 링크 발급이 제한될 수 있어요. 자세한 기준은 [수익금 계산](/guide/settlement.md#undefined-4)을 참고해주세요.
{% endhint %}

### 게시물 링크 첨부 예시

복사한 링크를 자신이 운영하는 채널(블로그, 카페, SNS, 유튜브 등)에 게시해주세요. 게시물에 링크를 넣은 예시는 아래와 같아요.

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

### 링크 첨부 시 주의해주세요

#### 일반 공유 링크는 수익으로 집계되지 않아요

반드시 **`쉐어링크 공유하기`** 를 눌러 공유해주세요. 일반 공유 메뉴(`공유하기`)로 만든 링크는 수익이 발생하지 않아요.

#### 경제적 이해관계가 있는 콘텐츠임을 반드시 표시해주세요

공정거래위원회 지침에 따라, 토스와의 경제적 이해관계를 게시물에 표시해야 해요.

> **권장 문구**
>
> 이 포스팅은 토스쇼핑 쉐어링크 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.

자세한 표시 가이드는[ 운영 정책 > 경제적 이해관계 표시](/help/policy.md#undefined-3) 에서 확인하실 수 있어요.


---

# 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://sharelink-docs.toss.im/guide/create-sharelink.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.
