# Product detail

The Product detail page shows information about the selected product.

It includes pictures of the product with simple image gallery, product name, short description, current and old price, availability, options (variants), number of items, **Add to cart** button, and additional and main product description text fields.

[View the API call](https://demo.theshop.dev/api-documentation/v2#/products/3d91ac58a3189eb14543b4e5851cfdf2) that returns available product contents by slug or UUID.

<figure><img src="/files/Dp4wmXmhfCN3jwtnX5vm" alt=""><figcaption><p>Example of a product detail</p></figcaption></figure>

* Read more about [Add to cart](/docs/frontstore/basic-selling-flow/product-detail/add-products-to-cart.md) functionality
* Read more about [Variants tree](/docs/frontstore/basic-selling-flow/product-detail/variants-tree.md)


---

# 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://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-detail.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.
