# 판매세

Soulver는 총액 가격에 얼마의 판매세가 부과되었는지, 그리고 세금이 추가되기 전의 세전 가격이 얼마였는지 등을 계산하는 데 도움을 줄 수 있습니다.

### 설정

Soulver의 **돈(Money)** 설정으로 이동하여 판매세(VAT, GST 등)에 대한 정확한 이름과 국가 또는 주에 맞는 정확한 비율이 설정되어 있는지 확인하세요.

<figure><img src="/files/Nf00mwMNaGMRCoS2Jt3y" alt="" width="268"><figcaption><p>Soulver의 지역 설정에서 판매세 설정하기</p></figcaption></figure>

{% hint style="info" %}
Soulver는 사용자의 기기 지역 설정을 기반으로 호주, 뉴질랜드, 영국 및 EU 국가를 포함한 여러 국가의 판매세 기본 설정을 제공합니다.

미국 사용자는 주(state)마다 판매세가 다르기 때문에 판매세 설정을 수동으로 해야 합니다 (그리고 저희는 사용자의 지리적 위치를 요청하고 싶지 않습니다).
{% endhint %}

### 판매세 사용하기

{% hint style="info" %}
아래 예시는 판매세(VAT)가 15%라고 가정합니다.
{% endhint %}

#### 금액에 판매세 추가하기

```
$300 + VAT  | $345.00
VAT on $300 | $45.00
```

#### 총액에서 판매세 제거하기

```
$300 - VAT   | $260.87
VAT off $300 | $260.87
```

{% hint style="info" %}
"$300 - VAT"는 단순히 $300에서 15%를 빼는 것과 같지 않다는 점에 유의하세요. Soulver는 1.15로 나누어 세전 가격을 올바르게 계산하여 $260.87을 제공합니다 (단순히 $255가 아님).
{% endhint %}

#### 총액에서 세액 추출하기

```
VAT in $300   | $39.13
VAT of $300   | $39.13
VAT from $300 | $39.13
```

<div align="left"><figure><img src="/files/5y4gDeenZTGrmW8yIUJa" alt=""><figcaption><p>Soulver의 판매세 관련 기능</p></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://documentation.soulver.app/ko/undefined/money-and-finance/sales-tax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
