# Store POS

Your store POS is a ready-to-use store, which you can use in online or physical stores.

It is enabled by default in the full docker deployment.

It is enabled in the `frontend` or `all` installation groups (see `BITCART_INSTALL` setting at [Docker deployment](/deployment/docker.md#configuration))

The store POS displays the information for the store configured by server admin. It can display one store at once. It is controlled from [server management settings](/guides/server-management-settings.md#id-of-the-store-to-enable-on-pos)

The price slider will automatically adjust to the maximum price of the products in the store. The currency for all products in the store is determined by the [default currency](/bitcart-basics/walkthrough.md#stores) of selected store

Categories are built from all of the selected product's categories, plus the `all` category to show all products

The Only Sale setting shows only products that have an active [discount](/bitcart-basics/walkthrough.md#discounts) connected to them.

The Contact Us text shows the store's email. It is configured in the email settings of the store

At the header, store name is displayed.

Tor icon is added if [Tor support ](/guides/tor.md)is enabled.

Before checkout, customer will be able to enter their email, and optionally, a promocode.

![Store POS main page](/files/-MPtZoCL08H7sPRA25Y7)

![Store POS product details](/files/-MPtZrmD5L3zUlX3DK_e)

![Cart](/files/-MPtZvsvqfeKY77vi4aB)

![Checkout details](/files/-MPt_0f8EOQ272TAxD2y)

![Checkout page](/files/-MPt_3ovJJYSMHJIDyzY)


---

# 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.bitcart.ai/guides/store-pos.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.
