# Custom result box position

*Custom results position will only work as a "block", thus it won't hover over the desired position, but push it down.*

As you may have seen on the demo page, the results are not always appearing in a "hovering" style under the search bar. In some cases they are placed elswehere on the page.

{% hint style="warning" %}
The results shortcode is **not made** to be used as a custom results page! It is only to position (detach) the **live search** results list away from the search bar, on the **same page**.
{% endhint %}

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

![](/files/-LPVKOIIQQhtN4l4dDBz)

Both regular and theme shortcodes are provided.

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

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

After the changes you should see the results appearing on the desired position, pushing down the content below it.


---

# 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-result-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.
