# Get to know the main features

In this section, we will look at all the key concepts you will need to understand in order to work with Umbraco Commerce. Many of the concepts are based upon how Umbraco functions, although there are a number of Umbraco Commerce-specific concepts you will need to be aware of.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Umbraco Properties</strong></td><td>Umbraco Commerce is based on Umbraco CMS, which means that some of the things you'll be working with are native to the core product.</td><td><a href="umbraco-properties">umbraco-properties</a></td></tr><tr><td><strong>Calculators</strong></td><td>Learn more about the different calculators that Umbraco Commerce ships with and how you can customize and extend them.</td><td><a href="calculators">calculators</a></td></tr><tr><td><strong>Product Variants</strong></td><td>With Umbraco Commerce you can create a large array of different product variants. Learn more about how this all works.</td><td><a href="product-variants">product-variants</a></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://docs.umbraco.com/umbraco-commerce/key-concepts/overview.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.
