Skip to main content
MindsDB enhances standard SQL by providing AI building blocks. This section introduces custom SQL syntax provided by MindsDB to bring data and AI together. Follow these steps to get started:
1

Connect a data source

Use CREATE DATABASE to connect your data source to MindsDB.
Explore all available data sources here.
2

Configure an AI engine

Use CREATE ML_ENGINE to configure an engine of your choice.
Explore all available AI engines here.
3

Create and deploy an AI/ML model

Use CREATE MODEL to create, train, and deploy AI/ML models within MindsDB.
4

Query for predictions

Query for a single prediction or batch predictions by joining data with models.
5

Automate customized workflows

Use JOB, TRIGGER, or AGENT to automate workflows.
I