# Custom Product

In the POS, you can create a custom product if needed.

#### To create a custom product:

1. At the bottom of the menu screen, tap on **Custom.**
2. Enter the **product name**, **quantity**, and **price**.

<figure><img src="/files/oqTAGUA8jCxU40Ei2Xr6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/I0NaWUR83OBBwquag3pq" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
This function is controlled by a specific user permission: **“User can create custom item on POS”**. Only users with this permission enabled will be able to create custom products.
{% endhint %}


---

# 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.bossithq.com/pos/order-creation/adding-a-product/custom-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.
