# Documentation - Ajax Search Lite

## Documentation - Ajax Search Lite

- [Ajax Search Lite for WordPress documentation](https://documentation.ajaxsearchlite.com/master.md)
- [Search Shortcode](https://documentation.ajaxsearchlite.com/search-shortcode.md): The search shortcode
- [Shortcode as a menu item](https://documentation.ajaxsearchlite.com/search-shortcode/shortcode-as-a-menu-item.md): The search shortcode can be used as a menu element
- [General Options](https://documentation.ajaxsearchlite.com/general-options.md)
- [Sources and Basics](https://documentation.ajaxsearchlite.com/general-options/sources-and-basics.md): Searching custom post types, selecting fields to search, post statuses etc..
- [Search logic](https://documentation.ajaxsearchlite.com/general-options/search-logic.md): Search logic, exact matching, fuzzy matches
- [Search logics explained](https://documentation.ajaxsearchlite.com/general-options/search-logic/search-logics-explained.md)
- [Triggers and redirection to results page](https://documentation.ajaxsearchlite.com/general-options/triggers-and-redirection-to-results-page.md): Live search trigger actions and the redirection to the results page actions
- [Results page live loader](https://documentation.ajaxsearchlite.com/general-options/results-page-live-loader.md): When this feature is Enabled, the plugin will try to load the results - without reloading the results page.
- [Ordering](https://documentation.ajaxsearchlite.com/general-options/ordering.md): Primary and secondary search results ordering
- [Autocomplete & Keyword Suggestions](https://documentation.ajaxsearchlite.com/general-options/autocomplete-and-keyword-suggestions.md): Google autocomplete and keyword suggestions
- [Image Settings](https://documentation.ajaxsearchlite.com/image-settings.md): Live search results images
- [Frontend search filters](https://documentation.ajaxsearchlite.com/frontend-search-filters.md): Generic and Post category filters
- [Layout Options](https://documentation.ajaxsearchlite.com/layout-options.md)
- [Theme and Customization](https://documentation.ajaxsearchlite.com/layout-options/theme-and-customization.md)
- [Results layout and fields shown](https://documentation.ajaxsearchlite.com/layout-options/results-layout-and-fields-shown.md)
- [Results box behavior](https://documentation.ajaxsearchlite.com/layout-options/results-box-behavior.md)
- [Keyword highlighter](https://documentation.ajaxsearchlite.com/layout-options/keyword-highlighter.md): Keyword highlighting in live results list and on single results pages
- [Advanced Options](https://documentation.ajaxsearchlite.com/advanced-options.md)
- [Title and Content fields](https://documentation.ajaxsearchlite.com/advanced-options/title-and-content-fields.md)
- [Advanced Title and Content fields](https://documentation.ajaxsearchlite.com/advanced-options/advanced-title-and-content-fields.md): Adding custom fields, taxonomy terms, WooCommerce add to cart, star rating, price to the results.
- [Keyword Exceptions](https://documentation.ajaxsearchlite.com/advanced-options/keyword-exceptions.md): Removing keywords from the search phrases entered
- [Javascript Compatibility](https://documentation.ajaxsearchlite.com/compatibility-settings/javascript-compatibility.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.ajaxsearchlite.com/master.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.
