# Autocomplete vs Instant Search Result Page?

Algolia can be used to build a large variety of user experiences. The two main categories of interfaces that we see are **autocomplete menus** and **instant search results pages**:

**1/ Autocomplete menu**The autocomplete menu is an interface based on a dropdown that displays the results of the search. It can display results for one or several categories of data (one or several indices).

![](https://s3.amazonaws.com/helpscout.net/docs/assets/557c2386e4b01a224b42b2b3/images/55e01667c69791085647d10d/file-6pDyX8zopR.gif)

**2/ Instant search results page**The instant search result page is an interface where the whole page gets updated instantly as soon as the user starts typing. This is the most immersive experience.![](https://s3.amazonaws.com/helpscout.net/docs/assets/557c2386e4b01a224b42b2b3/images/55e016769033600a29528873/file-cIcUGfAxSe.gif)


---

# 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://samypesse.gitbook.io/algolia-faq/searching/autocomplete-vs-instant-search-result-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.
