# 売上税

Soulver を使用すると、総額に対して支払われた売上税額や、税金が加算される前の税抜価格などを計算するのに役立ちます。

### 設定

Soulver の **Money** 設定を開き、お住まいの国または州の正しい税率が設定されていることを確認し、売上税（VAT、GSTなど）の正しい名称を設定してください。

<figure><img src="/files/grI3UytTVHVDCurOtJdW" alt="" width="268"><figcaption><p>Soulver の地域設定での売上税の設定</p></figcaption></figure>

{% hint style="info" %}
Soulver は、お使いのデバイスの地域設定に基づき、オーストラリア、NZ、英国、EU諸国など、多くの国について売上税のデフォルト設定を行っています。

米国のユーザー様は、米国では州ごとに売上税が異なるため、売上税の設定を手動で行う必要があります（また、ジオロケーションを尋ねることはしたくありません）。
{% 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/kE4BX92kvCH5436Flr0W" 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/ja/rifarensu/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.
