# General Options

- [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


---

# 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.ajaxsearchlite.com/general-options.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.
