# Product Components

## Creating Product Components

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Menu** > **Products**.
2. Click **Add product**.
3. Enter **Name**.
4. Go to **Details** tab.
5. Assign a **Station** to the product.

{% hint style="warning" %}
Aside from assigning a **station**, no other product information is required for a product component since you are not selling it.
{% endhint %}

## Assigning Product Components to Products

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Menu** > **Products**.
2. Click the relevant **product**.
3. Go to **Summary Screen** tab.
4. Click **Add product component relation**.
5. Select the **product component(s)**.
6. Click **Continue**.
7. Set relevant **quantity(s)**.
8. Click **Add**.


---

# 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/summary-screen/product-components.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.
