# Settings layout, position and visibility

```
Frontend Search Settings -> General
```

## Position

![Search settings position](/files/-Lq_V1EQDm3VWExxyLHo)

As of plugin version 3.5 the search lets you select two different layout position for the frontend settings panel:

* **Hovering** - this is the default, hovers under the settings icon
* **Block** - shows the settings integrated under the search as a block, unless it's positioned elswhere with the Custom Settings shortcode

![Hover vs Block layout difference](/files/-Lq_UkhyszZ3JvcvXWW0)

If the **Block or Custom** search settings position is selected, you can use the **Custom Setting position shortcode** to place the search settings anywhere on the page.

## Visibility

By default the search settings are hidden. Showing the settings however can be beneficial, especially in the "Block" position (see previous section).

![Search settings visibility by default](/files/-Lq_Vz1k7rG3mAR5hwzB)

Turning on the `Set search settings to visible by default?` option the search settings will be visible on the page load, without needing to click the settings icon switch.

### Displaying the search settings without the hiding switch (icon)

Showing the search settings without the option for the user to turn off is often useful, when using the "block" layout. By turning OFF the switch, turning ON the visibility and changing the layout to "block" will display a premanent settings below the search bar:

![](/files/-Lq_XLwp8agZ_XwNbtps)

..results in:

![](/files/-Lq_XViwORgQB_1u91is)


---

# 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://documentation.ajaxsearchpro.com/frontend-search-settings/layout-and-position.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.
