# Query Library

The central location where all queries are stored and can be accessed. It is possible to generate fresh queries that link to various data sources for which connections have been established in the past. This functionality allows for the seamless retrieval of information from diverse databases or platforms, enhancing the overall efficiency.

It is a seamless retrieval of data from different sources, enabling developers and users to combine and analyze information from diverse databases with ease.

{% hint style="info" %}
Refer to [Query Library](https://docs.appizap.ae/database/query-library) for more information.
{% endhint %}

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FVpC6V54dulxkkbKQ6nZz%2FQueryLibraryOverview.gif?alt=media&#x26;token=07db3c52-c587-4be2-9c8e-b2d474f654ff" alt=""><figcaption></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://docs.appizap.ae/appizap-dashboard/query-library.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.
