# Web application

Our web app will allow you to explore UniChem database information and perform useful searches on it, such as:

1. [Compound Sources searches ](https://chembl.gitbook.io/unichem/web-application/compound-sources-search)
2. [Compound connectivity](https://chembl.gitbook.io/unichem/web-application/connectivity-search)
3. [Similarity search](https://chembl.gitbook.io/unichem/web-application/similarity-search)
4. Sources to where our data is linked from

Compound searches both supports ID on the source database, InChI, InChI key and UniChEM Identifier (UCI) searches, as well as drawing your compound.&#x20;

{% content-ref url="web-application/compound-sources-search" %}
[compound-sources-search](https://chembl.gitbook.io/unichem/web-application/compound-sources-search)
{% endcontent-ref %}

{% content-ref url="web-application/connectivity-search" %}
[connectivity-search](https://chembl.gitbook.io/unichem/web-application/connectivity-search)
{% endcontent-ref %}


---

# 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/unichem/web-application.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.
