> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/learning-the-app/products/pricing.md).

# Pricing

The platform allows configurator builders to set the price of options. For example, if we have a configurator that allows customers to choose the color, for each color you can set a specific price. As customers switch between colors, the price is updated in real time. This would be a basic example, but in the platform you can add more complex pricing, such as **price groups**, **price tables**, **variables**, and use them in a **pricing formula**.

<figure><img src="/files/tdWenOzh1KhIYW2vkNRk" alt=""><figcaption><p>Pricing tab</p></figcaption></figure>

There are 3 key sections in the Pricing tab, discussed in more detail separately in each chapter: **Pricing Formula**, **Variables** and **Add price**.

* [**Price Formula**](/learning-the-app/products/pricing/pricing-formula.md) - In the price formula we have a field that supports basic mathematical calculation, such as: addition, subtraction, multiplication, division, and the use of parentheses. The price formula field also supports *variables* that can be added anywhere in a price formula by clicking on them in the Variables section.
* [**Variables**](/learning-the-app/products/pricing/variables.md) - There are 5 types of variables inside the platform: <mark style="color:purple;">**@total\_pricing**</mark>, <mark style="color:red;">**@base\_price,**</mark>**&#x20;**<mark style="color:green;">**@price\_options**</mark><mark style="color:red;">**,**</mark>**&#x20;**<mark style="color:orange;">**@price\_table**</mark> and <mark style="color:blue;">**@price\_variable**</mark>. All these variables can be used inside the price formula.
* [**Add price**](/learning-the-app/products/pricing/add-price.md) - From this section you will price your options using different pricing variables. The logic in adding a price, tax or any other cost is similar to adding option sets or when creating a contact form.


---

# 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://docs.simplio3d.com/learning-the-app/products/pricing.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.
