# Active Hours for Products

Products can be scheduled to appear on online ordering platforms (Web/App) only during defined time periods. This functionality allows for precise control of product availability, ensuring that items are offered only when operationally appropriate.

**Product Pricing Types:**

* **Fixed Pricing**\
  The product is available **at all times**, with a single, fixed price.
* **Variable Pricing**\
  The product is available **only during specified time slots**, typically based on promotional periods or meal-specific offerings (e.g., lunch deals). Availability is managed using **predefined price levels** configured in the **Admin Portal**.


---

# 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/web-app/active-hours-for-products.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.
