> 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/report.md).

# 리포트 확인하기

리포트는 가입 시 등록하신 **이메일**로 발송해드리며 두 가지 리포트가 발송돼요.

### 리포트 종류

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

#### 실적 리포트

발송되는 시점에 집계된 구매 건수와 정산 예상 금액을 보여드려요.

<table><thead><tr><th width="119.83984375">항목</th><th>내용</th></tr></thead><tbody><tr><td>실적 현황</td><td>오늘 발생한 구매 건수와 정산 금액, 이번 달 누적 구매 건수와 정산 금액</td></tr><tr><td>전환율</td><td>이번 달 평균 전환율</td></tr></tbody></table>

{% hint style="info" %}
취소·교환 등을 반영하여 실적이 확정되기 때문에, 실적 리포트는 월말 정산 금액과 차이가 날 수 있어요.
{% endhint %}

#### 정산 리포트

확정된 정산 일자별 구매 건수와 정산 금액을 보여드려요.

<table><thead><tr><th width="119.703125">항목</th><th>내용</th></tr></thead><tbody><tr><td>정산일</td><td>매 영업일 기준</td></tr><tr><td>구매 건수</td><td>해당 정산일에 확정된 건수</td></tr><tr><td>정산 금액</td><td>해당 정산일에 지급될 금액</td></tr></tbody></table>

이번 달 정산 금액은 **다음 달 25일** 에 지급돼요. 자세한 정산 일정은 [정산액 지급](/guide/payment.md#undefined-2) 을 참고해주세요.

### 리포트 확인 시 주의해주세요

{% hint style="danger" %}
**리포트는 외부 공개가 제한**되어 있으니 공유되지 않도록 조심해주세요.
{% endhint %}

링크를 통해 구매한 유저가 상품 구매를 취소할 경우, 수익이 차감되어 수익금이 마이너스(–)로 표기될 수 있어요.

실적 리포트와 정산 리포트의 금액 차이에 대해서는 [자주 묻는 질문](/help/faq.md#q-11)을 참고해주세요.


---

# 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/report.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.
