> For the complete documentation index, see [llms.txt](https://shopping-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://shopping-docs.toss.im/onboarding/settlement.md).

# 정산 관련 정보 입력

{% stepper %}
{% step %}

### 정산 계좌 입력

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

{% hint style="info" %}
**개인사업자의 정산 계좌는 대표자와 예금주명이 같아야 등록이 가능해요**\
법인사업자의 정산 계좌는 법인명과 같아야 등록이 가능해요.
{% endhint %}

{% hint style="warning" %}
**정산계좌 사본 제출이 필요할 수 있어요**

입력한 정산 계좌가 예금주명과 맞지 않거나 정확히 확인되지 않는 경우에 요청드려요.
{% endhint %}
{% endstep %}

{% step %}

### 정산 담당자 정보 입력

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

{% hint style="info" %}
**`대표자 정보와 같아요`를 누르면 대표자 정보로 자동으로 채워져요**\
기재된 이메일 주소로 세금계산서가 발행되니 꼭 확인해 주세요.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://shopping-docs.toss.im/onboarding/settlement.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.
