# Prices

Keystone comes with a number of settings and features to customize how prices are displayed.

{% hint style="info" %}
To learn more about how to hide prices based on customer tags visit [Broken mention](broken://pages/HnLXLSR3wSojvGZpmEb2).
{% endhint %}

### FAQs

<details>

<summary>Where can I adjust my price settings?</summary>

1. **Navigate to Theme settings > Prices** – Open your theme by clicking **Customize**.
2. Click the **gear icon** (⚙️) in the top-left corner to open **Theme Settings**.
3. Scroll down and select **Prices**.
4. Modify your price settings (format, currency, discounts, etc.) as needed.
5. Click **Save** to apply your changes.

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

</details>

<details>

<summary>How do I include sales tax in product price and shipping rate?</summary>

Taxes can be included in product prices. This is done inside your Shopify admin. Please refer to the [Shopify help center](https://help.shopify.com/en/manual/taxes/location) for more information.

</details>

### Price settings

<table><thead><tr><th>Setting</th><th>Description</th><th valign="top">Options</th></tr></thead><tbody><tr><td>Price range display</td><td><p>Control how products with varied prices are displayed.</p><p>For example a shirt might come in small and medium with the small being $10 and the medium being $20. In this case you can display prices for a product like this as "From $10" or "$10 - $20.</p></td><td valign="top"><p><strong>Show price range</strong></p><p>Display a price range like "$10 - $20" set</p><p><strong>Show starting price</strong></p><p>Display the lowest starting price like "From $10"</p></td></tr><tr><td>Show trailing zeros</td><td>Control whether to show or hide trailing zeros. For example a price might be displayed as $20.00 or $20.</td><td valign="top"></td></tr><tr><td>Show currency symbol</td><td>Control whether to show or hide currency symbols. For example a price might be displayed as $20.00 or $20.00 CAD.</td><td valign="top"></td></tr></tbody></table>


---

# 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://help.brickspacelab.com/keystone/getting-started/theme-settings/prices.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.
