# Search Results Page

This guide will show you how to integrate AI Search onto a dedicated search results page on your site, e.g., `https://example.com/search`. Direqt will automatically redirect user queries to your specified URL and display search results on that page.

***

{% hint style="success" %}
You should now see a search bar and a list of suggested searches on your site's search page.
{% endhint %}

### **(Optional) Using Your Own Search Bar**

If you have an existing search bar on your site you'd like to use in conjunction with your search results page, refer to the guide on [Integrating Your Search Bar with Direqt](/search-bars/integrating-your-search-bar-with-direqt.md).

### **(Optional) Adding Additional Search Bars**

Your search results page will have a Direqt-provided search bar at the top of the page. If you wish to add an additional Direqt search bar to any other location on your site, e.g., your site header, refer to the guide on [Embedding the Direqt Search Bar](/search-bars/embedding-the-direqt-search-bar.md).


---

# 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.direqt-search.com/result-layouts/search-results-page.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.
