> For the complete documentation index, see [llms.txt](https://chembl.gitbook.io/surechembl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chembl.gitbook.io/surechembl/faq.md).

# FAQ

## How to cite SureChEMBL?

If you mention SureChEMBL in your work, please cite:

Papadatos G, Davies M, Dedman N, Chambers J, Gaulton A, Siddle J, Koks R, Irvine SA, Pettersson J, Goncharoff N, Hersey A, Overington, JP. SureChEMBL: a large-scale, chemically annotated patent document database. Nucleic Acids Research, 2015;44(D1);D1220-D1228.

DOI: <https://doi.org/10.1093/nar/gkv1253> PMID: <https://europepmc.org/article/MED/26582922>

## Can I search a compound by SCHEMBL\_ID?

Yes. You can directly type your SCHEMBL\_ID in the url. e.g. <https://www.surechembl.org/chemical/2871> or <https://www.surechembl.org/chemical/SCHEMBL2871>

## Can I search a compound by InChI key?

While there is not yet a possibility to search directly by InChI key in SureChEMBL, you can use [UniChem](https://www.ebi.ac.uk/unichem/) to retrieve any SureChEMBL compound by InChI, InChI key or SCHEMBL\_ID.

<figure><img src="/files/VMrnTHc3hQtXQ0RtKo17" alt=""><figcaption><p>Search by InChI key in UniChem. If the compound is in SureChEMBL, it will appear in the result lit</p></figcaption></figure>

<figure><img src="/files/esWPxVKzrINuBirWpZFb" alt=""><figcaption><p>Click on the corresponding link to see the compound in SureChEMBL</p></figcaption></figure>

## Can I download SureChEMBL to work offline?

Yes. The different ways of downloading SureChEMBL data are described in the [downloads](/surechembl/downloads.md) section.

## What license covers SureChEMBL data?

The SureChEMBL data are made available under a highly permissive [CC BY 4.0 licence](https://creativecommons.org/licenses/by/4.0/deed.en).


---

# 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:

```
GET https://chembl.gitbook.io/surechembl/faq.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.
