# Custom filters box position

If you want to place the filters somewhere else, you need to place the settings box shortcode to the desired position. (the shortcode can be found for each instance on the options panel)

![](/files/Fn5HiPtXb4gHwjlvd6Dw)

`[wpdreams_asp_settings id=1 element='div']`

{% hint style="warning" %}
If you copy paste the shortcode from here, don't forget to change the id=1 to the search ID you are using
{% endhint %}

{% hint style="info" %}
Custom filters box position will only work as a "block", thus it won't hover over the desired position, but push it down.
{% endhint %}

### Using Gutenberg editor

Look for the Ajax Search Pro module, then choose the **Search Settings** and the desired **Search ID**:

![](/files/WUpLNS67EAjREjJLt2pS)![](/files/Ga2Imq0SAbXLOz3pHhmx)

### Using Classic Editor

You can quickly insert this shortcode to a page or post, by using the post editor.

![](http://i.imgur.com/9W3J7aN.png)


---

# 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/getting-started/custom-settings-box-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.
