# 11.1. Introduction

* **ChatGPT Plugin for SQL Queries:** The ChatGPT plugin easily transforms natural language into SQL queries. Compatible with MSSQL, MySQL, and PostgreSQL, it's designed for users who aren't SQL experts, simplifying database interactions and data extraction.

<figure><img src="/files/jmUyC9fJTekRcN4Uy2WD" alt=""><figcaption></figcaption></figure>

* **New GPTs for SQL Queries (Recommended):** [AI2sql GPTs](/ai2sql/17.-ai2sql-gpts/17.2.-obtaining-your-token.md) also convert natural language to SQL queries but with a broader functionality. They cater to a wide range of database querying needs, offering a flexible and adaptable approach for various user requirements.\ <br>

  <figure><img src="/files/XbYBDOc6LBjaKD6yTMTd" 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://ai2sql.gitbook.io/ai2sql/11.-ai2sql-chatgpt-plugin-user-guide/11.1.-introduction.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.
