> For the complete documentation index, see [llms.txt](https://help.cabi.org/cabi-digital-library-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cabi.org/cabi-digital-library-help/search.md).

# Search

- [About Search Queries](https://help.cabi.org/cabi-digital-library-help/search/about-search-queries.md)
- [How to view search results](https://help.cabi.org/cabi-digital-library-help/search/how-to-view-search-results.md)
- [How to search within a specific product](https://help.cabi.org/cabi-digital-library-help/search/how-to-search-within-a-specific-product.md)
- [Exporting results from CABI Digital Library](https://help.cabi.org/cabi-digital-library-help/search/exporting-results-from-cabi-digital-library.md)
- [Recent Searches (search history)](https://help.cabi.org/cabi-digital-library-help/search/recent-searches-search-history.md)
- [Saved Searches and Alerts](https://help.cabi.org/cabi-digital-library-help/search/saved-searches-and-alerts.md)
- [Boolean Operators](https://help.cabi.org/cabi-digital-library-help/search/boolean-operators.md)
- [Using Parentheses (or Curved Brackets)](https://help.cabi.org/cabi-digital-library-help/search/using-parentheses-or-curved-brackets.md)
- [Truncation or using Wildcards for searching with partial search terms](https://help.cabi.org/cabi-digital-library-help/search/truncation-or-using-wildcards-for-searching-with-partial-search-terms.md)
- [Word Stemming](https://help.cabi.org/cabi-digital-library-help/search/word-stemming.md)
- [Using Double Quotes for exact matching of words and phrases](https://help.cabi.org/cabi-digital-library-help/search/using-double-quotes-for-exact-matching-of-words-and-phrases.md)
- [Special Characters](https://help.cabi.org/cabi-digital-library-help/search/special-characters.md)
- [Stop words](https://help.cabi.org/cabi-digital-library-help/search/stop-words.md)
- [Proximity Searching](https://help.cabi.org/cabi-digital-library-help/search/proximity-searching.md)
- [British / American Spellings](https://help.cabi.org/cabi-digital-library-help/search/british-american-spellings.md)
- [Advanced Search](https://help.cabi.org/cabi-digital-library-help/search/advanced-search.md)
- [Using Boolean Operators and Parentheses in Advanced Search](https://help.cabi.org/cabi-digital-library-help/search/using-boolean-operators-and-parentheses-in-advanced-search.md)
- [Search by field tag](https://help.cabi.org/cabi-digital-library-help/search/search-by-field-tag.md)
- [CABI Product Codes (Sequence Codes)](https://help.cabi.org/cabi-digital-library-help/search/cabi-product-codes-sequence-codes.md)
- [CABI’s controlled vocabulary and CABI Thesaurus](https://help.cabi.org/cabi-digital-library-help/search/cabis-controlled-vocabulary-and-cabi-thesaurus.md)
- [CABI Thesaurus update and reindexing of CABI abstract records](https://help.cabi.org/cabi-digital-library-help/search/cabi-thesaurus-update-and-reindexing-of-cabi-abstract-records.md)
- [CABI Codes - CABI Subject Classification Codes](https://help.cabi.org/cabi-digital-library-help/search/cabi-codes-cabi-subject-classification-codes.md): (List of codes revised August 2024, removes discontinued Codes and includes Codes added since 2022)
- [Special search filter options](https://help.cabi.org/cabi-digital-library-help/search/special-search-filter-options.md)
- [Quick searches by specific year range filters](https://help.cabi.org/cabi-digital-library-help/search/quick-searches-by-specific-year-range-filters.md)
- [Finding Authors: Author fields and Search](https://help.cabi.org/cabi-digital-library-help/search/finding-authors-author-fields-and-search.md)
- [Searching by Publication and Article Titles](https://help.cabi.org/cabi-digital-library-help/search/searching-by-publication-and-article-titles.md)
- [Instructions for recreating saved searches from CAB Direct](https://help.cabi.org/cabi-digital-library-help/search/instructions-for-recreating-saved-searches-from-cab-direct.md)
- [How to use Thesaurus Search Builder](https://help.cabi.org/cabi-digital-library-help/search/how-to-use-thesaurus-search-builder.md): Learn how you can build effective searches with Search Builder, powered by CABI Thesaurus


---

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