# About Search Queries

* A search query consists of one or more search terms, along with zero or more parameters, such as Boolean operators, and wildcards.
* An automatic AND is assumed between words entered next to each other in a search query. For example, a search for *bird cat dog* returns the same search results as *bird AND cat AND dog.*
* Query terms are not case sensitive, and punctuation marks, such as hyphens, commas, and semicolons, are ignored.
* Query length of up to 64,000 characters can be accommodated in both Advanced Search and the main keyword search.&#x20;
* The search results query text rendered immediately above Search Results shows you how searches have been parsed.

  &#x20;

  &#x20;

  &#x20;

  <figure><img src="/files/3GIUDh8MuFi4tnvF9xW3" alt="Example of search query"><figcaption><p>Example of search query</p></figcaption></figure>


---

# 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://help.cabi.org/cabi-digital-library-help/search/about-search-queries.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.
