# Dental Services

![](/files/dkiAlDDJUOSM8yQpPXqh)

Dental treatments are essential for our dental health. Healthy Teeths are pretty important for our day to day life. If you’re a dentist who wants to build a calculator for your patients to estimate the cost of dental services, this tutorial is just for you.&#x20;

Let’s hop into the guide of building a Dental Service Cost Estimation tool,&#x20;

First, this is how the Backend of your calculator would look like,

![](/files/KuvEMMTuECMCYMnySS1c)

Let’s say, these are all the services that you provide in your clinic. Start with the question if the patient wants Dental Veneers or not with the **Drop-Down** option.

![](/files/b2VKCMAd0B7XB0vjPdAU)

Add Options and add values for them about how much you charge for them. Next, add the Number of Teeth option using the **Range Button**.

![](/files/iEFNcJL7r1BlBnK442uC)

Now, offering Teeth Whitening Service using the Drop-Down option.

![](/files/D4ZGSDyv1WBCJrjo7QKY)

Add Sessions along with the Service using **Range Field**,

![](/files/uTg1rbfsJB2wOU7fiOAn)

After that, add a **Toggle Option** for Diagnostic X-Ray,

![](/files/yjjaia9YMGK5yyjo6RII)

You can add Option Name and Value as the Pricing. Then add, **Drop Down** Menu for Dental Fillings,

![](/files/miCVolJZjouoxRzs4aDc)

Add, **Drop Down** Menu for Crowns & Bridges,

![](/files/tEn7osCbGNgzAyfwnveb)

Add, **Drop Down** Menu for Dentures,

![](/files/DydG6otprksMdVlk6KVb)

We have added a Number Of Teeth Option for every Service. You can Duplicate the option so that you don’t need to make one for each service,

![](/files/EqGKAk8al6PnO7f9pz3D)

The total amount will be calculated with this formula,

![](/files/gCnkqtZeLSYrqaBTXHUU)

**Frontend Preview:**

![](/files/JJ5lnQWMdlvBIimBX65l)

**Exported Calculator:**

{% file src="/files/q63FwHHYruYHnbw8H2jl" %}


---

# 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://docs.stylemixthemes.com/cost-calculator-builder/pre-built-calculators-and-cases/dental-services.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.
