# Prefiltering Operator Embed Menus

**We support pre-filtering the following fields:**

* **Category**
  * Valid values: `indica, sativa, hybrid, cbd`
  * E.g.
    * One category: `?category=hybrid`
    * Multiple categories: `?category=hybrid,indica`
* **Root Type**
  * Valid top-level values: `gear, pre-roll, extract, edible, merch, grow, tincture, flower, topical, vape`
  * E.g.
    * Top-level: `?root_types=edible`
    * Sub RootTypes: `?root_types=edible:Bars`
* **Brand**
  * Valid values: any string that refers to a brand - please use HTML encoded strings
  * E.g. `?brand=Plus%20Products`
  * An additional ‘hard’ filter can be applied to prevent users from seeing other brands
    * `?brand=Plus%20Products&hard=brand`
* **Search query**
  * Valid values: any string
  * E.g. `?query=sleep`

You can form complex queries by combining multiple filters, e.g.

1. `?query=blue&category=hybrid&brand=Kushy%20Punch&hard=brand`
2. `?query=sleep&category=hybrid,indica,sativa&root_types=edible:Bars`

**Please note that URLs should be encoded and are are case sensitive.**


---

# 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.iheartjane.com/jane-docs/embeds/prefiltering-operator-embed-menus.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.
