# Restricting Discounts by Product

When making entering a sale in the Sales Register, you are able to discount a product from within the salesscreen. After entering an item click **View**.

![](/files/-MlB-idAbRQiZ40cJ6yA)

The **Inventory** screen will now open. This screen contains: **Basic Info, Inventory Settings, Barcodes, Images, Tags, Notes**... etc.

Under **Basic Info** > **Pricing Options,** you are able to set permissions for price editing, and line discounting (setting a maximum amount that staff can discount both in the salesscreen and return screen).

![](/files/-MlB-m45-KukVe9EgWO0)

Setting **Max line discounting in salesscreen** enables an approved discount range. Example: if a store had a 25% off storewide sale (excluding some items) and retailers set a max discount for an item at 10%, store associates will not be able to discount more than 10% off the product.

![](/files/-MlB-tWc5nMDRqHl2pXq)

Adding a number value here will create a discount cap (in this instance, the maximum line discount that an associate can offer for this product is 10%).

![](/files/-MlB-yEE6e9sSKZh74ZX)

Trying to input anything over 10% will trigger an error message.

![](/files/-MlB007x36iZJ3VVkl2g)


---

# 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://help.takulabs.io/how-to-get-started/discount-controls/restricting-discounts-by-product.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.
