> For the complete documentation index, see [llms.txt](https://docs.direqt-search.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.direqt-search.com/result-layouts/search-results-page.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.direqt-search.com/result-layouts/search-results-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
