# Text search

- [Search interface overview](https://chembl.gitbook.io/surechembl/text-search/search-interface-overview.md)
- [Simple patent query overview](https://chembl.gitbook.io/surechembl/text-search/simple-patent-query-overview.md)
- [Complex Solr search](https://chembl.gitbook.io/surechembl/text-search/complex-solr-search.md)
- [Patents with small molecules filter](https://chembl.gitbook.io/surechembl/text-search/patents-with-small-molecules-filter.md)
- [Date filter](https://chembl.gitbook.io/surechembl/text-search/date-filter.md)
- [Query assistant](https://chembl.gitbook.io/surechembl/text-search/query-assistant.md): How to use the Query assistant to query SureChEMBL
- [Solr query field names and examples](https://chembl.gitbook.io/surechembl/text-search/solr-query-field-names-and-examples.md): List of Solr query field names that you can use to write complex queries and/or to restrict a search to some specific patent section
- [Patent number search format](https://chembl.gitbook.io/surechembl/text-search/patent-number-search-format.md)


---

# 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://chembl.gitbook.io/surechembl/text-search.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.
