# Search input

*Block type for the **Search bar** section.*

### What It Does

The **Search input** block adds search input field within the **Search bar** section.

{% hint style="info" %}
For search filters to work correctly, the search input must be added as a block in the Search bar section.
{% endhint %}

***

### Settings

#### **Enable predictive search**

When enabled, predictive search is available. Disable to turn this off.

#### **Show vendor**

When enabled, displays the vendor. Disable to hide it.

{% hint style="info" %}
Only works when predictive search is on.
{% endhint %}

#### **Show price**

When enabled, displays the price. Disable to hide it.

{% hint style="info" %}
Only works when predictive search is on.
{% endhint %}

#### **Number of items to show**

The number of items displayed per category in predictive search results.

{% hint style="info" %}
Only works when predictive search is on.
{% 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://moodboard-creations.gitbook.io/agnes/sections/search-bar/search-input.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.
